[Midnightbsd-cvs] mports [24799] trunk/ftp: update php ftp ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jan 15 19:24:38 EST 2019
Revision: 24799
http://svnweb.midnightbsd.org/mports/?rev=24799
Author: laffer1
Date: 2019-01-15 19:24:38 -0500 (Tue, 15 Jan 2019)
Log Message:
-----------
update php ftp ports
Modified Paths:
--------------
trunk/ftp/Makefile
Added Paths:
-----------
trunk/ftp/php71-curl/
trunk/ftp/php71-curl/Makefile
trunk/ftp/php71-ftp/
trunk/ftp/php71-ftp/Makefile
Removed Paths:
-------------
trunk/ftp/php56-curl/
trunk/ftp/php56-ftp/
Modified: trunk/ftp/Makefile
===================================================================
--- trunk/ftp/Makefile 2019-01-16 00:23:55 UTC (rev 24798)
+++ trunk/ftp/Makefile 2019-01-16 00:24:38 UTC (rev 24799)
@@ -9,10 +9,10 @@
SUBDIR += linux-f10-curl
SUBDIR += ncftp3
SUBDIR += ncftpd
-SUBDIR += php56-curl
-SUBDIR += php56-ftp
SUBDIR += php70-curl
SUBDIR += php70-ftp
+SUBDIR += php71-curl
+SUBDIR += php71-ftp
SUBDIR += proftpd
SUBDIR += tnftp
SUBDIR += tnftpd
Added: trunk/ftp/php71-curl/Makefile
===================================================================
--- trunk/ftp/php71-curl/Makefile (rev 0)
+++ trunk/ftp/php71-curl/Makefile 2019-01-16 00:24:38 UTC (rev 24799)
@@ -0,0 +1,11 @@
+# $FreeBSD: head/ftp/php71-curl/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -curl
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/ftp/php71-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/php71-ftp/Makefile
===================================================================
--- trunk/ftp/php71-ftp/Makefile (rev 0)
+++ trunk/ftp/php71-ftp/Makefile 2019-01-16 00:24:38 UTC (rev 24799)
@@ -0,0 +1,15 @@
+# $FreeBSD: head/ftp/php71-ftp/Makefile 475229 2018-07-24 08:44:32Z tz $
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -ftp
+
+TEST_TARGET= test
+
+post-patch:
+ @${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__FreeBSD__/ \
+ ${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/ftp/php71-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