diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-10 08:43:03 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-09-10 08:43:03 +0000 |
commit | 65e8a9eb4481dae2758acf04888a22029982e626 (patch) | |
tree | adcbac875bd0c505e15c9410537cafc61221be8c /net/p5-Net-Z3950 | |
parent | 983f1865a909a4dadac92900ad5e9981c8fafc41 (diff) | |
download | ports-65e8a9eb4481dae2758acf04888a22029982e626.tar.gz ports-65e8a9eb4481dae2758acf04888a22029982e626.zip |
Notes
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Net-Z3950/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-Z3950/files/patch-Makefile.PL | 14 |
3 files changed, 2 insertions, 16 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index 561b9ed9bb1b..f1225e619f7f 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Z3950 -PORTVERSION= 0.32 +PORTVERSION= 0.35 CATEGORIES= net perl5 MASTER_SITES= http://perl.z3950.org/download/ PKGNAMEPREFIX= p5- diff --git a/net/p5-Net-Z3950/distinfo b/net/p5-Net-Z3950/distinfo index b562ef09c232..477f5ab922a2 100644 --- a/net/p5-Net-Z3950/distinfo +++ b/net/p5-Net-Z3950/distinfo @@ -1 +1 @@ -MD5 (Net-Z3950-0.32.tar.gz) = f07ba44d46357700ef73bf532256f8ad +MD5 (Net-Z3950-0.35.tar.gz) = 1061c3852d027d8ecf42abe862025176 diff --git a/net/p5-Net-Z3950/files/patch-Makefile.PL b/net/p5-Net-Z3950/files/patch-Makefile.PL deleted file mode 100644 index 08723e422c66..000000000000 --- a/net/p5-Net-Z3950/files/patch-Makefile.PL +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.PL.orig Sun Dec 23 23:08:17 2001 -+++ Makefile.PL Sun Dec 23 23:09:10 2001 -@@ -7,9 +7,9 @@ - 'NAME' => 'Net::Z3950', - 'VERSION_FROM' => 'Z3950.pm', # finds $VERSION - # 'LIBS' => ['-L/usr/local/src/yaz/lib/.libs -lyaz'], # e.g., '-lm' -- 'LIBS' => ['-lyaz'], # e.g., '-lm' -+ 'LIBS' => ["-L$ENV{LOCALBASE}/lib -lyaz"], # e.g., '-lm' - 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' --# 'INC' => '-I/usr/local/src/yaz/include', -+ 'INC' => "-I$ENV{LOCALBASE}/include", - 'PREREQ_PM' => { Event => 0.77 }, - 'MYEXTLIB' => 'yazwrap/libyazwrap$(LIB_EXT)', - ); |