diff options
author | leeym <leeym@FreeBSD.org> | 2008-08-07 05:24:33 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-08-07 05:24:33 +0800 |
commit | b7f0f6cce31435da7c670f9455ee1d45977f18cd (patch) | |
tree | 3aaa430007693aab7b6d9864739252c070dae8cd /textproc/p5-POSIX-Regex | |
parent | b5da03242e087f96938f6470d0716a03af940955 (diff) | |
download | freebsd-ports-gnome-b7f0f6cce31435da7c670f9455ee1d45977f18cd.tar.gz freebsd-ports-gnome-b7f0f6cce31435da7c670f9455ee1d45977f18cd.tar.zst freebsd-ports-gnome-b7f0f6cce31435da7c670f9455ee1d45977f18cd.zip |
- update to 0.90.16
Diffstat (limited to 'textproc/p5-POSIX-Regex')
-rw-r--r-- | textproc/p5-POSIX-Regex/Makefile | 14 | ||||
-rw-r--r-- | textproc/p5-POSIX-Regex/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-POSIX-Regex/pkg-plist | 3 |
3 files changed, 9 insertions, 14 deletions
diff --git a/textproc/p5-POSIX-Regex/Makefile b/textproc/p5-POSIX-Regex/Makefile index 8970918dac25..5ba6d9920010 100644 --- a/textproc/p5-POSIX-Regex/Makefile +++ b/textproc/p5-POSIX-Regex/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POSIX-Regex -PORTVERSION= 0.90.11 +PORTVERSION= 0.90.16 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= OO interface for the gnu regex engine -PERL_CONFIGURE= yes +RUN_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version -MAN3= POSIX::Regex.3 - -.include <bsd.port.pre.mk> +PERL_MODBUILD= yes -.if ${PERL_LEVEL} < 500703 -BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/Constant.pm:${PORTSDIR}/devel/p5-ExtUtils-Constant -.endif +MAN3= POSIX::Regex.3 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-POSIX-Regex/distinfo b/textproc/p5-POSIX-Regex/distinfo index ac7cc0b70198..be466ca9e21f 100644 --- a/textproc/p5-POSIX-Regex/distinfo +++ b/textproc/p5-POSIX-Regex/distinfo @@ -1,3 +1,3 @@ -MD5 (POSIX-Regex-0.90.11.tar.gz) = 9adccdcdf2a30dd24907af6be8ec2c01 -SHA256 (POSIX-Regex-0.90.11.tar.gz) = b05290fced31c29cb8ad69979fa86039a4e51cf90b4d06f0fdffd674a5274315 -SIZE (POSIX-Regex-0.90.11.tar.gz) = 10170 +MD5 (POSIX-Regex-0.90.16.tar.gz) = b62a19c806166186860e55c935580d64 +SHA256 (POSIX-Regex-0.90.16.tar.gz) = 07dc3660a32e9fd80ea990628ba6b42a2ef02c849c5caa2c4072890a64c1288b +SIZE (POSIX-Regex-0.90.16.tar.gz) = 22178 diff --git a/textproc/p5-POSIX-Regex/pkg-plist b/textproc/p5-POSIX-Regex/pkg-plist index 4e051a646e24..3a4139121015 100644 --- a/textproc/p5-POSIX-Regex/pkg-plist +++ b/textproc/p5-POSIX-Regex/pkg-plist @@ -1,9 +1,8 @@ @comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/POSIX/Regex.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Regex/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/POSIX/Regex.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Regex/Regex.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Regex/Regex.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Regex/autosplit.ix @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX/Regex @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POSIX @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/POSIX |