summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/bsdftpd-ssl/Makefile4
-rw-r--r--ftp/php85-curl/Makefile7
-rw-r--r--ftp/php85-ftp/Makefile7
4 files changed, 18 insertions, 2 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 06b545d27011..bd29d849d14a 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -61,6 +61,8 @@
SUBDIR += php83-ftp
SUBDIR += php84-curl
SUBDIR += php84-ftp
+ SUBDIR += php85-curl
+ SUBDIR += php85-ftp
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-mod_vroot
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile
index 1f9149b66ba2..f24825aef69b 100644
--- a/ftp/bsdftpd-ssl/Makefile
+++ b/ftp/bsdftpd-ssl/Makefile
@@ -5,9 +5,9 @@ CATEGORIES= ftp
MASTER_SITES= http://www.sourcefiles.org/System/Daemons/FTP/ \
LOCAL/sunpoet
-MAINTAINER= skynick@mail.sc.ru
+MAINTAINER= ports@FreeBSD.org
COMMENT= Secure FTP client/server with TLS/SSL support
-WWW= http://bsdftpd-ssl.sc.ru
+WWW= # not found as of 20250701
USES= ssl
MAKE_ENV+= OBJFORMAT=elf
diff --git a/ftp/php85-curl/Makefile b/ftp/php85-curl/Makefile
new file mode 100644
index 000000000000..93e27f8d2618
--- /dev/null
+++ b/ftp/php85-curl/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php85-ftp/Makefile b/ftp/php85-ftp/Makefile
new file mode 100644
index 000000000000..d410a01883e9
--- /dev/null
+++ b/ftp/php85-ftp/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"