Bug 182835 - [PATCH] devel/p5-Tree-Simple: update to 1.22
Summary: [PATCH] devel/p5-Tree-Simple: update to 1.22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-08 17:50 UTC by Po-Chuan Hsieh
Modified: 2013-10-15 05:45 UTC (History)
1 user (show)

See Also:


Attachments
p5-Tree-Simple-1.22.patch (1.61 KB, patch)
2013-10-08 17:50 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-08 17:50:02 UTC
- Update to 1.22
- Remove leading indefinite article from COMMENT
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Tree-Simple/Changes

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-08 17:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182835 

Date: Sat, 12 Oct 2013 15:18:52 +0400
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-12 16:12:00 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-12 16:22:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!