[Midnightbsd-cvs] mports [20625] trunk/devel: add php json
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Nov 1 12:03:50 EST 2015
Revision: 20625
http://svnweb.midnightbsd.org/mports/?rev=20625
Author: laffer1
Date: 2015-11-01 12:03:49 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php json
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/php55-json/
trunk/devel/php55-json/Makefile
trunk/devel/php56-json/
trunk/devel/php56-json/Makefile
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-11-01 17:02:28 UTC (rev 20624)
+++ trunk/devel/Makefile 2015-11-01 17:03:49 UTC (rev 20625)
@@ -392,6 +392,8 @@
SUBDIR += php5-sysvsem
SUBDIR += php5-sysvshm
SUBDIR += php5-tokenizer
+SUBDIR += php55-json
+SUBDIR += php56-json
SUBDIR += physfs
SUBDIR += pkgconf
SUBDIR += pmk
Added: trunk/devel/php55-json/Makefile
===================================================================
--- trunk/devel/php55-json/Makefile (rev 0)
+++ trunk/devel/php55-json/Makefile 2015-11-01 17:03:49 UTC (rev 20625)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -json
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/php55-json/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/devel/php56-json/Makefile
===================================================================
--- trunk/devel/php56-json/Makefile (rev 0)
+++ trunk/devel/php56-json/Makefile 2015-11-01 17:03:49 UTC (rev 20625)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= devel
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -json
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/php56-json/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