Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2006 17:29:58 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        demon@FreeBSD.org
Subject:   ports/99577: [PATCH] devel/p5-Tree-Simple: update to 1.16
Message-ID:  <20060628092958.D9268B29C98@utopia.leeym.com>
Resent-Message-ID: <200606280940.k5S9eOET063914@freefall.freebsd.org>

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

>Number:         99577
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Tree-Simple: update to 1.16
>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:   Wed Jun 28 09:40:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jun 18 11:24:48 CST 2006
>Description:
- Update to 1.16

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

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Tree-Simple-1.16.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tree-Simple/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	10 Oct 2005 12:07:18 -0000	1.8
+++ Makefile	28 Jun 2006 09:29:45 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Tree-Simple
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Tree
@@ -15,18 +15,18 @@
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A simple tree object
 
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS+=	${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Tree::Simple.3 Tree::Simple::Visitor.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS+=	${BUILD_DEPENDS}
-.endif
 .if ${PERL_LEVEL} < 500601
-IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tree-Simple/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	22 Jan 2006 08:29:38 -0000	1.7
+++ distinfo	28 Jun 2006 09:29:45 -0000
@@ -1,3 +1,3 @@
-MD5 (Tree-Simple-1.15.tar.gz) = f4bb1afd402186952ea0b87ceeb3bc41
-SHA256 (Tree-Simple-1.15.tar.gz) = 0107a9f0c6f752ac4922df3f763b33ac794fdbe90036af4b1b2a34e9971d8f95
-SIZE (Tree-Simple-1.15.tar.gz) = 31204
+MD5 (Tree-Simple-1.16.tar.gz) = 7f003a9af1aea6a9931c3de8fc49b3ab
+SHA256 (Tree-Simple-1.16.tar.gz) = df91e18d313021cabace2a3ed9d84038d986e5c6f07cc414b57aee96d16a8e77
+SIZE (Tree-Simple-1.16.tar.gz) = 32104
--- p5-Tree-Simple-1.16.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?20060628092958.D9268B29C98>