aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH2
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-06-03 14:37:26 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-06-03 14:37:26 +0000
commitc7b6b41984d74c0cbc46162f620134100703b5f0 (patch)
treee59c69333140578b940487c958ae2b963a329059 /net/p5-Net-SSH2
parent5442b67d3ad65eb7a4e97734e22079a26d54c083 (diff)
downloadports-c7b6b41984d74c0cbc46162f620134100703b5f0.tar.gz
ports-c7b6b41984d74c0cbc46162f620134100703b5f0.zip
Notes
Diffstat (limited to 'net/p5-Net-SSH2')
-rw-r--r--net/p5-Net-SSH2/Makefile2
-rw-r--r--net/p5-Net-SSH2/distinfo6
-rw-r--r--net/p5-Net-SSH2/files/patch-Makefile.PL19
3 files changed, 23 insertions, 4 deletions
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile
index aca40dee7ec3..f71259875655 100644
--- a/net/p5-Net-SSH2/Makefile
+++ b/net/p5-Net-SSH2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-SSH2
-PORTVERSION= 0.19
+PORTVERSION= 0.20
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/net/p5-Net-SSH2/distinfo b/net/p5-Net-SSH2/distinfo
index d4c16987dbed..9c5cc1589150 100644
--- a/net/p5-Net-SSH2/distinfo
+++ b/net/p5-Net-SSH2/distinfo
@@ -1,3 +1,3 @@
-MD5 (Net-SSH2-0.19.tar.gz) = 9d3fcc914d74886837f236f7c7681823
-SHA256 (Net-SSH2-0.19.tar.gz) = 5d6841c5555e279481b2894f1108af3112b65e66bde87d967b0c7c92b2da6e39
-SIZE (Net-SSH2-0.19.tar.gz) = 67087
+MD5 (Net-SSH2-0.20.tar.gz) = 87eb4258fd88ffd42d93e4a12c2227f2
+SHA256 (Net-SSH2-0.20.tar.gz) = 49eeb547c6f26c150b9441467316a4fac9f128adf2085c557c777f18ed57f578
+SIZE (Net-SSH2-0.20.tar.gz) = 78806
diff --git a/net/p5-Net-SSH2/files/patch-Makefile.PL b/net/p5-Net-SSH2/files/patch-Makefile.PL
new file mode 100644
index 000000000000..7ed288e3c77a
--- /dev/null
+++ b/net/p5-Net-SSH2/files/patch-Makefile.PL
@@ -0,0 +1,19 @@
+--- Makefile.PL.orig 2009-06-03 14:24:20.000000000 +0000
++++ Makefile.PL 2009-06-03 14:24:42.000000000 +0000
+@@ -35,11 +35,11 @@
+
+ EOF
+
+-checklibs
+- lib => 'ssh2',
+- header => 'libssh2.h',
+- libpath => [@search_libs, $lib],
+- incpath => [@search_incs, $inc];
++#checklibs
++# lib => 'ssh2',
++# header => 'libssh2.h',
++# libpath => [@search_libs, $lib],
++# incpath => [@search_incs, $inc];
+
+ if (!$lib && !$inc) {
+ $lib = (join ' ', map "-L$_", @search_libs) . " -lssh2 $extra_libs";