summaryrefslogtreecommitdiff
path: root/net/p5-Net-Z3950
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-09-10 08:43:03 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-09-10 08:43:03 +0000
commit65e8a9eb4481dae2758acf04888a22029982e626 (patch)
treeadcbac875bd0c505e15c9410537cafc61221be8c /net/p5-Net-Z3950
parentUpdate to version 1.3.12. (diff)
Update to version 0.35.
Notes
Notes: svn path=/head/; revision=88908
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r--net/p5-Net-Z3950/Makefile2
-rw-r--r--net/p5-Net-Z3950/distinfo2
-rw-r--r--net/p5-Net-Z3950/files/patch-Makefile.PL14
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)',
- );