[Midnightbsd-cvs] mports [24795] trunk/misc: add php 7.1 calendar.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jan 15 19:21:04 EST 2019


Revision: 24795
          http://svnweb.midnightbsd.org/mports/?rev=24795
Author:   laffer1
Date:     2019-01-15 19:21:04 -0500 (Tue, 15 Jan 2019)
Log Message:
-----------
add php 7.1 calendar. remove php 5.6

Modified Paths:
--------------
    trunk/misc/Makefile

Added Paths:
-----------
    trunk/misc/php71-calendar/
    trunk/misc/php71-calendar/Makefile

Removed Paths:
-------------
    trunk/misc/php56-calendar/

Modified: trunk/misc/Makefile
===================================================================
--- trunk/misc/Makefile	2019-01-16 00:20:05 UTC (rev 24794)
+++ trunk/misc/Makefile	2019-01-16 00:21:04 UTC (rev 24795)
@@ -45,8 +45,8 @@
 SUBDIR += patchutils
 SUBDIR += pciids
 SUBDIR += phone-de
-SUBDIR += php56-calendar
 SUBDIR += php70-calendar
+SUBDIR += php71-calendar
 SUBDIR += qt4-doc
 SUBDIR += qt4-l10n
 SUBDIR += qt4-qtconfig

Added: trunk/misc/php71-calendar/Makefile
===================================================================
--- trunk/misc/php71-calendar/Makefile	                        (rev 0)
+++ trunk/misc/php71-calendar/Makefile	2019-01-16 00:21:04 UTC (rev 24795)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: head/misc/php71-calendar/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES=	misc
+
+MASTERDIR=	${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX=	-calendar
+
+TEST_TARGET=    test
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/misc/php71-calendar/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