svn commit: r520366 - in head: . Mk/Uses

Rene Ladan rene at FreeBSD.org
Wed Dec 18 07:28:35 UTC 2019


Author: rene
Date: Wed Dec 18 07:28:34 2019
New Revision: 520366
URL: https://svnweb.freebsd.org/changeset/ports/520366

Log:
  mcrypt is part of pecl since PHP 7.2
  
  Reported by:	fluffy

Modified:
  head/MOVED
  head/Mk/Uses/php.mk

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Dec 18 06:53:17 2019	(r520365)
+++ head/MOVED	Wed Dec 18 07:28:34 2019	(r520366)
@@ -13579,7 +13579,7 @@ net/php71-xmlrpc|net/php72-xmlrpc|2019-12-17|Has expir
 net-mgmt/php71-snmp|net-mgmt/php72-snmp|2019-12-17|Has expired: upstream security support ended
 security/php71-filter|security/php72-filter|2019-12-17|Has expired: upstream security support ended
 security/php71-hash|security/php72-hash|2019-12-17|Has expired: upstream security support ended
-security/php71-mcrypt||2019-12-17|Has expired: upstream security support ended
+security/php71-mcrypt|security/pecl-mcrypt at php72|2019-12-17|Has expired: upstream security support ended
 security/php71-openssl|security/php72-openssl|2019-12-17|Has expired: upstream security support ended
 sysutils/php71-fileinfo|sysutils/php72-fileinfo|2019-12-17|Has expired: upstream security support ended
 sysutils/php71-posix|sysutils/php72-posix|2019-12-17|Has expired: upstream security support ended

Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk	Wed Dec 18 06:53:17 2019	(r520365)
+++ head/Mk/Uses/php.mk	Wed Dec 18 07:28:34 2019	(r520366)
@@ -410,11 +410,7 @@ intl_DEPENDS=	devel/php${PHP_VER}-intl
 json_DEPENDS=	devel/php${PHP_VER}-json
 ldap_DEPENDS=	net/php${PHP_VER}-ldap
 mbstring_DEPENDS=	converters/php${PHP_VER}-mbstring
-.    if ${PHP_VER} >= 72
 mcrypt_DEPENDS=	security/pecl-mcrypt@${PHP_FLAVOR}
-.    else
-mcrypt_DEPENDS=	security/php${PHP_VER}-mcrypt
-.    endif
 memcache_DEPENDS=	databases/php-memcache@${PHP_FLAVOR}
 memcached_DEPENDS=	databases/pecl-memcached@${PHP_FLAVOR}
 mssql_DEPENDS=	databases/php${PHP_VER}-mssql


More information about the svn-ports-all mailing list