aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/proftpd-devel/Makefile8
-rw-r--r--ftp/proftpd-devel/distinfo4
-rw-r--r--ftp/proftpd/Makefile8
-rw-r--r--ftp/proftpd/distinfo4
4 files changed, 16 insertions, 8 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
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index cab6afab60bd..904ebad1e7e4 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/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/distinfo b/ftp/proftpd/distinfo
index 395913ff8325..8c1d2cd1de69 100644
--- a/ftp/proftpd/distinfo
+++ b/ftp/proftpd/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