Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 22:08:40 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488743 - head/net-mgmt/klg
Message-ID:  <201812302208.wBUM8ebb051673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Dec 30 22:08:39 2018
New Revision: 488743
URL: https://svnweb.freebsd.org/changeset/ports/488743

Log:
  math/klg: remove support for PHP 5.6

Modified:
  head/net-mgmt/klg/Makefile

Modified: head/net-mgmt/klg/Makefile
==============================================================================
--- head/net-mgmt/klg/Makefile	Sun Dec 30 21:58:12 2018	(r488742)
+++ head/net-mgmt/klg/Makefile	Sun Dec 30 22:08:39 2018	(r488743)
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812302208.wBUM8ebb051673>