From owner-svn-ports-all@freebsd.org Tue Jul 5 09:08:39 2016 Return-Path: Delivered-To: svn-ports-all@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 0473CB20501; Tue, 5 Jul 2016 09:08:39 +0000 (UTC) (envelope-from mat@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 C57C717FD; Tue, 5 Jul 2016 09:08:38 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6598bXT081627; Tue, 5 Jul 2016 09:08:37 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6598b2v081625; Tue, 5 Jul 2016 09:08:37 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607050908.u6598b2v081625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 5 Jul 2016 09:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418071 - 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-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jul 2016 09:08:39 -0000 Author: mat Date: Tue Jul 5 09:08:37 2016 New Revision: 418071 URL: https://svnweb.freebsd.org/changeset/ports/418071 Log: Update to 0.75. Sponsored by: Absolight Modified: head/textproc/p5-Text-BibTeX/Makefile (contents, props changed) head/textproc/p5-Text-BibTeX/distinfo (contents, props changed) Modified: head/textproc/p5-Text-BibTeX/Makefile ============================================================================== --- head/textproc/p5-Text-BibTeX/Makefile Tue Jul 5 09:08:34 2016 (r418070) +++ head/textproc/p5-Text-BibTeX/Makefile Tue Jul 5 09:08:37 2016 (r418071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-BibTeX -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +27,11 @@ STRIP_FILES= bin/dumpnames bin/biblex bi .include +.if ${PERL_LEVEL} < 502300 +BUILD_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils +RUN_DEPENDS+= p5-Scalar-List-Utils>=0.42:lang/p5-Scalar-List-Utils +.endif + .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif Modified: head/textproc/p5-Text-BibTeX/distinfo ============================================================================== --- head/textproc/p5-Text-BibTeX/distinfo Tue Jul 5 09:08:34 2016 (r418070) +++ head/textproc/p5-Text-BibTeX/distinfo Tue Jul 5 09:08:37 2016 (r418071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466520087 -SHA256 (Text-BibTeX-0.74.tar.gz) = d3788e6459c8e90d80770e103012627f8a95439a8324ba8db2611b0eb8fdf6ae -SIZE (Text-BibTeX-0.74.tar.gz) = 286958 +TIMESTAMP = 1467708776 +SHA256 (Text-BibTeX-0.75.tar.gz) = f386d1ef113f7938be21535395f005a7c5a0ce25afab61c49a2227c2d209063c +SIZE (Text-BibTeX-0.75.tar.gz) = 293981