aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 11:59:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-10 14:57:35 +0000
commit95967c2077762985235e47db1fe9949bed5cbe8f (patch)
treed18f44b10a5c6ae9c4444c192cac7277a2003e6a /ftp
parent603de61d050b2846386d913431e6cea459a0f82c (diff)
downloadports-95967c2077762985235e47db1fe9949bed5cbe8f.tar.gz
ports-95967c2077762985235e47db1fe9949bed5cbe8f.zip
*/*php83*: Sunrise
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/php83-curl/Makefile7
-rw-r--r--ftp/php83-ftp/Makefile7
3 files changed, 16 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index f1cc5aa31ef7..d4a64f8e0d8f 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -57,6 +57,8 @@
SUBDIR += php81-ftp
SUBDIR += php82-curl
SUBDIR += php82-ftp
+ SUBDIR += php83-curl
+ SUBDIR += php83-ftp
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-mod_vroot
diff --git a/ftp/php83-curl/Makefile b/ftp/php83-curl/Makefile
new file mode 100644
index 000000000000..247af9ee3511
--- /dev/null
+++ b/ftp/php83-curl/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php83-ftp/Makefile b/ftp/php83-ftp/Makefile
new file mode 100644
index 000000000000..bbf8a31dcfc6
--- /dev/null
+++ b/ftp/php83-ftp/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"