From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 20:20:08 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E17C3211; Sat, 14 Feb 2015 20:20:08 +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 B412396; Sat, 14 Feb 2015 20:20:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EKK8uo056416; Sat, 14 Feb 2015 20:20:08 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EKK8Xo056414; Sat, 14 Feb 2015 20:20:08 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502142020.t1EKK8Xo056414@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 14 Feb 2015 20:20:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379013 - head/devel/p5-B-Hooks-EndOfScope 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, 14 Feb 2015 20:20:09 -0000 Author: adamw Date: Sat Feb 14 20:20:07 2015 New Revision: 379013 URL: https://svnweb.freebsd.org/changeset/ports/379013 QAT: https://qat.redports.org/buildarchive/r379013/ Log: Update to 0.14. Add dependency on Variable::Magic for a speed boost. Changes: https://metacpan.org/changes/distribution/B-Hooks-EndOfScope Modified: head/devel/p5-B-Hooks-EndOfScope/Makefile head/devel/p5-B-Hooks-EndOfScope/distinfo Modified: head/devel/p5-B-Hooks-EndOfScope/Makefile ============================================================================== --- head/devel/p5-B-Hooks-EndOfScope/Makefile Sat Feb 14 20:15:48 2015 (r379012) +++ head/devel/p5-B-Hooks-EndOfScope/Makefile Sat Feb 14 20:20:07 2015 (r379013) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= B-Hooks-EndOfScope -PORTVERSION= 0.13 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +15,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Module-Implementation>=0.05:${PORTSDIR}/devel/p5-Module-Implementation \ p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \ - p5-Sub-Exporter-Progressive>=0.001006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive + p5-Sub-Exporter-Progressive>=0.001006:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ + p5-Variable-Magic>=0.48:${PORTSDIR}/devel/p5-Variable-Magic RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/devel/p5-B-Hooks-EndOfScope/distinfo ============================================================================== --- head/devel/p5-B-Hooks-EndOfScope/distinfo Sat Feb 14 20:15:48 2015 (r379012) +++ head/devel/p5-B-Hooks-EndOfScope/distinfo Sat Feb 14 20:20:07 2015 (r379013) @@ -1,2 +1,2 @@ -SHA256 (B-Hooks-EndOfScope-0.13.tar.gz) = f17ef12e1ea7667dc072edb2ee5bcfc54359ad77e60163a56b43383e1705adb8 -SIZE (B-Hooks-EndOfScope-0.13.tar.gz) = 25735 +SHA256 (B-Hooks-EndOfScope-0.14.tar.gz) = dfec3f1282ce51566005bc5bc8793325d820ab25902d5ef765f50b678076552f +SIZE (B-Hooks-EndOfScope-0.14.tar.gz) = 30083