[Midnightbsd-cvs] mports [21191] trunk/graphics: php update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 16:54:01 EDT 2016


Revision: 21191
          http://svnweb.midnightbsd.org/mports/?rev=21191
Author:   laffer1
Date:     2016-03-15 16:54:01 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
php update

Modified Paths:
--------------
    trunk/graphics/Makefile

Added Paths:
-----------
    trunk/graphics/php70-exif/
    trunk/graphics/php70-exif/Makefile
    trunk/graphics/php70-gd/
    trunk/graphics/php70-gd/Makefile

Removed Paths:
-------------
    trunk/graphics/php5-exif/
    trunk/graphics/php5-gd/

Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile	2016-03-15 20:53:22 UTC (rev 21190)
+++ trunk/graphics/Makefile	2016-03-15 20:54:01 UTC (rev 21191)
@@ -144,12 +144,12 @@
 SUBDIR += p5-Chart
 SUBDIR += pecl-imlib2
 SUBDIR += photoclip
-SUBDIR += php5-exif
-SUBDIR += php5-gd
 SUBDIR += php55-exif
 SUBDIR += php55-gd
 SUBDIR += php56-exif
 SUBDIR += php56-gd
+SUBDIR += php70-exif
+SUBDIR += php70-gd
 SUBDIR += pixen
 SUBDIR += plotutils
 SUBDIR += png

Added: trunk/graphics/php70-exif/Makefile
===================================================================
--- trunk/graphics/php70-exif/Makefile	                        (rev 0)
+++ trunk/graphics/php70-exif/Makefile	2016-03-15 20:54:01 UTC (rev 21191)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/graphics/php70-exif/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-exif
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php70-exif/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/graphics/php70-gd/Makefile
===================================================================
--- trunk/graphics/php70-gd/Makefile	                        (rev 0)
+++ trunk/graphics/php70-gd/Makefile	2016-03-15 20:54:01 UTC (rev 21191)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/graphics/php70-gd/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES=	graphics
+
+MASTERDIR=	${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX=	-gd
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/graphics/php70-gd/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