svn commit: r330132 - head/devel/p5-Tree-Simple
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 12 15:11:49 UTC 2013
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 <trtrmitya at gmail.com> (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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list