svn commit: r488886 - head/net-mgmt/klg

Rene Ladan rene at FreeBSD.org
Tue Jan 1 13:24:17 UTC 2019


Author: rene
Date: Tue Jan  1 13:24:16 2019
New Revision: 488886
URL: https://svnweb.freebsd.org/changeset/ports/488886

Log:
  net-mgmt/klg: remove supoprt for PHP 5.6

Modified:
  head/net-mgmt/klg/Makefile

Modified: head/net-mgmt/klg/Makefile
==============================================================================
--- head/net-mgmt/klg/Makefile	Tue Jan  1 13:20:58 2019	(r488885)
+++ head/net-mgmt/klg/Makefile	Tue Jan  1 13:24:16 2019	(r488886)
@@ -37,11 +37,7 @@ SSH2_DESC=		SSH2 support for router access
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MSSH2}
-.  if ${PHP_VER} < 70
-RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2-0@${PHP_FLAVOR}
-.  else
 RUN_DEPENDS+=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/ssh2.so:security/pecl-ssh2@${PHP_FLAVOR}
-.  endif
 .endif
 
 do-install:


More information about the svn-ports-all mailing list