diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-01-11 11:07:36 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-01-11 11:07:36 +0800 |
commit | 103adfcb6f02989fe3e07e9dd9bd6ce18b2257cc (patch) | |
tree | 8bfc633295554b9f2cd61bc52336b514c9465d14 /devel | |
parent | c655e2735f8c0fc3888b5c68a61547fc91f01d6e (diff) | |
download | freebsd-ports-gnome-103adfcb6f02989fe3e07e9dd9bd6ce18b2257cc.tar.gz freebsd-ports-gnome-103adfcb6f02989fe3e07e9dd9bd6ce18b2257cc.tar.zst freebsd-ports-gnome-103adfcb6f02989fe3e07e9dd9bd6ce18b2257cc.zip |
Update to 1.11.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Calendar-Simple/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Calendar-Simple/pkg-plist | 3 |
3 files changed, 4 insertions, 9 deletions
diff --git a/devel/p5-Calendar-Simple/Makefile b/devel/p5-Calendar-Simple/Makefile index 1baa86c8552a..114ee99af2ca 100644 --- a/devel/p5-Calendar-Simple/Makefile +++ b/devel/p5-Calendar-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Calendar-Simple -PORTVERSION= 1.08 +PORTVERSION= 1.11 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Calendar @@ -15,9 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to create simple calendars -BUILD_DEPENDS= ${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod - -PERL_CONFIGURE= YES +PERL_MODBUILD= yes MAN3= Calendar::Simple.3 diff --git a/devel/p5-Calendar-Simple/distinfo b/devel/p5-Calendar-Simple/distinfo index 7f13e93a5e14..608d5199ecc3 100644 --- a/devel/p5-Calendar-Simple/distinfo +++ b/devel/p5-Calendar-Simple/distinfo @@ -1,2 +1,2 @@ -MD5 (Calendar-Simple-1.08.tar.gz) = 80901d78109ac365fb20e3cd05effc65 -SIZE (Calendar-Simple-1.08.tar.gz) = 3766 +MD5 (Calendar-Simple-1.11.tar.gz) = 151f78121aa539dcdb4dbb383ce71330 +SIZE (Calendar-Simple-1.11.tar.gz) = 4782 diff --git a/devel/p5-Calendar-Simple/pkg-plist b/devel/p5-Calendar-Simple/pkg-plist index 2c8aa78dc2d1..0cabbe309f8a 100644 --- a/devel/p5-Calendar-Simple/pkg-plist +++ b/devel/p5-Calendar-Simple/pkg-plist @@ -1,5 +1,2 @@ %%SITE_PERL%%/Calendar/Simple.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar/Simple @unexec rmdir %D/%%SITE_PERL%%/Calendar 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Calendar 2>/dev/null || true |