From owner-svn-ports-head@FreeBSD.ORG Sat Apr 4 12:52:36 2015 Return-Path: Delivered-To: svn-ports-head@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 EF256430; Sat, 4 Apr 2015 12:52:36 +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 D098C651; Sat, 4 Apr 2015 12:52:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t34CqaZY035310; Sat, 4 Apr 2015 12:52:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t34CqZX4035306; Sat, 4 Apr 2015 12:52:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504041252.t34CqZX4035306@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 4 Apr 2015 12:52:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383213 - head/devel/p5-Tree-Simple-VisitorFactory 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.18-1 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, 04 Apr 2015 12:52:37 -0000 Author: sunpoet Date: Sat Apr 4 12:52:35 2015 New Revision: 383213 URL: https://svnweb.freebsd.org/changeset/ports/383213 Log: - Update to 0.12 - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Tree-Simple-VisitorFactory/Changes Modified: head/devel/p5-Tree-Simple-VisitorFactory/Makefile head/devel/p5-Tree-Simple-VisitorFactory/distinfo head/devel/p5-Tree-Simple-VisitorFactory/pkg-plist Modified: head/devel/p5-Tree-Simple-VisitorFactory/Makefile ============================================================================== --- head/devel/p5-Tree-Simple-VisitorFactory/Makefile Sat Apr 4 12:52:29 2015 (r383212) +++ head/devel/p5-Tree-Simple-VisitorFactory/Makefile Sat Apr 4 12:52:35 2015 (r383213) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-Simple-VisitorFactory -PORTVERSION= 0.10 -PORTREVISION= 2 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,12 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Set of visitor objects for traversing Tree::Simple hierarchies -BUILD_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception +BUILD_DEPENDS= p5-Tree-Simple>=1.22:${PORTSDIR}/devel/p5-Tree-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0.15:${PORTSDIR}/devel/p5-Test-Exception -USES= perl5 +USES= perl5 tar:tgz USE_PERL5= configure .include Modified: head/devel/p5-Tree-Simple-VisitorFactory/distinfo ============================================================================== --- head/devel/p5-Tree-Simple-VisitorFactory/distinfo Sat Apr 4 12:52:29 2015 (r383212) +++ head/devel/p5-Tree-Simple-VisitorFactory/distinfo Sat Apr 4 12:52:35 2015 (r383213) @@ -1,2 +1,2 @@ -SHA256 (Tree-Simple-VisitorFactory-0.10.tar.gz) = a804dcdd5a635c8056fa681c796da36a0483523f43290209f412ef3e967d0cbe -SIZE (Tree-Simple-VisitorFactory-0.10.tar.gz) = 27970 +SHA256 (Tree-Simple-VisitorFactory-0.12.tgz) = 6f1fbf08d73c183d6ddda9fc4ea9425107a9d9dee47538a33a79078c08ed47bc +SIZE (Tree-Simple-VisitorFactory-0.12.tgz) = 44779 Modified: head/devel/p5-Tree-Simple-VisitorFactory/pkg-plist ============================================================================== --- head/devel/p5-Tree-Simple-VisitorFactory/pkg-plist Sat Apr 4 12:52:29 2015 (r383212) +++ head/devel/p5-Tree-Simple-VisitorFactory/pkg-plist Sat Apr 4 12:52:35 2015 (r383213) @@ -1,21 +1,3 @@ -%%PERL5_MAN3%%/Tree::Simple::Visitor::BreadthFirstTraversal.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::CreateDirectoryTree.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByNodeValue.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByPath.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByUID.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::FromNestedArray.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::FromNestedHash.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::GetAllDescendents.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::LoadClassHierarchy.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::LoadDirectoryTree.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::PathToRoot.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::PostOrderTraversal.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::PreOrderTraversal.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::Sort.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::ToNestedArray.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::ToNestedHash.3.gz -%%PERL5_MAN3%%/Tree::Simple::Visitor::VariableDepthClone.3.gz -%%PERL5_MAN3%%/Tree::Simple::VisitorFactory.3.gz %%SITE_PERL%%/Tree/Simple/Visitor/BreadthFirstTraversal.pm %%SITE_PERL%%/Tree/Simple/Visitor/CreateDirectoryTree.pm %%SITE_PERL%%/Tree/Simple/Visitor/FindByNodeValue.pm @@ -34,3 +16,21 @@ %%SITE_PERL%%/Tree/Simple/Visitor/ToNestedHash.pm %%SITE_PERL%%/Tree/Simple/Visitor/VariableDepthClone.pm %%SITE_PERL%%/Tree/Simple/VisitorFactory.pm +%%PERL5_MAN3%%/Tree::Simple::Visitor::BreadthFirstTraversal.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::CreateDirectoryTree.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByNodeValue.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByPath.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::FindByUID.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::FromNestedArray.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::FromNestedHash.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::GetAllDescendents.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::LoadClassHierarchy.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::LoadDirectoryTree.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::PathToRoot.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::PostOrderTraversal.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::PreOrderTraversal.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::Sort.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::ToNestedArray.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::ToNestedHash.3.gz +%%PERL5_MAN3%%/Tree::Simple::Visitor::VariableDepthClone.3.gz +%%PERL5_MAN3%%/Tree::Simple::VisitorFactory.3.gz