1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

upgrade to 1.19

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2001-09-09 12:31:22 +00:00
parent 1dc254500d
commit 25e4f5400c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47570
3 changed files with 8 additions and 6 deletions

View File

@ -7,18 +7,20 @@
#
PORTNAME= Date-DayOfWeek
PORTVERSION= 1.17
PORTVERSION= 1.19
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Date
PKGNAMEPREFIX= p5-
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear
BUILD_DEPENDS= ${SITE_PERL}/Date/Leapyear.pm:${PORTSDIR}/devel/p5-Date-Leapyear \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Date::DayOfWeek.3 Date::DayOfWeek::Birthday.3 \

View File

@ -1 +1 @@
MD5 (Date-DayOfWeek-1.17.tar.gz) = a4319314babc868894279a88317e55aa
MD5 (Date-DayOfWeek-1.19.tar.gz) = 73cf81d6184ec9a823639f53276671e3

View File

@ -5,6 +5,6 @@ lib/perl5/site_perl/%%PERL_VER%%/Date/DayOfWeek/Nails.pm
lib/perl5/site_perl/%%PERL_VER%%/Date/DayOfWeek/Sneeze.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/DayOfWeek/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date/DayOfWeek
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Date
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/DayOfWeek
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true