[PATCH] archivers/p5-POE-Filter-LZW: update to 1.4
Gea-Suan Lin
gslin at gslin.org
Sun Sep 10 09:23:44 PDT 2006
>Submitter-Id: current-users
>Originator: Gea-Suan Lin
>Organization:
>Confidential: no
>Synopsis: [PATCH] archivers/p5-POE-Filter-LZW: update to 1.4
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 1.4
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-POE-Filter-LZW-1.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/p5-POE-Filter-LZW/Makefile /home/staff/gslin/work/p5-POE-Filter-LZW/Makefile
--- /usr/ports/archivers/p5-POE-Filter-LZW/Makefile Tue Sep 5 03:08:20 2006
+++ /home/staff/gslin/work/p5-POE-Filter-LZW/Makefile Mon Sep 11 00:22:12 2006
@@ -6,7 +6,7 @@
#
PORTNAME= POE-Filter-LZW
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
@@ -15,9 +15,9 @@
MAINTAINER= perl at FreeBSD.org
COMMENT= A POE filter wrapped around Compress::LZW
-RUN_DEPENDS= ${SITE_PERL}/Compress/LZW.pm:${PORTSDIR}/archivers/p5-Compress-LZW \
+BUILD_DEPENDS= ${SITE_PERL}/Compress/LZW.pm:${PORTSDIR}/archivers/p5-Compress-LZW \
p5-POE>=0.3501:${PORTSDIR}/devel/p5-POE
-BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff -ruN --exclude=CVS /usr/ports/archivers/p5-POE-Filter-LZW/distinfo /home/staff/gslin/work/p5-POE-Filter-LZW/distinfo
--- /usr/ports/archivers/p5-POE-Filter-LZW/distinfo Tue Sep 5 03:08:20 2006
+++ /home/staff/gslin/work/p5-POE-Filter-LZW/distinfo Mon Sep 11 00:22:33 2006
@@ -1,3 +1,3 @@
-MD5 (POE-Filter-LZW-1.3.tar.gz) = 37fc4b5a3763910d3e54636d6659df0f
-SHA256 (POE-Filter-LZW-1.3.tar.gz) = f14c638ee5750dab4a4b4ee81924d57d4d1faea8838fb9dc34b7ee1ca0f2d4ac
-SIZE (POE-Filter-LZW-1.3.tar.gz) = 2603
+MD5 (POE-Filter-LZW-1.4.tar.gz) = 7b5a5d3bb058fff6d1ae459a8e275de4
+SHA256 (POE-Filter-LZW-1.4.tar.gz) = 72e7c8c9c0849c8194f0310bd989e34e418cb64259339e4c9c96a8832fc83d3b
+SIZE (POE-Filter-LZW-1.4.tar.gz) = 2664
--- p5-POE-Filter-LZW-1.4.patch ends here ---
More information about the freebsd-perl
mailing list