[Midnightbsd-cvs] mports [21190] trunk/ftp: update php
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 16:53:22 EDT 2016
Revision: 21190
http://svnweb.midnightbsd.org/mports/?rev=21190
Author: laffer1
Date: 2016-03-15 16:53:22 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
update php
Modified Paths:
--------------
trunk/ftp/Makefile
Added Paths:
-----------
trunk/ftp/php70-curl/
trunk/ftp/php70-curl/Makefile
trunk/ftp/php70-ftp/
trunk/ftp/php70-ftp/Makefile
Removed Paths:
-------------
trunk/ftp/php5-curl/
trunk/ftp/php5-ftp/
Modified: trunk/ftp/Makefile
===================================================================
--- trunk/ftp/Makefile 2016-03-15 20:52:10 UTC (rev 21189)
+++ trunk/ftp/Makefile 2016-03-15 20:53:22 UTC (rev 21190)
@@ -9,12 +9,12 @@
SUBDIR += linux-f10-curl
SUBDIR += ncftp3
SUBDIR += ncftpd
-SUBDIR += php5-curl
-SUBDIR += php5-ftp
SUBDIR += php55-curl
SUBDIR += php55-ftp
SUBDIR += php56-curl
SUBDIR += php56-ftp
+SUBDIR += php70-curl
+SUBDIR += php70-ftp
SUBDIR += proftpd
SUBDIR += tnftp
SUBDIR += tnftpd
Added: trunk/ftp/php70-curl/Makefile
===================================================================
--- trunk/ftp/php70-curl/Makefile (rev 0)
+++ trunk/ftp/php70-curl/Makefile 2016-03-15 20:53:22 UTC (rev 21190)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/ftp/php70-curl/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/ftp/php70-curl/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/ftp/php70-ftp/Makefile
===================================================================
--- trunk/ftp/php70-ftp/Makefile (rev 0)
+++ trunk/ftp/php70-ftp/Makefile 2016-03-15 20:53:22 UTC (rev 21190)
@@ -0,0 +1,14 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/ftp/php70-ftp/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -ftp
+
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/ftp/php70-ftp/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