diff options
author | mharo <mharo@FreeBSD.org> | 2001-10-19 03:17:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-10-19 03:17:41 +0800 |
commit | 168df8ca142872a2339fa30aacc2ea0804734fda (patch) | |
tree | fc0077c1789caa30ff664eb9841caa0a0f8115eb /ftp/proftpd | |
parent | 0baece2fe2fcab457f9e761f9ecdf166c8f84a87 (diff) | |
download | freebsd-ports-gnome-168df8ca142872a2339fa30aacc2ea0804734fda.tar.gz freebsd-ports-gnome-168df8ca142872a2339fa30aacc2ea0804734fda.tar.zst freebsd-ports-gnome-168df8ca142872a2339fa30aacc2ea0804734fda.zip |
Upgrade to 1.2.3
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 6 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index c2c1f2aa12c1..fcd82107b1c9 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/source/ \ @@ -26,6 +26,10 @@ USE_BZIP2= YES CONFIGURE_ARGS= --localstatedir=/var/run \ --disable-sendfile +.if defined(WITH_SETPASSENT) +CONFIGURE_ARGS+= --enable-force-setpassent +.endif + .if defined(WITHOUT_PAM) CONFIGURE_ARGS+= --disable-pam .endif diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index 3009aa69ccb6..35352997e5af 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1 +1 @@ -MD5 (proftpd-1.2.2.tar.bz2) = 598735da589cffce5009473639abbef8 +MD5 (proftpd-1.2.3.tar.bz2) = b352dbd11880f5a207755d6a612a357a |