From owner-svn-ports-all@FreeBSD.ORG Wed Nov 20 08:10:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEEBFCB; Wed, 20 Nov 2013 08:10:00 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6A552544; Wed, 20 Nov 2013 08:10:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAK8A0JG099433; Wed, 20 Nov 2013 08:10:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAK8A00q099426; Wed, 20 Nov 2013 08:10:00 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311200810.rAK8A00q099426@svn.freebsd.org> From: Frederic Culot Date: Wed, 20 Nov 2013 08:10:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334398 - head/devel/p5-Future 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.16 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: Wed, 20 Nov 2013 08:10:00 -0000 Author: culot Date: Wed Nov 20 08:09:59 2013 New Revision: 334398 URL: http://svnweb.freebsd.org/changeset/ports/334398 Log: - Update to 0.20 - Support staging Changes: http://search.cpan.org/dist/Future/Changes Added: head/devel/p5-Future/pkg-plist (contents, props changed) Modified: head/devel/p5-Future/Makefile head/devel/p5-Future/distinfo Modified: head/devel/p5-Future/Makefile ============================================================================== --- head/devel/p5-Future/Makefile Wed Nov 20 08:08:03 2013 (r334397) +++ head/devel/p5-Future/Makefile Wed Nov 20 08:09:59 2013 (r334398) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Future -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PEVANS @@ -19,13 +19,6 @@ TEST_DEPENDS= p5-Test-Fatal>0:${PORTSDIR p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Future.3 Future::Phrasebook.3 Future::Utils.3 - -PLIST_FILES= %%SITE_PERL%%/Future.pm %%SITE_PERL%%/Future/Phrasebook.pod \ - %%SITE_PERL%%/Future/Utils.pm -PLIST_DIRS= %%SITE_PERL%%/Future - -NO_STAGE= yes .include Modified: head/devel/p5-Future/distinfo ============================================================================== --- head/devel/p5-Future/distinfo Wed Nov 20 08:08:03 2013 (r334397) +++ head/devel/p5-Future/distinfo Wed Nov 20 08:09:59 2013 (r334398) @@ -1,2 +1,2 @@ -SHA256 (Future-0.19.tar.gz) = 1cf70b690faa623ad854ec8ec32ef07dc187a57061ac95ca4679f04f1216e84e -SIZE (Future-0.19.tar.gz) = 57262 +SHA256 (Future-0.20.tar.gz) = f1c07b4cbf3a0ac1713916b8e5f0b6d9cb869394a2531d3335664dd931d4a84f +SIZE (Future-0.20.tar.gz) = 57438 Added: head/devel/p5-Future/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Future/pkg-plist Wed Nov 20 08:09:59 2013 (r334398) @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Future.pm +%%SITE_PERL%%/Future/Phrasebook.pod +%%SITE_PERL%%/Future/Utils.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Future/.packlist +%%PERL5_MAN3%%/Future.3.gz +%%PERL5_MAN3%%/Future::Phrasebook.3.gz +%%PERL5_MAN3%%/Future::Utils.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Future +@dirrm %%SITE_PERL%%/Future