diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-12 10:21:51 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-06-12 10:21:51 +0000 |
commit | 36145d78cba466308870a21fab48ad6671ea35ab (patch) | |
tree | e2398f1fae927ac8f59039771bcab28725c736b6 /chinese/p5-Date-Chinese | |
parent | 5a1964dbcdc0128fad7ad6894a9b3683b8e997c8 (diff) | |
download | ports-36145d78cba466308870a21fab48ad6671ea35ab.tar.gz ports-36145d78cba466308870a21fab48ad6671ea35ab.zip |
Update to 1.10.
Add WWW Site.
Remove some redundant settings.
PR: 5155
Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes:
svn path=/head/; revision=82859
Diffstat (limited to 'chinese/p5-Date-Chinese')
-rw-r--r-- | chinese/p5-Date-Chinese/Makefile | 11 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/distinfo | 2 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/pkg-descr | 2 | ||||
-rw-r--r-- | chinese/p5-Date-Chinese/pkg-plist | 10 |
4 files changed, 12 insertions, 13 deletions
diff --git a/chinese/p5-Date-Chinese/Makefile b/chinese/p5-Date-Chinese/Makefile index 1abcb540efc5..15bf7bcd1f74 100644 --- a/chinese/p5-Date-Chinese/Makefile +++ b/chinese/p5-Date-Chinese/Makefile @@ -6,23 +6,20 @@ # PORTNAME= Date-Chinese -PORTVERSION= 1.03 +PORTVERSION= 1.10 CATEGORIES= chinese perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Date +MASTER_SITE_SUBDIR= ../by-authors/id/R/RB/RBOW PKGNAMEPREFIX= p5- MAINTAINER= shell@shellhung.org COMMENT= Perl module to calculate dates in the Chinese calendar -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Date::Chinese.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -WRKDIST= ${WRKDIR}/Date-Chinese-1.3 -WRKSRC= ${WRKDIST} .include <bsd.port.mk> diff --git a/chinese/p5-Date-Chinese/distinfo b/chinese/p5-Date-Chinese/distinfo index d63e7cc2c379..52a1d81f84e9 100644 --- a/chinese/p5-Date-Chinese/distinfo +++ b/chinese/p5-Date-Chinese/distinfo @@ -1 +1 @@ -MD5 (Date-Chinese-1.03.tar.gz) = eacb27452890572fadf9d5b6b137d3ff +MD5 (Date-Chinese-1.10.tar.gz) = 11a7a1f4f8dfdc7cfb3f6a59eee94666 diff --git a/chinese/p5-Date-Chinese/pkg-descr b/chinese/p5-Date-Chinese/pkg-descr index 152c79c3bde8..d4978fdb2be5 100644 --- a/chinese/p5-Date-Chinese/pkg-descr +++ b/chinese/p5-Date-Chinese/pkg-descr @@ -2,3 +2,5 @@ Noted that the Chinese new year does not coincide with the Gregorian new year, so the determination of what year it is in the Chinese calendar is only going to be correct for a portion of the Gregorian year. This module is API for calculating dates for Chinese calendar. + +WWW: http://search.cpan.org/dist/Date-Chinese/ diff --git a/chinese/p5-Date-Chinese/pkg-plist b/chinese/p5-Date-Chinese/pkg-plist index 8680ed666267..6a7d41c46fce 100644 --- a/chinese/p5-Date-Chinese/pkg-plist +++ b/chinese/p5-Date-Chinese/pkg-plist @@ -1,5 +1,5 @@ -lib/perl5/site_perl/%%PERL_VER%%/Date/Chinese.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date/Chinese -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Date 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true +%%SITE_PERL%%/Date/Chinese.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Chinese/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Chinese +@unexec rmdir %D/%%SITE_PERL%%/Date 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date 2>/dev/null || true |