ports/55918: [PATCH] www/p5-HTML-SimpleParse: update to 0.12

Lars Thegler lars at thegler.dk
Sun Aug 24 10:30:25 UTC 2003


>Number:         55918
>Category:       ports
>Synopsis:       [PATCH] www/p5-HTML-SimpleParse: update to 0.12
>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:   Sun Aug 24 03:30:23 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.12
- Use %%SITE_PERL%% in pkg-plist

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

--- p5-HTML-SimpleParse-0.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-SimpleParse/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	20 Feb 2003 19:15:34 -0000	1.5
+++ Makefile	24 Aug 2003 10:26:03 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML-SimpleParse
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	HTML
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-SimpleParse/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	26 Jan 2003 18:32:22 -0000	1.2
+++ distinfo	24 Aug 2003 10:26:03 -0000
@@ -1 +1 @@
-MD5 (HTML-SimpleParse-0.11.tar.gz) = 08a5d8cf9a2845add250479786e59f08
+MD5 (HTML-SimpleParse-0.12.tar.gz) = f557818d78932654f9ca8dfeae2566b1
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-HTML-SimpleParse/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	3 Aug 2001 20:23:09 -0000	1.2
+++ pkg-plist	24 Aug 2003 10:26:03 -0000
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/HTML/SimpleParse.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/SimpleParse
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
+%%SITE_PERL%%/HTML/SimpleParse.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SimpleParse/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SimpleParse
+ at unexec rmdir %D/%%SITE_PERL%%/HTML 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
--- p5-HTML-SimpleParse-0.12.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list