aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-06 01:14:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-12-06 01:14:11 +0000
commita40fe8b0eee594cd6e7e7ccb24496906e30cb40b (patch)
tree27712080cdda34195ff783f4779309a5821f78fe /archivers
parent3f45396d9c629d946f97d142165eff48897eaafc (diff)
downloadports-a40fe8b0eee594cd6e7e7ccb24496906e30cb40b.tar.gz
ports-a40fe8b0eee594cd6e7e7ccb24496906e30cb40b.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-LZO/Makefile2
-rw-r--r--archivers/p5-Compress-LZO/files/patch-Makefile.PL13
2 files changed, 12 insertions, 3 deletions
diff --git a/archivers/p5-Compress-LZO/Makefile b/archivers/p5-Compress-LZO/Makefile
index b1c13b05455b..1bff870c77bf 100644
--- a/archivers/p5-Compress-LZO/Makefile
+++ b/archivers/p5-Compress-LZO/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Compress-LZO
PORTVERSION= 1.08
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/archivers/p5-Compress-LZO/files/patch-Makefile.PL b/archivers/p5-Compress-LZO/files/patch-Makefile.PL
index 2c8a9667db80..058110fee105 100644
--- a/archivers/p5-Compress-LZO/files/patch-Makefile.PL
+++ b/archivers/p5-Compress-LZO/files/patch-Makefile.PL
@@ -1,5 +1,5 @@
---- Makefile.PL.orig Sun Sep 10 23:56:49 2006
-+++ Makefile.PL Sun Sep 10 23:57:27 2006
+--- Makefile.PL.orig 1998-08-23 18:14:41.000000000 +0800
++++ Makefile.PL 2011-12-06 09:11:59.832206442 +0800
@@ -14,6 +14,8 @@
# installed.
@@ -9,3 +9,12 @@
# It shouldn't be necessary to change anything from here on.
+@@ -21,7 +23,7 @@
+ WriteMakefile(
+ NAME => 'Compress::LZO',
+ VERSION_FROM => 'LZO.pm',
+- LIBS => [ "$LZO_LIB -llzo" ],
++ LIBS => [ "$LZO_LIB -llzo2" ],
+ INC => "$LZO_INCLUDE",
+ 'dist' => {COMPRESS=>'gzip', SUFFIX=>'gz'},
+ );