From 168df8ca142872a2339fa30aacc2ea0804734fda Mon Sep 17 00:00:00 2001 From: mharo Date: Thu, 18 Oct 2001 19:17:41 +0000 Subject: Upgrade to 1.2.3 --- ftp/proftpd/Makefile | 6 +++++- ftp/proftpd/distinfo | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'ftp/proftpd') 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 -- cgit