From owner-svn-ports-all@FreeBSD.ORG Sun Jan 18 22:49:06 2015 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 122E82B4; Sun, 18 Jan 2015 22:49:06 +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 D99ECA37; Sun, 18 Jan 2015 22:49:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0IMn5ds004068; Sun, 18 Jan 2015 22:49:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0IMn5PL004053; Sun, 18 Jan 2015 22:49:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501182249.t0IMn5PL004053@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 18 Jan 2015 22:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377367 - head/devel/p5-Eval-Closure 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: Sun, 18 Jan 2015 22:49:06 -0000 Author: sunpoet Date: Sun Jan 18 22:49:04 2015 New Revision: 377367 URL: https://svnweb.freebsd.org/changeset/ports/377367 QAT: https://qat.redports.org/buildarchive/r377367/ Log: - Update to 0.12 - Fix TEST_DEPENDS: - PadWalker is not required - Test::Output is a development dependency - Sort PLIST Changes: http://search.cpan.org/dist/Eval-Closure/Changes Modified: head/devel/p5-Eval-Closure/Makefile head/devel/p5-Eval-Closure/distinfo head/devel/p5-Eval-Closure/pkg-plist Modified: head/devel/p5-Eval-Closure/Makefile ============================================================================== --- head/devel/p5-Eval-Closure/Makefile Sun Jan 18 22:48:58 2015 (r377366) +++ head/devel/p5-Eval-Closure/Makefile Sun Jan 18 22:49:04 2015 (r377367) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Eval-Closure -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DOY @@ -17,9 +16,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Devel-LexAlias>=0.05:${PORTSDIR}/devel/p5-Devel-LexAlias \ - p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires USES= perl5 Modified: head/devel/p5-Eval-Closure/distinfo ============================================================================== --- head/devel/p5-Eval-Closure/distinfo Sun Jan 18 22:48:58 2015 (r377366) +++ head/devel/p5-Eval-Closure/distinfo Sun Jan 18 22:49:04 2015 (r377367) @@ -1,2 +1,2 @@ -SHA256 (Eval-Closure-0.11.tar.gz) = a1923d3aeac0cf4a6cc9ed748ef548085e3ec3f3d14d669504d1fb56756279ac -SIZE (Eval-Closure-0.11.tar.gz) = 18126 +SHA256 (Eval-Closure-0.12.tar.gz) = db2d395870ba6fc9d002e68e45c5e2d975fc9dab95829b3347c2073ffaa35b6b +SIZE (Eval-Closure-0.12.tar.gz) = 19699 Modified: head/devel/p5-Eval-Closure/pkg-plist ============================================================================== --- head/devel/p5-Eval-Closure/pkg-plist Sun Jan 18 22:48:58 2015 (r377366) +++ head/devel/p5-Eval-Closure/pkg-plist Sun Jan 18 22:49:04 2015 (r377367) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Eval::Closure.3.gz %%SITE_PERL%%/Eval/Closure.pm +%%PERL5_MAN3%%/Eval::Closure.3.gz