diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-25 15:54:26 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-25 15:54:26 +0800 |
commit | ef3718c884af7e4ba7010950c389670f24438fac (patch) | |
tree | f73de74109adaf81924e979fb0603f68ab17e1b8 /devel | |
parent | 6641e715db8a75b9f75094ac772c0dad01d8c5b2 (diff) | |
download | freebsd-ports-gnome-ef3718c884af7e4ba7010950c389670f24438fac.tar.gz freebsd-ports-gnome-ef3718c884af7e4ba7010950c389670f24438fac.tar.zst freebsd-ports-gnome-ef3718c884af7e4ba7010950c389670f24438fac.zip |
- Update to 2.32
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-General/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Config-General/pkg-plist | 1 |
3 files changed, 6 insertions, 13 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index 2cd5fd76ffd9..687d99728306 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Config-General -PORTVERSION= 2.31 +PORTVERSION= 2.32 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Config @@ -21,12 +21,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES MAN3= Config::General::Extended.3 Config::General::Interpolated.3 \ - Config::General.3 Config::Extended.3 + Config::General.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 88047b08f5cb..e664b1e51eb2 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -1,3 +1,3 @@ -MD5 (Config-General-2.31.tar.gz) = 5d51723f6fb36cf943934b80c261d680 -SHA256 (Config-General-2.31.tar.gz) = e05ed57e91b19a10feadf801e780cda0b1b6dace353a6a9cbf96fb7707052dc9 -SIZE (Config-General-2.31.tar.gz) = 45236 +MD5 (Config-General-2.32.tar.gz) = 7c1a0ea5ef1472671f7bbe7cd5093cc9 +SHA256 (Config-General-2.32.tar.gz) = 94e634f5c3737e1420603ee844b82d7decf8f2030c1c34b3f832af707bba1489 +SIZE (Config-General-2.32.tar.gz) = 43016 diff --git a/devel/p5-Config-General/pkg-plist b/devel/p5-Config-General/pkg-plist index 247ce297998a..3df7ca189c64 100644 --- a/devel/p5-Config-General/pkg-plist +++ b/devel/p5-Config-General/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/Config/Extended.pm %%SITE_PERL%%/Config/General.pm %%SITE_PERL%%/Config/General/Extended.pm %%SITE_PERL%%/Config/General/Interpolated.pm |