aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-ssh2/Makefile
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-05-18 07:02:41 +0800
committerdbaio <dbaio@FreeBSD.org>2017-05-18 07:02:41 +0800
commitfc0d1dddb5266a725806c5714b78e31e6d8ee31a (patch)
tree47d5e35acf5560c33bcd4d6785bc03033a5993a3 /security/pecl-ssh2/Makefile
parent1a0e45aef1b9d5ef0e7ac5ce119d2a6d485ef1a0 (diff)
downloadfreebsd-ports-gnome-fc0d1dddb5266a725806c5714b78e31e6d8ee31a.tar.gz
freebsd-ports-gnome-fc0d1dddb5266a725806c5714b78e31e6d8ee31a.tar.zst
freebsd-ports-gnome-fc0d1dddb5266a725806c5714b78e31e6d8ee31a.zip
security/pecl-ssh2: Update to 1.0
- Create security/pecl-ssh2-0 - Add UPDATING note security/pecl-ssh2 (v1.0) --> PHP 7 only. security/pecl-ssh2-0 (v0.13) --> PHP 5 compatible. Changes: https://pecl.php.net/package-changelog.php?package=ssh2&release=1.0 PR: 215378 Reported by: Alexander Ushakov <alexander@polyvizor.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10702
Diffstat (limited to 'security/pecl-ssh2/Makefile')
-rw-r--r--security/pecl-ssh2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pecl-ssh2/Makefile b/security/pecl-ssh2/Makefile
index d478bea96fcb..f38e9877cc1a 100644
--- a/security/pecl-ssh2/Makefile
+++ b/security/pecl-ssh2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ssh2
-PORTVERSION= 0.13
+PORTVERSION= 1.0
CATEGORIES= security pear
MAINTAINER= dbaio@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libssh2.so:security/libssh2
USES= php:pecl
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 56
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${EXTRA_LIBS}