Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2015 12:52:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201504041252.t34CqZX4035306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504041252.t34CqZX4035306>