update to pecl-ssh2-1.3, supporting php 8.0
This commit is contained in:
parent
e609b1a07a
commit
7c2677fd23
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.1015 2021/03/01 16:45:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.1016 2021/03/02 16:31:41 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += analog
|
||||
@ -409,7 +409,7 @@
|
||||
SUBDIR += pecl-ssh2,php72
|
||||
SUBDIR += pecl-ssh2,php73
|
||||
SUBDIR += pecl-ssh2,php74
|
||||
#SUBDIR += pecl-ssh2,php80 not yet
|
||||
SUBDIR += pecl-ssh2,php80
|
||||
SUBDIR += pelican
|
||||
SUBDIR += perlbal
|
||||
SUBDIR += php-markdown
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2021/02/24 21:23:17 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2021/03/02 16:31:41 sthen Exp $
|
||||
|
||||
COMMENT= PHP bindings for the libssh2 library
|
||||
|
||||
DISTNAME= ssh2-1.2
|
||||
REVISION= 2
|
||||
DISTNAME= ssh2-1.3
|
||||
|
||||
# PHP
|
||||
PERMIT_PACKAGE= Yes
|
||||
@ -11,9 +10,12 @@ PERMIT_PACKAGE= Yes
|
||||
WANTLIB += c crypto ssh2 ssl z
|
||||
|
||||
MODULES= lang/php/pecl
|
||||
FLAVORS= php72 php73 php74
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
LIB_DEPENDS= security/libssh2
|
||||
|
||||
# various TEST_SSH2_* can be passed to tests in TEST_ENV (username, host, etc)
|
||||
# - see tests/ssh2_test.inc. Needs url_fopen=on and may need sshd ciphers/
|
||||
# kex/hmac opening up if you have restrictive settings.
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ssh2-1.2.tgz) = f58gX1tVVpL3sBD/tooB4hhgF2Bi8uwU3Fd9mUzs2Sk=
|
||||
SIZE (ssh2-1.2.tgz) = 32447
|
||||
SHA256 (ssh2-1.3.tgz) = HQfpnLIt5jr0UWMcphDnmDpwPe32Jw8sjnpM9vrLFrY=
|
||||
SIZE (ssh2-1.3.tgz) = 33793
|
||||
|
@ -1,9 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2019/12/11 16:08:30 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2021/03/02 16:31:41 sthen Exp $
|
||||
@conflict pecl-ssh2-*
|
||||
${MODPECL_DEFAULTV}@pkgpath www/pecl56-ssh2
|
||||
${MODPECL_DEFAULTV}@pkgpath www/pecl-ssh2,php70
|
||||
${MODPECL_DEFAULTV}@pkgpath www/pecl-ssh2,php71
|
||||
@extra ${SYSCONFDIR}/php-${MODPHP_VERSION}/${MODULE_NAME}.ini
|
||||
lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so
|
||||
@so lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so
|
||||
share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini
|
||||
@sample ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/${MODULE_NAME}.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user