[arch-commits] Commit in proftpd/trunk (PKGBUILD)
Hugo Doria
hugo at archlinux.org
Tue Apr 14 13:14:03 UTC 2009
Date: Tuesday, April 14, 2009 @ 09:14:02
Author: hugo
Revision: 35616
upgpkg: proftpd 1.3.2-4
Modified:
proftpd/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-04-14 13:12:17 UTC (rev 35615)
+++ PKGBUILD 2009-04-14 13:14:02 UTC (rev 35616)
@@ -3,7 +3,7 @@
pkgname=proftpd
pkgver=1.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="A high-performance, scalable FTP server"
arch=('i686' 'x86_64')
url="http://www.proftpd.org"
@@ -20,7 +20,7 @@
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man --disable-pam \
- --with-modules=mod_quotatab:mod_quotatab_file \
+ --with-modules=mod_quotatab:mod_quotatab_file:mod_tls \
--sysconfdir=/etc --localstatedir=/var/run --enable-ctrls
make || return 1
make DESTDIR=$startdir/pkg install
More information about the arch-commits
mailing list