[Midnightbsd-cvs] mports [21205] trunk/security: add php 7 ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 18:04:39 EDT 2016
Revision: 21205
http://svnweb.midnightbsd.org/mports/?rev=21205
Author: laffer1
Date: 2016-03-15 18:04:39 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add php 7 ports
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/php70-filter/
trunk/security/php70-filter/Makefile
trunk/security/php70-filter/files/
trunk/security/php70-filter/files/patch-config.m4
trunk/security/php70-hash/
trunk/security/php70-hash/Makefile
trunk/security/php70-mcrypt/
trunk/security/php70-mcrypt/Makefile
trunk/security/php70-openssl/
trunk/security/php70-openssl/Makefile
Removed Paths:
-------------
trunk/security/php5-filter/
trunk/security/php5-hash/
trunk/security/php5-mcrypt/
trunk/security/php5-openssl/
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2016-03-15 22:03:51 UTC (rev 21204)
+++ trunk/security/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
@@ -93,10 +93,6 @@
SUBDIR += pam_helper
SUBDIR += pam_ldap
SUBDIR += pecl-gnupg
-SUBDIR += php5-filter
-SUBDIR += php5-hash
-SUBDIR += php5-mcrypt
-SUBDIR += php5-openssl
SUBDIR += php55-filter
SUBDIR += php55-hash
SUBDIR += php55-mcrypt
@@ -105,6 +101,10 @@
SUBDIR += php56-hash
SUBDIR += php56-mcrypt
SUBDIR += php56-openssl
+SUBDIR += php70-filter
+SUBDIR += php70-hash
+SUBDIR += php70-mcrypt
+SUBDIR += php70-openssl
SUBDIR += pinentry
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-tty
Added: trunk/security/php70-filter/Makefile
===================================================================
--- trunk/security/php70-filter/Makefile (rev 0)
+++ trunk/security/php70-filter/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/security/php70-filter/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -filter
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php70-filter/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/security/php70-filter/files/patch-config.m4
===================================================================
--- trunk/security/php70-filter/files/patch-config.m4 (rev 0)
+++ trunk/security/php70-filter/files/patch-config.m4 2016-03-15 22:04:39 UTC (rev 21205)
@@ -0,0 +1,10 @@
+--- config.m4.orig 2009-03-06 08:25:45.000000000 +0100
++++ config.m4 2009-03-06 08:28:10.000000000 +0100
+@@ -32,6 +32,7 @@
+ #endif
+ ],[
+ PHP_PCRE_REGEX=pecl
++ PHP_ADD_INCLUDE($PHP_PCRE_DIR/include)
+ ],[
+ PHP_PCRE_REGEX=no
+ ])
Property changes on: trunk/security/php70-filter/files/patch-config.m4
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/php70-hash/Makefile
===================================================================
--- trunk/security/php70-hash/Makefile (rev 0)
+++ trunk/security/php70-hash/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/security/php70-hash/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -hash
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php70-hash/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/security/php70-mcrypt/Makefile
===================================================================
--- trunk/security/php70-mcrypt/Makefile (rev 0)
+++ trunk/security/php70-mcrypt/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/security/php70-mcrypt/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -mcrypt
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php70-mcrypt/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/security/php70-openssl/Makefile
===================================================================
--- trunk/security/php70-openssl/Makefile (rev 0)
+++ trunk/security/php70-openssl/Makefile 2016-03-15 22:04:39 UTC (rev 21205)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/security/php70-openssl/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -openssl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php70-openssl/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