Date: Wed, 25 Jan 2017 16:32:10 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432446 - in head: lang/php71 www www/mod_php71 Message-ID: <201701251632.v0PGWAgB099759@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jan 25 16:32:10 2017 New Revision: 432446 URL: https://svnweb.freebsd.org/changeset/ports/432446 Log: Add mod_php71 7.1.1 (copied from mod_php70) Added: head/www/mod_php71/ - copied from r432415, head/www/mod_php70/ Modified: head/lang/php71/Makefile head/www/Makefile head/www/mod_php71/Makefile Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Wed Jan 25 16:32:05 2017 (r432445) +++ head/lang/php71/Makefile Wed Jan 25 16:32:10 2017 (r432446) @@ -95,8 +95,8 @@ CONFIGURE_ARGS+=--with-apxs2=${APXS} .endif PLIST= ${PKGDIR}/pkg-plist.mod PKGMESSAGE= ${PKGDIR}/pkg-message.mod -MODULENAME= libphp71 -SHORTMODNAME= php71 +MODULENAME= libphp7 +SHORTMODNAME= php7 WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZTS support to enable thread-safety in extensions !!!" .endif Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Jan 25 16:32:05 2017 (r432445) +++ head/www/Makefile Wed Jan 25 16:32:10 2017 (r432446) @@ -481,6 +481,7 @@ SUBDIR += mod_perl2 SUBDIR += mod_php56 SUBDIR += mod_php70 + SUBDIR += mod_php71 SUBDIR += mod_proctitle SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi Modified: head/www/mod_php71/Makefile ============================================================================== --- head/www/mod_php70/Makefile Wed Jan 25 12:12:40 2017 (r432415) +++ head/www/mod_php71/Makefile Wed Jan 25 16:32:10 2017 (r432446) @@ -6,11 +6,11 @@ PKGNAMEPREFIX= mod_ MAINTAINER= ports@FreeBSD.org -PHP_PORT= lang/php70 +PHP_PORT= lang/php71 MASTERDIR= ${.CURDIR}/../../${PHP_PORT} OPTIONS_DEFINE= AP2FILTER AP2FILTER_DESC= Use Apache 2.x filter interface (experimental) -OPTIONS_EXCLUDE= CGI CLI FPM EMBED +OPTIONS_EXCLUDE=CGI CLI FPM EMBED .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251632.v0PGWAgB099759>