Date: Sun, 21 Oct 2018 12:32:19 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482669 - head/lang/php71 Message-ID: <201810211232.w9LCWJjg007119@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211232.w9LCWJjg007119>