[Midnightbsd-cvs] mports [20917] trunk/www: add mod_php 5.5 and 5.6

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Feb 1 08:47:02 EST 2016


Revision: 20917
          http://svnweb.midnightbsd.org/mports/?rev=20917
Author:   laffer1
Date:     2016-02-01 08:47:01 -0500 (Mon, 01 Feb 2016)
Log Message:
-----------
add mod_php 5.5 and 5.6

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

Added Paths:
-----------
    trunk/www/mod_php55/
    trunk/www/mod_php55/Makefile
    trunk/www/mod_php56/
    trunk/www/mod_php56/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2016-01-31 21:39:58 UTC (rev 20916)
+++ trunk/www/Makefile	2016-02-01 13:47:01 UTC (rev 20917)
@@ -44,6 +44,8 @@
 SUBDIR += mod_fastcgi
 SUBDIR += mod_perl2
 SUBDIR += mod_php5
+SUBDIR += mod_php55
+SUBDIR += mod_php56
 SUBDIR += mod_python33
 SUBDIR += mod_wsgi3
 SUBDIR += moinmoin

Added: trunk/www/mod_php55/Makefile
===================================================================
--- trunk/www/mod_php55/Makefile	                        (rev 0)
+++ trunk/www/mod_php55/Makefile	2016-02-01 13:47:01 UTC (rev 20917)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+
+CATEGORIES=	www devel
+PKGNAMEPREFIX=	mod_
+
+MAINTAINER=	ports at MidnightBSD.org
+
+PHP_PORT=	lang/php55
+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_php55/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
Added: trunk/www/mod_php56/Makefile
===================================================================
--- trunk/www/mod_php56/Makefile	                        (rev 0)
+++ trunk/www/mod_php56/Makefile	2016-02-01 13:47:01 UTC (rev 20917)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+
+CATEGORIES=	www devel
+PKGNAMEPREFIX=	mod_
+
+MAINTAINER=	ports at MidnightBSD.org
+
+PHP_PORT=	lang/php56
+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_php56/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