[Midnightbsd-cvs] mports [20636] trunk/devel: add pcntl php ports for 5.5 and 5.6

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 18:10:52 EST 2015


Revision: 20636
          http://svnweb.midnightbsd.org/mports/?rev=20636
Author:   laffer1
Date:     2015-11-01 18:10:52 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add pcntl php ports for 5.5 and 5.6

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/php55-pcntl/
    trunk/devel/php55-pcntl/Makefile
    trunk/devel/php56-pcntl/
    trunk/devel/php56-pcntl/Makefile

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-11-01 23:08:39 UTC (rev 20635)
+++ trunk/devel/Makefile	2015-11-01 23:10:52 UTC (rev 20636)
@@ -394,9 +394,11 @@
 SUBDIR += php5-tokenizer
 SUBDIR += php55-gettext
 SUBDIR += php55-json
+SUBDIR += php55-pcntl
 SUBDIR += php55-tokenizer
 SUBDIR += php56-gettext
 SUBDIR += php56-json
+SUBDIR += php56-pcntl
 SUBDIR += php56-tokenizer
 SUBDIR += physfs
 SUBDIR += pkgconf

Added: trunk/devel/php55-pcntl/Makefile
===================================================================
--- trunk/devel/php55-pcntl/Makefile	                        (rev 0)
+++ trunk/devel/php55-pcntl/Makefile	2015-11-01 23:10:52 UTC (rev 20636)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-pcntl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php55-pcntl/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-pcntl/Makefile
===================================================================
--- trunk/devel/php56-pcntl/Makefile	                        (rev 0)
+++ trunk/devel/php56-pcntl/Makefile	2015-11-01 23:10:52 UTC (rev 20636)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	devel
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-pcntl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/php56-pcntl/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