[Midnightbsd-cvs] mports [22471] trunk/www: add mod_php for 7.1

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 11 14:30:26 EDT 2017


Revision: 22471
          http://svnweb.midnightbsd.org/mports/?rev=22471
Author:   laffer1
Date:     2017-06-11 14:30:25 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add mod_php for 7.1

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/mod_php71/
    trunk/www/mod_php71/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2017-06-11 18:29:26 UTC (rev 22470)
+++ trunk/www/Makefile	2017-06-11 18:30:25 UTC (rev 22471)
@@ -45,6 +45,7 @@
 SUBDIR += mod_perl2
 SUBDIR += mod_php56
 SUBDIR += mod_php70
+SUBDIR += mod_php71
 SUBDIR += mod_python33
 SUBDIR += mod_wsgi4
 SUBDIR += moinmoin

Added: trunk/www/mod_php71/Makefile
===================================================================
--- trunk/www/mod_php71/Makefile	                        (rev 0)
+++ trunk/www/mod_php71/Makefile	2017-06-11 18:30:25 UTC (rev 22471)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/mod_php71/Makefile 432446 2017-01-25 16:32:10Z sunpoet $
+
+CATEGORIES=	www devel
+PKGNAMEPREFIX=	mod_
+
+MAINTAINER=	ports at MidnightBSD.org
+
+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
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/mod_php71/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list