svn commit: r413734 - head/textproc/p5-Text-BibTeX

Adam Weinberger adamw at FreeBSD.org
Thu Apr 21 15:06:18 UTC 2016


Author: adamw
Date: Thu Apr 21 15:06:17 2016
New Revision: 413734
URL: https://svnweb.freebsd.org/changeset/ports/413734

Log:
  Update to 0.72.
  
  Just strip stuff without chmod'ing first.
  
  Changes: https://metacpan.org/changes/distribution/Text-BibTeX

Modified:
  head/textproc/p5-Text-BibTeX/Makefile
  head/textproc/p5-Text-BibTeX/distinfo

Modified: head/textproc/p5-Text-BibTeX/Makefile
==============================================================================
--- head/textproc/p5-Text-BibTeX/Makefile	Thu Apr 21 14:46:28 2016	(r413733)
+++ head/textproc/p5-Text-BibTeX/Makefile	Thu Apr 21 15:06:17 2016	(r413734)
@@ -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>

Modified: head/textproc/p5-Text-BibTeX/distinfo
==============================================================================
--- head/textproc/p5-Text-BibTeX/distinfo	Thu Apr 21 14:46:28 2016	(r413733)
+++ head/textproc/p5-Text-BibTeX/distinfo	Thu Apr 21 15:06:17 2016	(r413734)
@@ -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


More information about the svn-ports-head mailing list