diff options
author | wen <wen@FreeBSD.org> | 2009-09-25 15:57:44 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-09-25 15:57:44 +0800 |
commit | 526434255f9c956e0ae8ed095dd9c207ef626465 (patch) | |
tree | 4fe68e9a2caada8c11421b97e9b0b411b60d875b /devel | |
parent | 47bbc9cc576cbdd5bfb296453a0285bedba24b7f (diff) | |
download | freebsd-ports-gnome-526434255f9c956e0ae8ed095dd9c207ef626465.tar.gz freebsd-ports-gnome-526434255f9c956e0ae8ed095dd9c207ef626465.tar.zst freebsd-ports-gnome-526434255f9c956e0ae8ed095dd9c207ef626465.zip |
- Update to 1.17
- Update my mail address to FreeBSD
Approved by: jadawin(co-mentor)
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SUPER/Makefile | 8 | ||||
-rw-r--r-- | devel/p5-SUPER/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-SUPER/pkg-plist | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-SUPER/Makefile b/devel/p5-SUPER/Makefile index 0741501b1c41..57b43e895a93 100644 --- a/devel/p5-SUPER/Makefile +++ b/devel/p5-SUPER/Makefile @@ -6,19 +6,21 @@ # PORTNAME= SUPER -PORTVERSION= 1.16 +PORTVERSION= 1.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= Perl module control superclass method dispatch BUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple \ - p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify + p5-Sub-Identify>=0.04:${PORTSDIR}/devel/p5-Sub-Identify \ + p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= SUPER.3 diff --git a/devel/p5-SUPER/distinfo b/devel/p5-SUPER/distinfo index 242c22d502ac..c0e77a896f5f 100644 --- a/devel/p5-SUPER/distinfo +++ b/devel/p5-SUPER/distinfo @@ -1,3 +1,3 @@ -MD5 (SUPER-1.16.tar.gz) = 3a0584598514f471f5df9480e12573c0 -SHA256 (SUPER-1.16.tar.gz) = a66e368694e5a38edf870fd8cd188c827171395ef98775b3bbed621a3feb5dba -SIZE (SUPER-1.16.tar.gz) = 7749 +MD5 (SUPER-1.17.tar.gz) = aa54aa7e9148c368091e34559587f3b2 +SHA256 (SUPER-1.17.tar.gz) = 0250172e67128b80e76acb4f280481c5a2ce7bd74a1f4e96684a18c58a74c2e2 +SIZE (SUPER-1.17.tar.gz) = 8096 diff --git a/devel/p5-SUPER/pkg-plist b/devel/p5-SUPER/pkg-plist index 183f31d05131..4a1071dd212e 100644 --- a/devel/p5-SUPER/pkg-plist +++ b/devel/p5-SUPER/pkg-plist @@ -1,3 +1 @@ %%SITE_PERL%%/SUPER.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/SUPER/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SUPER |