Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 19:09:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500553 - head/textproc/p5-Text-BibTeX
Message-ID:  <201904301909.x3UJ9BFe031626@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 30 19:09:10 2019
New Revision: 500553
URL: https://svnweb.freebsd.org/changeset/ports/500553

Log:
  Update to 0.88
  
  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	Tue Apr 30 19:09:05 2019	(r500552)
+++ head/textproc/p5-Text-BibTeX/Makefile	Tue Apr 30 19:09:10 2019	(r500553)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-BibTeX
-PORTVERSION=	0.87
+PORTVERSION=	0.88
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -23,11 +23,9 @@ USE_PERL5=	modbuild
 CFLAGS_amd64=	-fPIC
 USE_LDCONFIG=	yes
 
-STRIP_FILES=	bin/dumpnames bin/biblex bin/bibparse \
-		lib/libbtparse.so \
-		${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so
-
 post-install:
-	${STRIP_CMD} ${STRIP_FILES:S|^|${STAGEDIR}${PREFIX}/|}
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbtparse.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/BibTeX/BibTeX.so
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-BibTeX/distinfo
==============================================================================
--- head/textproc/p5-Text-BibTeX/distinfo	Tue Apr 30 19:09:05 2019	(r500552)
+++ head/textproc/p5-Text-BibTeX/distinfo	Tue Apr 30 19:09:10 2019	(r500553)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554643605
-SHA256 (Text-BibTeX-0.87.tar.gz) = 5de11a12af8f03cce69359a0ecce8299fd653a0dbe8349ffc5d6c861a30315e2
-SIZE (Text-BibTeX-0.87.tar.gz) = 301784
+TIMESTAMP = 1556640037
+SHA256 (Text-BibTeX-0.88.tar.gz) = b014586e68bdbcafb0a2cfa0401eb0a04ea5de8c4d5bc36dd0f7faeab6acf42c
+SIZE (Text-BibTeX-0.88.tar.gz) = 301812



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301909.x3UJ9BFe031626>