Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Sep 2003 22:33:36 +0200 (CEST)
From:      Lars Thegler <lars@thegler.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/56608: [PATCH] textproc/p5-XML-SAX-Simple: update to 0.02
Message-ID:  <20030908203336.83FCE3EAF@dask.thegler.dk>
Resent-Message-ID: <200309082040.h88KeHWb015552@freefall.freebsd.org>

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

>Number:         56608
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-SAX-Simple: update to 0.02
>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:   Mon Sep 08 13:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Thegler
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.8-STABLE FreeBSD 4.8-STABLE #9: Tue Jul 29 01:39:22 CEST 2003
>Description:
- Update to 0.02
- Add dependency
- Make portlint happy

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

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

--- p5-XML-SAX-Simple-0.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Simple/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	7 Mar 2003 06:11:50 -0000	1.2
+++ Makefile	8 Sep 2003 20:32:45 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-SAX-Simple
-PORTVERSION=	0.01
+PORTVERSION=	0.02
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,8 +15,9 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	SAX version of XML::Simple
 
-RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
-		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
+		${SITE_PERL}/XML/Handler/Trees.pm:${PORTSDIR}/textproc/p5-XML-Handler-Trees
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Simple/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	27 May 2002 08:40:57 -0000	1.1
+++ distinfo	8 Sep 2003 20:32:45 -0000
@@ -1 +1 @@
-MD5 (XML-SAX-Simple-0.01.tar.gz) = 8aebd4f3b3d5b5692d9d4ea21953d4cc
+MD5 (XML-SAX-Simple-0.02.tar.gz) = 37aac206cd92a81afaf39424c9fadd1b
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Simple/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	27 May 2002 08:40:57 -0000	1.1
+++ pkg-descr	8 Sep 2003 20:32:45 -0000
@@ -1,7 +1,7 @@
 XML::SAX::Simple is a very simple version of XML::Simple but for
 SAX. It can be used as a complete drop-in replacement for XML::Simple.
 
-WWW: http://search.cpan.org/search?dist=XML-SAX-Simple
+WWW: http://search.cpan.org/dist/XML-SAX-Simple/
 
 -- Sergey Skvortsov
 skv@FreeBSD.org
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-SAX-Simple/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	27 May 2002 08:40:57 -0000	1.1
+++ pkg-plist	8 Sep 2003 20:32:45 -0000
@@ -1,7 +1,7 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Simple/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Simple.pm
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Simple
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Simple/.packlist
+%%SITE_PERL%%/XML/SAX/Simple.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Simple
+@unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
--- p5-XML-SAX-Simple-0.02.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?20030908203336.83FCE3EAF>