diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-05-26 16:42:43 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-05-26 16:42:43 +0800 |
commit | 779f711cae26049f64cc7daf62574568bd696859 (patch) | |
tree | 924442e3e104a3ee7554746eb57565a7a9026ccf /textproc | |
parent | 4ddd1500f40f61bc51c7126d97e5b5c61bea45dd (diff) | |
download | freebsd-ports-gnome-779f711cae26049f64cc7daf62574568bd696859.tar.gz freebsd-ports-gnome-779f711cae26049f64cc7daf62574568bd696859.tar.zst freebsd-ports-gnome-779f711cae26049f64cc7daf62574568bd696859.zip |
- Update to 0.90.6
PR: ports/123989
Submitted by: Gea-Suan Lin <gslin gslin.org> (maintainer)
Approved by: mentor (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-POSIX-Regex/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-POSIX-Regex/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/textproc/p5-POSIX-Regex/Makefile b/textproc/p5-POSIX-Regex/Makefile index d95c0dbd35c2..f8a9e95ec04f 100644 --- a/textproc/p5-POSIX-Regex/Makefile +++ b/textproc/p5-POSIX-Regex/Makefile @@ -6,22 +6,18 @@ # PORTNAME= POSIX-Regex -PORTVERSION= 0.89 +PORTVERSION= 0.90.6 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= OO interface for the gnu regex engine PERL_CONFIGURE= yes -USE_GCC= 3.2+ MAN3= POSIX::Regex.3 -post-patch: - ${PERL} -pi -e 's/REG_NOERROR/0/g' ${WRKSRC}/Regex.xs - .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500703 diff --git a/textproc/p5-POSIX-Regex/distinfo b/textproc/p5-POSIX-Regex/distinfo index b6fb7efcb2bd..c43db2cf0755 100644 --- a/textproc/p5-POSIX-Regex/distinfo +++ b/textproc/p5-POSIX-Regex/distinfo @@ -1,3 +1,3 @@ -MD5 (POSIX-Regex-0.89.tar.gz) = 0b37034a809231c4581476339fa32c39 -SHA256 (POSIX-Regex-0.89.tar.gz) = 08e253fe0c9ac3b5be5f85454e51fd64fad6a21f15b258385bbfd5878794a579 -SIZE (POSIX-Regex-0.89.tar.gz) = 5001 +MD5 (POSIX-Regex-0.90.6.tar.gz) = 09f7df8b2ec20a89544b951e396294ef +SHA256 (POSIX-Regex-0.90.6.tar.gz) = fdc76802e8026a267912ab702003cfa93e6d235b339675e6247d95c959fe5d66 +SIZE (POSIX-Regex-0.90.6.tar.gz) = 9767 |