svn commit: r454754 - head/lang/php72

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Nov 23 11:41:53 UTC 2017


Author: tz
Date: Thu Nov 23 11:41:51 2017
New Revision: 454754
URL: https://svnweb.freebsd.org/changeset/ports/454754

Log:
  lang/php72: Add missing conflict to php71-*
  
  Also remove IPV6_DESC in favor of default description

Modified:
  head/lang/php72/Makefile

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Thu Nov 23 11:38:59 2017	(r454753)
+++ head/lang/php72/Makefile	Thu Nov 23 11:41:51 2017	(r454754)
@@ -57,11 +57,10 @@ EMBED_DESC=	Build embedded library
 DEBUG_DESC=	Enable debug
 PHPDBG_DESC=	Interactive PHP debugger
 DTRACE_DESC=	Enable DTrace support
-IPV6_DESC=	Enable ipv6 support
 LINKTHR_DESC=	Link thread lib (for threaded extensions)
 ZTS_DESC=	Force Zend Thread Safety (ZTS) build
 
-CONFLICTS=	php56-* php70-*
+CONFLICTS=	php56-* php70-* php71-*
 
 DESTDIRNAME=	INSTALL_ROOT
 


More information about the svn-ports-all mailing list