aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-07-17 14:38:28 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-07-17 14:38:28 +0000
commit1423b7fdfd94fb95a3381b8e68157ecac51252ef (patch)
treeb652704f8aeb576a8d13802bdfe5999ae9b4205d /UPDATING
parentf55aa612950a7736536a70e169e2d1d92b5428e2 (diff)
downloadports-1423b7fdfd94fb95a3381b8e68157ecac51252ef.tar.gz
ports-1423b7fdfd94fb95a3381b8e68157ecac51252ef.zip
Unbreak ProFTPD on sparc [1].
Significantly simplify proftpd port options. Slave ports will follow in separate commits. PR: 169644 [1] Submitted by: Dmitry Afanasiev [1]
Notes
Notes: svn path=/head/; revision=301006
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9a1c3a058a76..a3eb4150efce 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20120717:
+ AFFECTS: users of ftp/proftpd
+ AUTHOR: mm@FreeBSD.org
+
+ The options of ProFTPD have been made much more user-friendly.
+ As the modules are all shared libraries, all possible modules are built
+ and installed. The following modules are now in separate slave ports:
+
+ databases/proftpd-mod_sql_odbc: mod_sql_odbc
+ databases/proftpd-mod_sql_sqlite: mod_sql_sqlite
+ databases/proftpd-mod_sql_tds: mod_sql_tds
+ net/proftpd-mod_ldap: mod_ldap and mod_quotatab_ldap
+
20120716:
AFFECTS: users of www/lighttpd
AUTHOR: mm@FreeBSD.org