[Midnightbsd-cvs] mports [22470] trunk/www: add php 7.1 www

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


Revision: 22470
          http://svnweb.midnightbsd.org/mports/?rev=22470
Author:   laffer1
Date:     2017-06-11 14:29:26 -0400 (Sun, 11 Jun 2017)
Log Message:
-----------
add php 7.1 www

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

Added Paths:
-----------
    trunk/www/php71-opcache/
    trunk/www/php71-opcache/Makefile
    trunk/www/php71-session/
    trunk/www/php71-session/Makefile
    trunk/www/php71-tidy/
    trunk/www/php71-tidy/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2017-06-11 18:27:57 UTC (rev 22469)
+++ trunk/www/Makefile	2017-06-11 18:29:26 UTC (rev 22470)
@@ -95,6 +95,9 @@
 SUBDIR += php70-opcache
 SUBDIR += php70-session
 SUBDIR += php70-tidy
+SUBDIR += php71-opcache
+SUBDIR += php71-session
+SUBDIR += php71-tidy
 SUBDIR += pmwiki
 SUBDIR += polipo
 SUBDIR += privoxy

Added: trunk/www/php71-opcache/Makefile
===================================================================
--- trunk/www/php71-opcache/Makefile	                        (rev 0)
+++ trunk/www/php71-opcache/Makefile	2017-06-11 18:29:26 UTC (rev 22470)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/php71-opcache/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-opcache
+
+USES=	php:zend
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php71-opcache/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/php71-session/Makefile
===================================================================
--- trunk/www/php71-session/Makefile	                        (rev 0)
+++ trunk/www/php71-session/Makefile	2017-06-11 18:29:26 UTC (rev 22470)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/php71-session/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-session
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php71-session/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/php71-tidy/Makefile
===================================================================
--- trunk/www/php71-tidy/Makefile	                        (rev 0)
+++ trunk/www/php71-tidy/Makefile	2017-06-11 18:29:26 UTC (rev 22470)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: head/www/php71-tidy/Makefile 432324 2017-01-24 11:54:20Z tz $
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-tidy
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php71-tidy/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