- upgrade to version 5.1
- takeover maintainership
This commit is contained in:
parent
525447d09d
commit
580441f9df
@ -1,18 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/07/10 20:48:13 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/09/19 07:30:50 kevlo Exp $
|
||||
|
||||
COMMENT= "date calculations for the Gregorian calendar"
|
||||
|
||||
DISTNAME= Date-Calc-5.0
|
||||
DISTNAME= Date-Calc-5.1
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
NEED_VERSION= 1.499
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= :p5-Bit-Vector->=6.2:math/p5-Bit-Vector
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Date-Calc-5.0.tar.gz) = 0523d78cb8f60dd306ebf7c9807fc24a
|
||||
RMD160 (Date-Calc-5.0.tar.gz) = a5eed6bf60c23988ea1be25414e0ce8ec8fa467e
|
||||
SHA1 (Date-Calc-5.0.tar.gz) = 8e5e07ba1acff83c6dd8ac08d53474e6c4639fa7
|
||||
MD5 (Date-Calc-5.1.tar.gz) = 4baf1f4fbf2765c2094867c6d1b35298
|
||||
RMD160 (Date-Calc-5.1.tar.gz) = e12fe8a649a0820e69359ba639d8fb95024dae5e
|
||||
SHA1 (Date-Calc-5.1.tar.gz) = 1bf8effd494cd7eb416a72ff71a14a1d3bba450a
|
||||
|
@ -1,6 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/04/16 19:25:03 espie Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Carp/Clan.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Carp/Clan.pod
|
||||
@comment $OpenBSD: PLIST,v 1.6 2002/09/19 07:30:52 kevlo Exp $
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Date/Calc.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Date/Calc.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Date/Calc/Object.pm
|
||||
@ -13,7 +11,6 @@ libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Date/Calendar/Year.pm
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Date/Calendar/Year.pod
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Date/Calc/Calc.bs
|
||||
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Date/Calc/Calc.so
|
||||
man/man3p/Carp::Clan.3p
|
||||
man/man3p/Date::Calc.3p
|
||||
man/man3p/Date::Calc::Object.3p
|
||||
man/man3p/Date::Calendar.3p
|
||||
|
Loading…
Reference in New Issue
Block a user