aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-09-10 16:43:03 +0800
committerdemon <demon@FreeBSD.org>2003-09-10 16:43:03 +0800
commitec6d8404f0cc8d6b09045ac0d1bf332ee15edcfc (patch)
tree65ca19a461bb9f5b680e4d31f8ad3627182186d4 /net
parente07a87f69828d4944a4c07d6542e0c06ed1468e3 (diff)
downloadfreebsd-ports-gnome-ec6d8404f0cc8d6b09045ac0d1bf332ee15edcfc.tar.gz
freebsd-ports-gnome-ec6d8404f0cc8d6b09045ac0d1bf332ee15edcfc.tar.zst
freebsd-ports-gnome-ec6d8404f0cc8d6b09045ac0d1bf332ee15edcfc.zip
Update to version 0.35.
Diffstat (limited to 'net')
-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)',
- );