aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/proftpd-mysql/Makefile15
3 files changed, 1 insertions, 16 deletions
diff --git a/MOVED b/MOVED
index 6f8e676e2177..a10a5a1a5d48 100644
--- a/MOVED
+++ b/MOVED
@@ -3226,3 +3226,4 @@ devel/luajit|lang/luajit|2012-01-19|Compilers typically live in the lang categor
devel/p5-DBIx-Class-Schema-PopulateMore||2012-01-20|Removed
textproc/qgoogletranslator||2012-01-20|Has expired: Runtime is broken because Google close free usage of API. Project closed.
py-rssdler||2012-01-25|Runtime is mostly broken, abandoned upstream. Use www/py-flexget instead
+ftp/proftpd-mysql|databases/proftpd-mod_sql_mysql|2012-01-26|Module now in slave port
diff --git a/ftp/Makefile b/ftp/Makefile
index 9786c6414dd2..23e60572813f 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -83,7 +83,6 @@
SUBDIR += phpwebftp
SUBDIR += plasma-applet-ftpmonitor
SUBDIR += proftpd
- SUBDIR += proftpd-mysql
SUBDIR += profxp
SUBDIR += proma
SUBDIR += puf
diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile
deleted file mode 100644
index 523ee16f6bd8..000000000000
--- a/ftp/proftpd-mysql/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: proftpd-mysql
-# Date created: 11 May 2004
-# Whom: Thomas Goirand <thomas@goirand.fr>
-#
-# $FreeBSD$
-
-PKGNAMESUFFIX= -mysql
-
-COMMENT= Highly configurable ftp daemon with MySQL support
-WITH_MYSQL= yes
-CONFLICTS= proftpd-[0-9]*
-
-MASTERDIR= ${.CURDIR}/../proftpd
-
-.include "${MASTERDIR}/Makefile"