diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-13 07:52:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-13 07:52:18 +0800 |
commit | d2a4e00402a0d9741eb5334264b5eb19f2b265fb (patch) | |
tree | 7a1f805293d3e80e4c73ae9c62a38d55e3927945 | |
parent | 66b2c95a0cf1f5dcf522bec896318b02d1f0caec (diff) | |
download | freebsd-ports-gnome-d2a4e00402a0d9741eb5334264b5eb19f2b265fb.tar.gz freebsd-ports-gnome-d2a4e00402a0d9741eb5334264b5eb19f2b265fb.tar.zst freebsd-ports-gnome-d2a4e00402a0d9741eb5334264b5eb19f2b265fb.zip |
Update to 0.65
- Add LICENSE_FILE
- Strip shared library
Changes: http://search.cpan.org/dist/YAML-LibYAML/Changes
PR: 220646
Submitted by: sunpoet (myself)
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
-rw-r--r-- | textproc/p5-YAML-LibYAML/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-YAML-LibYAML/distinfo | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/textproc/p5-YAML-LibYAML/Makefile b/textproc/p5-YAML-LibYAML/Makefile index 2d74d5fc0d6b..a5574947dbab 100644 --- a/textproc/p5-YAML-LibYAML/Makefile +++ b/textproc/p5-YAML-LibYAML/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-LibYAML -PORTVERSION= 0.59 -PORTREVISION= 1 +PORTVERSION= 0.65 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +12,14 @@ COMMENT= Perl YAML Serialization using XS and libyaml LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Filter>=0:devel/p5-Filter USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/YAML/XS/LibYAML/LibYAML.so + .include <bsd.port.mk> diff --git a/textproc/p5-YAML-LibYAML/distinfo b/textproc/p5-YAML-LibYAML/distinfo index 680b0cc02aab..1c0b7905ef45 100644 --- a/textproc/p5-YAML-LibYAML/distinfo +++ b/textproc/p5-YAML-LibYAML/distinfo @@ -1,2 +1,3 @@ -SHA256 (YAML-LibYAML-0.59.tar.gz) = 9df424ef5e968054042cacafa2f44354a662329df974d178dffce7529fc99f54 -SIZE (YAML-LibYAML-0.59.tar.gz) = 140949 +TIMESTAMP = 1498976479 +SHA256 (YAML-LibYAML-0.65.tar.gz) = db710b0fc83291e467a5e7bc2de555e7d38023a8cf71084171a127e1d0dff047 +SIZE (YAML-LibYAML-0.65.tar.gz) = 143204 |