Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 14:32:32 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fernan@iib.unsam.edu.ar
Subject:   ports/96496: [PATCH] devel/p5-Data-Stag: update to 0.10
Message-ID:  <20060429063232.B1D50B29CC7@utopia.leeym.com>
Resent-Message-ID: <200604290640.k3T6eJ9C017692@freefall.freebsd.org>

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

>Number:         96496
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Data-Stag: update to 0.10
>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:   Sat Apr 29 06:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Tue Apr 11 08:54:13 CST 2006
>Description:
- Update to 0.10

Port maintainer (fernan@iib.unsam.edu.ar) is cc'd.

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

--- p5-Data-Stag-0.10.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Stag/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	11 Oct 2005 20:28:47 -0000	1.2
+++ Makefile	29 Apr 2006 06:32:12 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	Data-Stag
-PORTVERSION=	0.08
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Data
@@ -16,6 +16,9 @@
 MAINTAINER=	fernan@iib.unsam.edu.ar
 COMMENT=	Structured Tags datastructures
 
+RUN_DEPENDS=	${SITE_PERL}/IO/String.pm:${PORTSDIR}/devel/p5-IO-String
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN1=		stag-grep.pl.1 stag-filter.pl.1 stag-parse.pl.1 \
@@ -35,6 +38,13 @@
 		Data::Stag::BaseHandler.3 Data::Stag::BaseGenerator.3 \
 		Data::Stag::DTDWriter.3 Data::Stag::ITextParser.3 \
 		Data::Stag::PerlWriter.3 Data::Stag::XMLParser.3 \
+		Data::Stag::IndentParser.3 Data::Stag::IndentWriter.3 \
 		Data::Stag.3 Data::Stag::XSLTHandler.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Stag/distinfo,v
retrieving revision 1.3
diff -u -u -r1.3 distinfo
--- distinfo	22 Jan 2006 08:28:55 -0000	1.3
+++ distinfo	29 Apr 2006 06:32:12 -0000
@@ -1,3 +1,3 @@
-MD5 (Data-Stag-0.08.tar.gz) = cf9d970b8b580f34b746f518df0808b3
-SHA256 (Data-Stag-0.08.tar.gz) = c2eeba47887679695fa4cdae523d1ac0323e83b6e7d04132fada938b1987fff3
-SIZE (Data-Stag-0.08.tar.gz) = 442080
+MD5 (Data-Stag-0.10.tar.gz) = cad762bfa905097c6d4f92c3a92ba506
+SHA256 (Data-Stag-0.10.tar.gz) = d4145a2d50af0ad2561cacb39fd36e5e0168fdf7e6b6da45d64e842e34d7646a
+SIZE (Data-Stag-0.10.tar.gz) = 443976
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Data-Stag/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:17 -0000	1.2
+++ pkg-plist	29 Apr 2006 06:32:12 -0000
@@ -45,6 +45,8 @@
 %%SITE_PERL%%/Data/Stag/SxprParser.pm
 %%SITE_PERL%%/Data/Stag/SAX2Stag.pm
 %%SITE_PERL%%/Data/Stag/XSLTHandler.pm
+%%SITE_PERL%%/Data/Stag/IndentParser.pm
+%%SITE_PERL%%/Data/Stag/IndentWriter.pm
 %%SITE_PERL%%/Data/Stag/Base.pm
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
 @dirrm %%SITE_PERL%%/Data/Stag
--- p5-Data-Stag-0.10.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?20060429063232.B1D50B29CC7>