summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-23 19:32:14 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-23 19:32:14 +0000
commit2e43c2f556966d8c1f153b2c9119e8fa438d7d25 (patch)
treeaee12dc6209d3a5581da659aaec92fa38fbd361d /net-ftp
parentadded ipv6 support (diff)
downloadgentoo-2-2e43c2f556966d8c1f153b2c9119e8fa438d7d25.tar.gz
gentoo-2-2e43c2f556966d8c1f153b2c9119e8fa438d7d25.tar.bz2
gentoo-2-2e43c2f556966d8c1f153b2c9119e8fa438d7d25.zip
added ipv6 support
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/proftpd/Manifest2
-rw-r--r--net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild11
2 files changed, 6 insertions, 7 deletions
diff --git a/net-ftp/proftpd/Manifest b/net-ftp/proftpd/Manifest
index 661859723ba9..0fdb0c6b986a 100644
--- a/net-ftp/proftpd/Manifest
+++ b/net-ftp/proftpd/Manifest
@@ -3,7 +3,7 @@ MD5 6af0a703972bb7f858aabcc18896454b proftpd-1.2.5-r1.ebuild 2487
MD5 bef00204f7097fbe4c9cc00c6f638e93 proftpd-1.2.7.ebuild 3670
MD5 51ec144b10cfa11179ca02140ec2b717 proftpd-1.2.8.ebuild 2731
MD5 ed644dbda898814d27dbf3b8b8775fef proftpd-1.2.9_rc1.ebuild 2911
-MD5 20d0d39d768fd8964e2698bd05767d0f proftpd-1.2.9_rc2.ebuild 2861
+MD5 58844aaf7ab600624281aa61f40ee3d9 proftpd-1.2.9_rc2.ebuild 2886
MD5 6236a589ef01778d118911281b20be51 files/digest-proftpd-1.2.5-r1 66
MD5 c1dc1d9278d5b77f53ea44ee848dafc6 files/digest-proftpd-1.2.7 211
MD5 cb6cd6133728449d0da092b1d6147b9d files/digest-proftpd-1.2.8 66
diff --git a/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild b/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild
index 449cebc21526..efdc860851d4 100644
--- a/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild,v 1.1 2003/09/23 19:18:37 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9_rc2.ebuild,v 1.2 2003/09/23 19:32:10 aliz Exp $
-IUSE="ldap pam postgres mysql ssl tcpd"
+IUSE="ldap pam postgres mysql ssl tcpd ipv6"
-MY_P=${P/_/}p
+MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="An advanced and very configurable FTP server"
-SRC_URI="ftp://ftp.proftpd.org/distrib/source/${MY_P}.tar.bz2"
+SRC_URI="ftp://ftp.proftpd.org/distrib/source/${MY_P}p.tar.bz2"
HOMEPAGE="http://www.proftpd.org/"
SLOT="0"
@@ -37,7 +37,6 @@ src_compile() {
if use ssl; then
einfo ssl
-
# enable mod_tls
modules="${modules}:mod_tls"
fi
@@ -67,7 +66,7 @@ src_compile() {
--disable-sendfile \
--enable-autoshadow \
--with-modules=${modules} \
- ${myconf} || die "bad ./configure"
+ ${myconf} $( use_enable ipv6 ) || die "bad ./configure"
make || die "compile problem"
}