From owner-svn-ports-head@freebsd.org Thu Apr 21 15:06:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F135B17CB5; Thu, 21 Apr 2016 15:06:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 373601170; Thu, 21 Apr 2016 15:06:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3LF6HDD017037; Thu, 21 Apr 2016 15:06:17 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3LF6HfF017035; Thu, 21 Apr 2016 15:06:17 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604211506.u3LF6HfF017035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 21 Apr 2016 15:06:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413734 - head/textproc/p5-Text-BibTeX X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 15:06:18 -0000 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 .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 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