[Midnightbsd-cvs] mports [23042] trunk/security: add php 7.1 ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 4 11:44:16 EST 2018
Revision: 23042
http://svnweb.midnightbsd.org/mports/?rev=23042
Author: laffer1
Date: 2018-03-04 11:44:15 -0500 (Sun, 04 Mar 2018)
Log Message:
-----------
add php 7.1 ports
Modified Paths:
--------------
trunk/security/Makefile
Added Paths:
-----------
trunk/security/php71-hash/
trunk/security/php71-hash/Makefile
trunk/security/php71-mcrypt/
trunk/security/php71-mcrypt/Makefile
trunk/security/php71-openssl/
trunk/security/php71-openssl/Makefile
Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile 2018-03-04 00:34:31 UTC (rev 23041)
+++ trunk/security/Makefile 2018-03-04 16:44:15 UTC (rev 23042)
@@ -107,6 +107,9 @@
SUBDIR += php70-mcrypt
SUBDIR += php70-openssl
SUBDIR += php71-filter
+SUBDIR += php71-hash
+SUBDIR += php71-mcrypt
+SUBDIR += php71-openssl
SUBDIR += pinentry
SUBDIR += pinentry-gnome3
SUBDIR += pinentry-tty
Added: trunk/security/php71-hash/Makefile
===================================================================
--- trunk/security/php71-hash/Makefile (rev 0)
+++ trunk/security/php71-hash/Makefile 2018-03-04 16:44:15 UTC (rev 23042)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -hash
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php71-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/php71-mcrypt/Makefile
===================================================================
--- trunk/security/php71-mcrypt/Makefile (rev 0)
+++ trunk/security/php71-mcrypt/Makefile 2018-03-04 16:44:15 UTC (rev 23042)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -mcrypt
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php71-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/php71-openssl/Makefile
===================================================================
--- trunk/security/php71-openssl/Makefile (rev 0)
+++ trunk/security/php71-openssl/Makefile 2018-03-04 16:44:15 UTC (rev 23042)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES= security
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -openssl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/security/php71-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