diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-07-03 01:38:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-07-03 01:38:52 +0800 |
commit | ed6bcc23f2fef3be04e2cae93c2818f540c9e419 (patch) | |
tree | 6c1f7e9478565ea1eaa4e513a3c4812508fd3e8e /devel | |
parent | acb8b569fae979f4e3d63c02766869a9ce9bce10 (diff) | |
download | freebsd-ports-gnome-ed6bcc23f2fef3be04e2cae93c2818f540c9e419.tar.gz freebsd-ports-gnome-ed6bcc23f2fef3be04e2cae93c2818f540c9e419.tar.zst freebsd-ports-gnome-ed6bcc23f2fef3be04e2cae93c2818f540c9e419.zip |
- Update to 0.24
- Strip shared library
Changes: http://search.cpan.org/dist/Regexp-Compare/Changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Regexp-Compare/Makefile | 14 | ||||
-rw-r--r-- | devel/p5-Regexp-Compare/distinfo | 4 |
2 files changed, 7 insertions, 11 deletions
diff --git a/devel/p5-Regexp-Compare/Makefile b/devel/p5-Regexp-Compare/Makefile index 837d8a44187a..b40157b009f5 100644 --- a/devel/p5-Regexp-Compare/Makefile +++ b/devel/p5-Regexp-Compare/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Regexp-Compare -PORTVERSION= 0.23 -PORTREVISION= 1 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +13,10 @@ COMMENT= Partial ordering for regular expressions LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5= 5.16+ configure +USE_PERL5= 5.18+ configure USES= perl5 -.include <bsd.port.pre.mk> +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so -.if ${PERL_LEVEL} >= 502200 -BROKEN= Fails to build with Perl >= 5.22 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-Regexp-Compare/distinfo b/devel/p5-Regexp-Compare/distinfo index d5991533e6b0..f3ed91f1edf8 100644 --- a/devel/p5-Regexp-Compare/distinfo +++ b/devel/p5-Regexp-Compare/distinfo @@ -1,2 +1,2 @@ -SHA256 (Regexp-Compare-0.23.tar.gz) = 1d242081768ed3c94232058e4a9f2e2e71b59e2ea0c0ec6add0f181452307dd3 -SIZE (Regexp-Compare-0.23.tar.gz) = 70631 +SHA256 (Regexp-Compare-0.24.tar.gz) = 884d61aac839cffbf7080cfebd41af8b0870907193eab4c29340ac1ec9e9af81 +SIZE (Regexp-Compare-0.24.tar.gz) = 74318 |