diff options
author | tobez <tobez@FreeBSD.org> | 2010-01-25 21:51:58 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-01-25 21:51:58 +0800 |
commit | 07e906dba4af0295ca0531428177bdb6ec33ce00 (patch) | |
tree | 276eb7a82c1d25d20c48794dc37e2ff4278456d8 | |
parent | f85c62becf0998363765ab82c20f7fd76dca2117 (diff) | |
download | freebsd-ports-gnome-07e906dba4af0295ca0531428177bdb6ec33ce00.tar.gz freebsd-ports-gnome-07e906dba4af0295ca0531428177bdb6ec33ce00.tar.zst freebsd-ports-gnome-07e906dba4af0295ca0531428177bdb6ec33ce00.zip |
Update to 1.41.
Changes: http://search.cpan.org/dist/Test-Pod/Changes
-rw-r--r-- | devel/p5-Test-Pod/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Pod/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Pod/pkg-plist | 3 |
3 files changed, 5 insertions, 9 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile index 2597b18b21b7..38c280aac1ab 100644 --- a/devel/p5-Test-Pod/Makefile +++ b/devel/p5-Test-Pod/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Test-Pod -PORTVERSION= 1.40 -PORTREVISION= 1 +PORTVERSION= 1.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,7 +17,7 @@ COMMENT= Check for POD errors in files BUILD_DEPENDS= ${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Test::Pod.3 diff --git a/devel/p5-Test-Pod/distinfo b/devel/p5-Test-Pod/distinfo index af799e72be49..b9c93c64f53a 100644 --- a/devel/p5-Test-Pod/distinfo +++ b/devel/p5-Test-Pod/distinfo @@ -1,3 +1,3 @@ -MD5 (Test-Pod-1.40.tar.gz) = de975155ed1afb430b70456e2db00b29 -SHA256 (Test-Pod-1.40.tar.gz) = 64e56b0fda4783a92e371649b2ddc19539b11e9a94d8624f11913d81eee62996 -SIZE (Test-Pod-1.40.tar.gz) = 7697 +MD5 (Test-Pod-1.41.tar.gz) = ad4952833546b17fd1f8cc789e6dbcc9 +SHA256 (Test-Pod-1.41.tar.gz) = 49d66f101f60366ebabe4e5bc5c5f7a526051315fc33c36bc7bb2e499c598683 +SIZE (Test-Pod-1.41.tar.gz) = 8775 diff --git a/devel/p5-Test-Pod/pkg-plist b/devel/p5-Test-Pod/pkg-plist index d434390f938e..67101b8ddaa1 100644 --- a/devel/p5-Test-Pod/pkg-plist +++ b/devel/p5-Test-Pod/pkg-plist @@ -1,5 +1,2 @@ %%SITE_PERL%%/Test/Pod.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test @dirrmtry %%SITE_PERL%%/Test |