From owner-svn-ports-all@FreeBSD.ORG Sat Oct 5 06:05:59 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 ESMTP id 684CF632; Sat, 5 Oct 2013 06:05:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 496BC2E21; Sat, 5 Oct 2013 06:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9565xMi069800; Sat, 5 Oct 2013 06:05:59 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9565w0M069796; Sat, 5 Oct 2013 06:05:58 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310050605.r9565w0M069796@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Oct 2013 06:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329417 - head/devel/p5-Getopt-Long-Descriptive 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.14 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, 05 Oct 2013 06:05:59 -0000 Author: sunpoet Date: Sat Oct 5 06:05:58 2013 New Revision: 329417 URL: http://svnweb.freebsd.org/changeset/ports/329417 Log: - Update to 0.096 - Support STAGEDIR Changes: http://search.cpan.org/dist/Getopt-Long-Descriptive/Changes Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile head/devel/p5-Getopt-Long-Descriptive/distinfo head/devel/p5-Getopt-Long-Descriptive/pkg-plist (contents, props changed) Modified: head/devel/p5-Getopt-Long-Descriptive/Makefile ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/Makefile Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/Makefile Sat Oct 5 06:05:58 2013 (r329417) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Getopt-Long-Descriptive -PORTVERSION= 0.095 +PORTVERSION= 0.096 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,16 +17,11 @@ BUILD_DEPENDS= p5-Params-Validate>=0.97: p5-Sub-Exporter>=0.972:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-Warnings>=0:${PORTSDIR}/devel/p5-Test-Warnings + p5-Test-Warnings>=0.005:${PORTSDIR}/devel/p5-Test-Warnings USES= perl5 USE_PERL5= configure -MAN3= Getopt::Long::Descriptive.3 \ - Getopt::Long::Descriptive::Opts.3 \ - Getopt::Long::Descriptive::Usage.3 - -NO_STAGE= yes .include .if ${PERL_LEVEL} < 501400 Modified: head/devel/p5-Getopt-Long-Descriptive/distinfo ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/distinfo Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/distinfo Sat Oct 5 06:05:58 2013 (r329417) @@ -1,2 +1,2 @@ -SHA256 (Getopt-Long-Descriptive-0.095.tar.gz) = b5214407ec6b5a3578b54d2a22d931903ef918c6e2c9c558c1c89cd8edb697af -SIZE (Getopt-Long-Descriptive-0.095.tar.gz) = 25175 +SHA256 (Getopt-Long-Descriptive-0.096.tar.gz) = 706a6c9da95c7fb6d38ed90377f30f4c7824c58f051cbfe34a1085608282a689 +SIZE (Getopt-Long-Descriptive-0.096.tar.gz) = 25016 Modified: head/devel/p5-Getopt-Long-Descriptive/pkg-plist ============================================================================== --- head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sat Oct 5 06:05:53 2013 (r329416) +++ head/devel/p5-Getopt-Long-Descriptive/pkg-plist Sat Oct 5 06:05:58 2013 (r329417) @@ -2,6 +2,9 @@ %%SITE_PERL%%/Getopt/Long/Descriptive/Opts.pm %%SITE_PERL%%/Getopt/Long/Descriptive/Usage.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive/.packlist +%%PERL5_MAN3%%/Getopt::Long::Descriptive.3.gz +%%PERL5_MAN3%%/Getopt::Long::Descriptive::Opts.3.gz +%%PERL5_MAN3%%/Getopt::Long::Descriptive::Usage.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long/Descriptive @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Long @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt