Upgrade to 1.2.3
This commit is contained in:
parent
48b33b3a69
commit
a6a1d1bf4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48915
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (proftpd-1.2.2.tar.bz2) = 598735da589cffce5009473639abbef8
|
||||
MD5 (proftpd-1.2.3.tar.bz2) = b352dbd11880f5a207755d6a612a357a
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (proftpd-1.2.2.tar.bz2) = 598735da589cffce5009473639abbef8
|
||||
MD5 (proftpd-1.2.3.tar.bz2) = b352dbd11880f5a207755d6a612a357a
|
||||
|
|
Loading…
Reference in a new issue