svn commit: r486671 - head/Mk/Uses
Rene Ladan
rene at FreeBSD.org
Wed Dec 5 13:59:37 UTC 2018
Author: rene
Date: Wed Dec 5 13:59:36 2018
New Revision: 486671
URL: https://svnweb.freebsd.org/changeset/ports/486671
Log:
Re-sync the value of PHP_EXT_DIR with the default version in the else clause.
Modified:
head/Mk/Uses/php.mk
Modified: head/Mk/Uses/php.mk
==============================================================================
--- head/Mk/Uses/php.mk Wed Dec 5 13:57:58 2018 (r486670)
+++ head/Mk/Uses/php.mk Wed Dec 5 13:59:36 2018 (r486671)
@@ -174,7 +174,7 @@ PHP_EXT_DIR= 20131226
PHP_EXT_INC= pcre spl
. else
# (rene) default to DEFAULT_VERSIONS
-PHP_EXT_DIR= 20131226
+PHP_EXT_DIR= 20170718
PHP_EXT_INC= pcre spl
. endif
More information about the svn-ports-head
mailing list