[Midnightbsd-cvs] mports [24796] trunk/math: update php ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jan 15 19:22:30 EST 2019
Revision: 24796
http://svnweb.midnightbsd.org/mports/?rev=24796
Author: laffer1
Date: 2019-01-15 19:22:29 -0500 (Tue, 15 Jan 2019)
Log Message:
-----------
update php ports
Modified Paths:
--------------
trunk/math/Makefile
Added Paths:
-----------
trunk/math/php71-bcmath/
trunk/math/php71-bcmath/Makefile
trunk/math/php71-gmp/
trunk/math/php71-gmp/Makefile
Removed Paths:
-------------
trunk/math/php56-bcmath/
trunk/math/php56-gmp/
Modified: trunk/math/Makefile
===================================================================
--- trunk/math/Makefile 2019-01-16 00:21:04 UTC (rev 24795)
+++ trunk/math/Makefile 2019-01-16 00:22:29 UTC (rev 24796)
@@ -36,10 +36,10 @@
SUBDIR += p5-Number-Compare
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-bignum
-SUBDIR += php56-bcmath
-SUBDIR += php56-gmp
SUBDIR += php70-bcmath
SUBDIR += php70-gmp
+SUBDIR += php71-bcmath
+SUBDIR += php71-gmp
SUBDIR += py-numeric
SUBDIR += qhull
SUBDIR += qhull5
Added: trunk/math/php71-bcmath/Makefile
===================================================================
--- trunk/math/php71-bcmath/Makefile (rev 0)
+++ trunk/math/php71-bcmath/Makefile 2019-01-16 00:22:29 UTC (rev 24796)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: head/math/php71-bcmath/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -bcmath
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/math/php71-bcmath/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/math/php71-gmp/Makefile
===================================================================
--- trunk/math/php71-gmp/Makefile (rev 0)
+++ trunk/math/php71-gmp/Makefile 2019-01-16 00:22:29 UTC (rev 24796)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: head/math/php71-gmp/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -gmp
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/math/php71-gmp/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