svn commit: r482669 - head/lang/php71

Jochen Neumeister joneum at FreeBSD.org
Sun Oct 21 12:32:20 UTC 2018


Author: joneum
Date: Sun Oct 21 12:32:19 2018
New Revision: 482669
URL: https://svnweb.freebsd.org/changeset/ports/482669

Log:
  Remove PHP 55, this is a long time EOL
  
  Approved by:	tz (implicit)
  Sponsored by:	Netzkommune GmbH

Modified:
  head/lang/php71/Makefile.ext

Modified: head/lang/php71/Makefile.ext
==============================================================================
--- head/lang/php71/Makefile.ext	Sun Oct 21 12:02:35 2018	(r482668)
+++ head/lang/php71/Makefile.ext	Sun Oct 21 12:32:19 2018	(r482669)
@@ -5,7 +5,7 @@ COMMENT=	The ${PHP_MODNAME} shared extension for php
 USES+=	php:ext,noflavors
 PHP_MODNAME=	${PKGNAMESUFFIX:S/-//}
 PHP_VER=	71
-IGNORE_WITH_PHP=	55 56 70 72 73
+IGNORE_WITH_PHP=	56 70 72 73
 
 EXTSUBDIR=	${DISTNAME}/ext/${PHP_MODNAME}
 WRKSRC=		${WRKDIR}/${EXTSUBDIR}


More information about the svn-ports-all mailing list