From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 14:38:53 2013 Return-Path: Delivered-To: svn-ports-head@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 4527161B; Sat, 26 Oct 2013 14:38:53 +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 1856E20FA; Sat, 26 Oct 2013 14:38:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QEcqTr000320; Sat, 26 Oct 2013 14:38:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QEcqpO000317; Sat, 26 Oct 2013 14:38:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310261438.r9QEcqpO000317@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Oct 2013 14:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331696 - head/devel/p5-Data-ShowTable X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 14:38:53 -0000 Author: sunpoet Date: Sat Oct 26 14:38:52 2013 New Revision: 331696 URL: http://svnweb.freebsd.org/changeset/ports/331696 Log: - Update to 4.5 - Support STAGEDIR Changes: http://search.cpan.org/dist/Data-ShowTable/Changes Modified: head/devel/p5-Data-ShowTable/Makefile head/devel/p5-Data-ShowTable/distinfo (contents, props changed) head/devel/p5-Data-ShowTable/pkg-plist (contents, props changed) Modified: head/devel/p5-Data-ShowTable/Makefile ============================================================================== --- head/devel/p5-Data-ShowTable/Makefile Sat Oct 26 14:38:11 2013 (r331695) +++ head/devel/p5-Data-ShowTable/Makefile Sat Oct 26 14:38:52 2013 (r331696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-ShowTable -PORTVERSION= 4.1 +PORTVERSION= 4.5 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,8 +15,4 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= configure -MAN1= showtable.1 -MAN3= Data::ShowTable.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Data-ShowTable/distinfo ============================================================================== --- head/devel/p5-Data-ShowTable/distinfo Sat Oct 26 14:38:11 2013 (r331695) +++ head/devel/p5-Data-ShowTable/distinfo Sat Oct 26 14:38:52 2013 (r331696) @@ -1,2 +1,2 @@ -SHA256 (Data-ShowTable-4.1.tar.gz) = 7c1570299ad54f13e76b0117f51da17ccf967ac1261ed6863405749a246895cd -SIZE (Data-ShowTable-4.1.tar.gz) = 93353 +SHA256 (Data-ShowTable-4.5.tar.gz) = e8e1e81db7cf13b0faa0d5830a9d357d722b093aaf318acd8dd97ce8fcc7f920 +SIZE (Data-ShowTable-4.5.tar.gz) = 61905 Modified: head/devel/p5-Data-ShowTable/pkg-plist ============================================================================== --- head/devel/p5-Data-ShowTable/pkg-plist Sat Oct 26 14:38:11 2013 (r331695) +++ head/devel/p5-Data-ShowTable/pkg-plist Sat Oct 26 14:38:52 2013 (r331696) @@ -1,6 +1,10 @@ bin/showtable %%SITE_PERL%%/Data/ShowTable.pm +%%SITE_PERL%%/Data/testfile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ShowTable/.packlist +%%PERL5_MAN3%%/Data::ShowTable.3.gz +%%PERL5_MAN3%%/Data::testfile.3.gz +man/man1/showtable.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/ShowTable -@dirrmtry %%SITE_PERL%%/Data @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data