[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4a5979b43355252bf41f19cfc2de4b10171bed7c)
Vlad Glagolev
scm at sourcemage.org
Fri Mar 19 16:25:31 EDT 2010
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
ftp/proftpd/DEPENDS | 5 +++++
ftp/proftpd/HISTORY | 3 +++
2 files changed, 8 insertions(+)
New commits:
commit d397ed7fedfc0ce4e0865ad321bdee957088685a
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
proftpd: added libcap optional dependency
diff --git a/ftp/proftpd/DEPENDS b/ftp/proftpd/DEPENDS
index f55d500..54338b3 100755
--- a/ftp/proftpd/DEPENDS
+++ b/ftp/proftpd/DEPENDS
@@ -18,6 +18,11 @@ if [[ "x`echo $PROFTPD_MODS | grep ldap`" != "x" ]]; then
depends openldap
fi &&
+optional_depends libcap \
+ "--enable-cap" \
+ "--disable-cap" \
+ "for POSIX.1e capabilities" &&
+
optional_depends linux-pam \
"--enable-auth-pam" \
"--disable-auth-pam" \
diff --git a/ftp/proftpd/HISTORY b/ftp/proftpd/HISTORY
index b125f3a..6eb2da0 100644
--- a/ftp/proftpd/HISTORY
+++ b/ftp/proftpd/HISTORY
@@ -1,3 +1,6 @@
+2010-03-19 Vlad Glagolev <stealth at sourcemage.org>
+ * DEPENDS: added libcap opt dep
+
2010-03-01 George Sherwood <gsherwood at sourcemage.org>
* DETAILS: Updated to version 1.3.3
More information about the SM-Commit
mailing list