diff options
author | novel <novel@FreeBSD.org> | 2006-08-01 03:44:12 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-08-01 03:44:12 +0800 |
commit | ed0d5829bf502793c475c58c1859ffa71b96dbf9 (patch) | |
tree | c710a64470d2e0fbb5a49ddf1ab354737a7fe750 /security | |
parent | cee6cc7933e2afa207430772152c476026a4a86f (diff) | |
download | freebsd-ports-gnome-ed0d5829bf502793c475c58c1859ffa71b96dbf9.tar.gz freebsd-ports-gnome-ed0d5829bf502793c475c58c1859ffa71b96dbf9.tar.zst freebsd-ports-gnome-ed0d5829bf502793c475c58c1859ffa71b96dbf9.zip |
- Update to 0.10
- Pass maintainership to submitter
PR: 101112
Submitted by: chinsan <chinsan.tw@gmail.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-ssh2/Makefile | 8 | ||||
-rw-r--r-- | security/pecl-ssh2/distinfo | 6 | ||||
-rw-r--r-- | security/pecl-ssh2/files/patch-config.m4 | 11 |
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, |