aboutsummaryrefslogtreecommitdiff
path: root/security/pecl-ssh2
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:44:12 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:44:12 +0000
commit48d36a79c34000a12531447421f25a10f424a16d (patch)
tree0662c72fca17ae34077f73ce01934027224a3601 /security/pecl-ssh2
parent376c659f6e1778dcaf248afd273c86e414e4aa81 (diff)
downloadports-48d36a79c34000a12531447421f25a10f424a16d.tar.gz
ports-48d36a79c34000a12531447421f25a10f424a16d.zip
Notes
Diffstat (limited to 'security/pecl-ssh2')
-rw-r--r--security/pecl-ssh2/Makefile8
-rw-r--r--security/pecl-ssh2/distinfo6
-rw-r--r--security/pecl-ssh2/files/patch-config.m411
3 files changed, 8 insertions, 17 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index 9738f0dd9e8f..30db9b969158 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -6,15 +6,14 @@
#
PORTNAME= ssh2
-PORTVERSION= 0.9
+PORTVERSION= 0.10
CATEGORIES= security pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
-DISTNAME= ssh2-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= chinsan.tw@gmail.com
COMMENT= A PECL extension to the libssh2 library
LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
@@ -22,4 +21,7 @@ LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
USE_PHP= yes
USE_PHPEXT= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4
+
.include <bsd.port.mk>
diff --git a/security/pecl-ssh2/distinfo b/security/pecl-ssh2/distinfo
index ffc41645c237..0a89959be8b9 100644
--- a/security/pecl-ssh2/distinfo
+++ b/security/pecl-ssh2/distinfo
@@ -1,3 +1,3 @@
-MD5 (PECL/ssh2-0.9.tgz) = 440ef155d58821df44c643a44d21e312
-SHA256 (PECL/ssh2-0.9.tgz) = 7d7aa7ed0e7fc198f7c2b969d0e82278e7fa181fe154d31b07a2dbe364012215
-SIZE (PECL/ssh2-0.9.tgz) = 21872
+MD5 (PECL/ssh2-0.10.tgz) = 95bdbd6a9a0d14cb65c6d6bdc9ee1770
+SHA256 (PECL/ssh2-0.10.tgz) = 7e149a364fe23d49471402b35d4cb42611c8538065c722195d0e8521b95ab575
+SIZE (PECL/ssh2-0.10.tgz) = 22187
diff --git a/security/pecl-ssh2/files/patch-config.m4 b/security/pecl-ssh2/files/patch-config.m4
deleted file mode 100644
index 1f2ca029a794..000000000000
--- a/security/pecl-ssh2/files/patch-config.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.m4.orig Thu Apr 7 11:18:20 2005
-+++ config.m4 Thu Apr 7 11:19:10 2005
-@@ -36,7 +36,7 @@
- ],[
- AC_MSG_ERROR([libssh2 version >= 0.4 not found])
- ],[
-- -L$SSH2_DIR/lib -lm -ldl
-+ -L$SSH2_DIR/lib -lm
- ])
-
- PHP_CHECK_LIBRARY($LIBNAME,libssh2_channel_forward_listen_ex,