Update to version 0.35.
This commit is contained in:
parent
983f1865a9
commit
65e8a9eb44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88908
3 changed files with 2 additions and 16 deletions
|
@ -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-
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Net-Z3950-0.32.tar.gz) = f07ba44d46357700ef73bf532256f8ad
|
||||
MD5 (Net-Z3950-0.35.tar.gz) = 1061c3852d027d8ecf42abe862025176
|
||||
|
|
|
@ -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)',
|
||||
);
|
Loading…
Reference in a new issue