From owner-svn-ports-head@FreeBSD.ORG Sat Oct 12 15:11:49 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 2DFD9C4E; Sat, 12 Oct 2013 15:11:49 +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 E1A2F21F5; Sat, 12 Oct 2013 15:11:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CFBmHG077653; Sat, 12 Oct 2013 15:11:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9CFBmEK077648; Sat, 12 Oct 2013 15:11:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310121511.r9CFBmEK077648@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 12 Oct 2013 15:11:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330132 - head/devel/p5-Tree-Simple 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, 12 Oct 2013 15:11:49 -0000 Author: sunpoet Date: Sat Oct 12 15:11:47 2013 New Revision: 330132 URL: http://svnweb.freebsd.org/changeset/ports/330132 Log: - Update to 1.22 - Remove leading indefinite article from COMMENT - Add LICENSE - Support STAGEDIR Changes: http://search.cpan.org/dist/Tree-Simple/Changes PR: ports/182835 Submitted by: sunpoet (myself) Approved by: Dmitry Sivachenko (maintainer) Modified: head/devel/p5-Tree-Simple/Makefile head/devel/p5-Tree-Simple/distinfo (contents, props changed) head/devel/p5-Tree-Simple/pkg-plist (contents, props changed) Modified: head/devel/p5-Tree-Simple/Makefile ============================================================================== --- head/devel/p5-Tree-Simple/Makefile Sat Oct 12 15:07:54 2013 (r330131) +++ head/devel/p5-Tree-Simple/Makefile Sat Oct 12 15:11:47 2013 (r330132) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= Tree-Simple -PORTVERSION= 1.18 +PORTVERSION= 1.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz MAINTAINER= demon@FreeBSD.org -COMMENT= A simple tree object +COMMENT= Simple tree object -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= Tree::Simple.3 Tree::Simple::Visitor.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Tree-Simple/distinfo ============================================================================== --- head/devel/p5-Tree-Simple/distinfo Sat Oct 12 15:07:54 2013 (r330131) +++ head/devel/p5-Tree-Simple/distinfo Sat Oct 12 15:11:47 2013 (r330132) @@ -1,2 +1,2 @@ -SHA256 (Tree-Simple-1.18.tar.gz) = cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d -SIZE (Tree-Simple-1.18.tar.gz) = 32851 +SHA256 (Tree-Simple-1.22.tgz) = 9a9cdfc4131401346fff9a933fc525b7292ca8661940db2f452c637038e359e1 +SIZE (Tree-Simple-1.22.tgz) = 44597 Modified: head/devel/p5-Tree-Simple/pkg-plist ============================================================================== --- head/devel/p5-Tree-Simple/pkg-plist Sat Oct 12 15:07:54 2013 (r330131) +++ head/devel/p5-Tree-Simple/pkg-plist Sat Oct 12 15:11:47 2013 (r330132) @@ -1,6 +1,8 @@ %%SITE_PERL%%/Tree/Simple.pm %%SITE_PERL%%/Tree/Simple/Visitor.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/.packlist +%%PERL5_MAN3%%/Tree::Simple.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor.3.gz @dirrm %%SITE_PERL%%/Tree/Simple @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple @dirrmtry %%SITE_PERL%%/Tree