diff options
author | flz <flz@FreeBSD.org> | 2005-07-14 05:38:35 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-07-14 05:38:35 +0800 |
commit | e14d44eb1b54e5df0f03cdd136c07056f54df4c9 (patch) | |
tree | 3a2fd0531509cc29863e6b67762bb0c9538afb31 /security/pecl-ssh2 | |
parent | fe7bf4dd7529948f4f886037c20e685744f0af32 (diff) | |
download | freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.tar.gz freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.tar.zst freebsd-ports-gnome-e14d44eb1b54e5df0f03cdd136c07056f54df4c9.zip |
- Update to 0.9.
PR: ports/83402
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'security/pecl-ssh2')
-rw-r--r-- | security/pecl-ssh2/Makefile | 5 | ||||
-rw-r--r-- | security/pecl-ssh2/distinfo | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile index 7c561f66e1d5..9738f0dd9e8f 100644 --- a/security/pecl-ssh2/Makefile +++ b/security/pecl-ssh2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ssh2 -PORTVERSION= 0.7 +PORTVERSION= 0.9 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -22,7 +22,4 @@ LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2 USE_PHP= yes USE_PHPEXT= yes -#post-install: -# @${MV} ${PREFIX}/lib/ - .include <bsd.port.mk> diff --git a/security/pecl-ssh2/distinfo b/security/pecl-ssh2/distinfo index 2de44d8bc82b..06e23da5a063 100644 --- a/security/pecl-ssh2/distinfo +++ b/security/pecl-ssh2/distinfo @@ -1,2 +1,2 @@ -MD5 (PECL/ssh2-0.7.tgz) = 8b13b2d28e9f77c88dabf17007aeac06 -SIZE (PECL/ssh2-0.7.tgz) = 18359 +MD5 (PECL/ssh2-0.9.tgz) = 440ef155d58821df44c643a44d21e312 +SIZE (PECL/ssh2-0.9.tgz) = 21872 |