diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-10-17 04:45:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-10-17 04:45:43 +0000 |
commit | ec604e34c903da330f6816328b3ed20098caea45 (patch) | |
tree | 8950d62ae921d1c221e9f815650bce0f1555b357 /ftp/proftpd-devel | |
parent | 2789d2176300e98a01141b2a1d5b3c40544c3db2 (diff) |
Notes
Diffstat (limited to 'ftp/proftpd-devel')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 8 | ||||
-rw-r--r-- | ftp/proftpd-devel/distinfo | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index cab6afab60bd..904ebad1e7e4 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.10.r3 +PORTVERSION= 1.2.10 PORTREVISION= 0 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ @@ -24,7 +24,7 @@ MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://www.linuxceptional.com/proftpd/ \ ftp://ftp.ethereal.com/mirrors/ftp.proftpd.org/ \ ftp://mirror.cybercomm.nl/ -DISTNAME= ${PORTNAME}-1.2.10rc3 +DISTNAME= ${PORTNAME}-1.2.10 MAINTAINER?= mharo@FreeBSD.org COMMENT?= Highly configurable ftp daemon @@ -68,6 +68,10 @@ CONFIGURE_ARGS+= --disable-pam CONFIGURE_ARGS+= --enable-ipv6 .endif +.if defined(WITHOUT_IPV6) +CONFIGURE_ARGS+= --disable-ipv6 +.endif + #allow user to override MODULES?= mod_ratio:mod_readme:mod_wrap diff --git a/ftp/proftpd-devel/distinfo b/ftp/proftpd-devel/distinfo index 395913ff8325..8c1d2cd1de69 100644 --- a/ftp/proftpd-devel/distinfo +++ b/ftp/proftpd-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (proftpd-1.2.10rc3.tar.bz2) = d834bb822816a2ce483cc2ef1a9533e7 -SIZE (proftpd-1.2.10rc3.tar.bz2) = 918385 +MD5 (proftpd-1.2.10.tar.bz2) = 5feb4a7348e12faefc25e34fd92efdd6 +SIZE (proftpd-1.2.10.tar.bz2) = 920337 |