Date: Tue, 21 Jun 2016 15:08:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417248 - head/devel/p5-constant-lexical Message-ID: <201606211508.u5LF8V6x015550@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jun 21 15:08:31 2016 New Revision: 417248 URL: https://svnweb.freebsd.org/changeset/ports/417248 Log: Update to 2.0003. Sponsored by: Absolight Modified: head/devel/p5-constant-lexical/Makefile (contents, props changed) head/devel/p5-constant-lexical/distinfo (contents, props changed) head/devel/p5-constant-lexical/pkg-plist (contents, props changed) Modified: head/devel/p5-constant-lexical/Makefile ============================================================================== --- head/devel/p5-constant-lexical/Makefile Tue Jun 21 15:08:27 2016 (r417247) +++ head/devel/p5-constant-lexical/Makefile Tue Jun 21 15:08:31 2016 (r417248) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= constant-lexical -PORTVERSION= 2.0001 -PORTREVISION= 2 +PORTVERSION= 2.0003 CATEGORIES= devel perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/constant CPAN MASTER_SITE_SUBDIR= CPAN:SPROUT PKGNAMEPREFIX= p5- @@ -19,4 +18,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502200 +PLIST_SUB+= USEXS= NOXS="@comment " +.else +PLIST_SUB+= USEXS="@comment " NOXS= +.endif + +.include <bsd.port.post.mk> Modified: head/devel/p5-constant-lexical/distinfo ============================================================================== --- head/devel/p5-constant-lexical/distinfo Tue Jun 21 15:08:27 2016 (r417247) +++ head/devel/p5-constant-lexical/distinfo Tue Jun 21 15:08:31 2016 (r417248) @@ -1,2 +1,3 @@ -SHA256 (constant-lexical-2.0001.tar.gz) = 0fac59f2844f638664754597d3f2b552ac4ea9956191aa12a6dc788279f1feb7 -SIZE (constant-lexical-2.0001.tar.gz) = 31660 +TIMESTAMP = 1466516579 +SHA256 (constant-lexical-2.0003.tar.gz) = a5d2c32693051221ae51b1d713318913530ddd7dc5c5336288f2448bcbf67375 +SIZE (constant-lexical-2.0003.tar.gz) = 33597 Modified: head/devel/p5-constant-lexical/pkg-plist ============================================================================== --- head/devel/p5-constant-lexical/pkg-plist Tue Jun 21 15:08:27 2016 (r417247) +++ head/devel/p5-constant-lexical/pkg-plist Tue Jun 21 15:08:31 2016 (r417248) @@ -1,2 +1,4 @@ +%%USEXS%%%%SITE_ARCH%%/auto/constant/lexical/lexical.so +%%USEXS%%%%SITE_ARCH%%/constant/lexical.pm %%PERL5_MAN3%%/constant::lexical.3.gz -%%SITE_PERL%%/constant/lexical.pm +%%NOXS%%%%SITE_PERL%%/constant/lexical.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606211508.u5LF8V6x015550>