Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Oct 2013 00:40:52 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        demon@FreeBSD.org
Subject:   ports/182835: [PATCH] devel/p5-Tree-Simple: update to 1.22
Message-ID:  <20131008164052.6BF853709@sunpoet.net>
Resent-Message-ID: <201310081650.r98Go3b8038527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182835
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Tree-Simple: update to 1.22
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 08 16:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r256094: Mon Oct  7 14:00:36
>Description:
- 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)
>How-To-Repeat:
>Fix:

--- p5-Tree-Simple-1.22.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 329809)
+++ Makefile	(working copy)
@@ -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>
Index: distinfo
===================================================================
--- distinfo	(revision 329809)
+++ distinfo	(working copy)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 329809)
+++ pkg-plist	(working copy)
@@ -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
--- p5-Tree-Simple-1.22.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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