aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-BibTeX
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-04-21 15:06:17 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-04-21 15:06:17 +0000
commit6671911529291b9eb08e27d541e1a3c4134c2614 (patch)
treedf2f3fd42324afa9e13d4b57c569fd655ffc438d /textproc/p5-Text-BibTeX
parent9f60ff7938308e7f20c810470cd3f56cbaa55bd3 (diff)
downloadports-6671911529291b9eb08e27d541e1a3c4134c2614.tar.gz
ports-6671911529291b9eb08e27d541e1a3c4134c2614.zip
Update to 0.72.
Just strip stuff without chmod'ing first. Changes: https://metacpan.org/changes/distribution/Text-BibTeX
Notes
Notes: svn path=/head/; revision=413734
Diffstat (limited to 'textproc/p5-Text-BibTeX')
-rw-r--r--textproc/p5-Text-BibTeX/Makefile14
-rw-r--r--textproc/p5-Text-BibTeX/distinfo4
2 files changed, 8 insertions, 10 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile
index 052359d4b9dd..773d10038967 100644
--- a/textproc/p5-Text-BibTeX/Makefile
+++ b/textproc/p5-Text-BibTeX/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Text-BibTeX
-PORTVERSION= 0.71
+PORTVERSION= 0.72
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -21,19 +21,17 @@ USES= perl5
USE_PERL5= modbuild
USE_LDCONFIG= yes
+STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
+ ${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
+ lib/libbtparse.so
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
-STRIP_FILES= bin/dumpnames bin/biblex bin/bibparse \
- ${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so \
- lib/libbtparse.so
-
post-install:
- cd ${STAGEDIR}${PREFIX} && \
- ${CHMOD} +w ${STRIP_FILES} && \
- ${STRIP_CMD} ${STRIP_FILES}
+ ${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/|}
.include <bsd.port.post.mk>
diff --git a/textproc/p5-Text-BibTeX/distinfo b/textproc/p5-Text-BibTeX/distinfo
index 55fb6de9f244..effae769050d 100644
--- a/textproc/p5-Text-BibTeX/distinfo
+++ b/textproc/p5-Text-BibTeX/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Text-BibTeX-0.71.tar.gz) = cd0cc875b011aba4923b91caf65e448ed39148652e62c3fc4d4e074a982791cb
-SIZE (Text-BibTeX-0.71.tar.gz) = 285938
+SHA256 (Text-BibTeX-0.72.tar.gz) = fc99855298233f677335dfec83172e04d3a008b368380d11bbd5cbf67c92d66d
+SIZE (Text-BibTeX-0.72.tar.gz) = 286747