From owner-svn-ports-all@freebsd.org Tue Jun 21 15:08:32 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 E9691AC547B; Tue, 21 Jun 2016 15:08:32 +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 8674C2741; Tue, 21 Jun 2016 15:08:32 +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 u5LF8VcD015553; Tue, 21 Jun 2016 15:08:31 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5LF8V6x015550; Tue, 21 Jun 2016 15:08:31 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606211508.u5LF8V6x015550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 21 Jun 2016 15:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417248 - head/devel/p5-constant-lexical 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, 21 Jun 2016 15:08:33 -0000 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 +.include + +.if ${PERL_LEVEL} >= 502200 +PLIST_SUB+= USEXS= NOXS="@comment " +.else +PLIST_SUB+= USEXS="@comment " NOXS= +.endif + +.include 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