From owner-svn-ports-all@FreeBSD.ORG Sat Dec 13 04:00:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36F9EB39; Sat, 13 Dec 2014 04:00:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 08D7CE53; Sat, 13 Dec 2014 04:00:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBD40H3P092527; Sat, 13 Dec 2014 04:00:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBD40HSR092525; Sat, 13 Dec 2014 04:00:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412130400.sBD40HSR092525@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Dec 2014 04:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374623 - head/devel/p5-Function-Parameters 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.18-1 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: Sat, 13 Dec 2014 04:00:18 -0000 Author: sunpoet Date: Sat Dec 13 04:00:16 2014 New Revision: 374623 URL: https://svnweb.freebsd.org/changeset/ports/374623 QAT: https://qat.redports.org/buildarchive/r374623/ Log: - Update to 1.0603 - Add PORTSCOUT - Strip shared library Changes: http://search.cpan.org/dist/Function-Parameters/Changes Modified: head/devel/p5-Function-Parameters/Makefile head/devel/p5-Function-Parameters/distinfo Modified: head/devel/p5-Function-Parameters/Makefile ============================================================================== --- head/devel/p5-Function-Parameters/Makefile Sat Dec 13 04:00:10 2014 (r374622) +++ head/devel/p5-Function-Parameters/Makefile Sat Dec 13 04:00:16 2014 (r374623) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Function-Parameters -PORTVERSION= 1.0401 +PORTVERSION= 1.0603 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAUKE @@ -22,7 +22,14 @@ TEST_DEPENDS= p5-Dir-Self>=0:${PORTSDIR} p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-aliased>=0:${PORTSDIR}/devel/p5-aliased +PORTSCOUT= limit:^[0-9\.]*$$ + USE_PERL5= configure USES= perl5 +post-install: + ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so + ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Function/Parameters/Parameters.so + .include Modified: head/devel/p5-Function-Parameters/distinfo ============================================================================== --- head/devel/p5-Function-Parameters/distinfo Sat Dec 13 04:00:10 2014 (r374622) +++ head/devel/p5-Function-Parameters/distinfo Sat Dec 13 04:00:16 2014 (r374623) @@ -1,2 +1,2 @@ -SHA256 (Function-Parameters-1.0401.tar.gz) = da3f6eb268a59f36409135d5fd8c6453883506759b2f910447ac1e5344ff9612 -SIZE (Function-Parameters-1.0401.tar.gz) = 69020 +SHA256 (Function-Parameters-1.0603.tar.gz) = 3e980c10bf72b6fb6fd30843670413a06809871b93521802767137223e245411 +SIZE (Function-Parameters-1.0603.tar.gz) = 77855