diff options
author | adamw <adamw@FreeBSD.org> | 2016-10-12 23:49:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2016-10-12 23:49:20 +0800 |
commit | 84aea1255f13a413d992f0f2957e21128d5052b0 (patch) | |
tree | 29aa2c0cfa46dbe713ae86295335eca55d67be0d /textproc | |
parent | 43b19319a1ec5c54163db3ebe078347ab974a554 (diff) | |
download | freebsd-ports-graphics-84aea1255f13a413d992f0f2957e21128d5052b0.tar.gz freebsd-ports-graphics-84aea1255f13a413d992f0f2957e21128d5052b0.tar.zst freebsd-ports-graphics-84aea1255f13a413d992f0f2957e21128d5052b0.zip |
Update to 0.05, and strip the XS module.
Changes: https://metacpan.org/changes/distribution/Text-QRCode
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-QRCode/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-QRCode/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-Text-QRCode/Makefile b/textproc/p5-Text-QRCode/Makefile index 55bc3568859..5811ec6a02d 100644 --- a/textproc/p5-Text-QRCode/Makefile +++ b/textproc/p5-Text-QRCode/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Text-QRCode -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,4 +21,7 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's|qrencode.h|${LOCALBASE}/include/&|' ${WRKSRC}/Makefile.PL ${WRKSRC}/QRCode.xs +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/QRCode/QRCode.so + .include <bsd.port.mk> diff --git a/textproc/p5-Text-QRCode/distinfo b/textproc/p5-Text-QRCode/distinfo index a7d87b8d5dc..6d36468b330 100644 --- a/textproc/p5-Text-QRCode/distinfo +++ b/textproc/p5-Text-QRCode/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-QRCode-0.04.tar.gz) = a38e28c739b2fc5b14440c8ce4bff4309d8d639f71651bbee0b903ee4a13443c -SIZE (Text-QRCode-0.04.tar.gz) = 59975 +TIMESTAMP = 1476287124 +SHA256 (Text-QRCode-0.05.tar.gz) = 0d5471bed596ddcd891df271c1b7983a4e39373c984d0f1ed9cb2ec4d730a173 +SIZE (Text-QRCode-0.05.tar.gz) = 60277 |