Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2008 03:07:11 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120385: [UPDATE] devel/p5-Tree-Simple
Message-ID:  <200802080307.m1837BEv030670@www.freebsd.org>
Resent-Message-ID: <200802080310.m183A1aj034189@freefall.freebsd.org>

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

>Number:         120385
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Tree-Simple
>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:   Fri Feb 08 03:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC
>Description:
- Updated to 1.18
- Remove FreeBSD 4 support
- Add new B-deps(p5-Test-Exception).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Tree-Simple/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	8 Sep 2007 00:59:16 -0000	1.11
+++ Makefile	8 Feb 2008 03:07:02 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Tree-Simple
-PORTVERSION=	1.17
+PORTVERSION=	1.18
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Tree
@@ -15,15 +15,10 @@
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	A simple tree object
 
+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
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Tree-Simple/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	2 Dec 2006 14:12:13 -0000	1.9
+++ distinfo	8 Feb 2008 03:07:02 -0000
@@ -1,3 +1,3 @@
-MD5 (Tree-Simple-1.17.tar.gz) = c1468eb79c414090bf16e2da4fc9637c
-SHA256 (Tree-Simple-1.17.tar.gz) = a3bb201d64d27b000d939294e0751f46b61d3a2993e6cfbd0a38bf7eafe44201
-SIZE (Tree-Simple-1.17.tar.gz) = 32809
+MD5 (Tree-Simple-1.18.tar.gz) = 70462938108a8b8658b1b1d2f12dbeab
+SHA256 (Tree-Simple-1.18.tar.gz) = cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d
+SIZE (Tree-Simple-1.18.tar.gz) = 32851


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



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