Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 13:59:36 +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: r486671 - head/Mk/Uses
Message-ID:  <201812051359.wB5Dxahu087682@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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