Update to 0.99.
PR: 29260 Submitted by: maintainer
This commit is contained in:
parent
aa44ce24bc
commit
f526758ef6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45929
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pure-ftpd
|
PORTNAME= pure-ftpd
|
||||||
PORTVERSION= 0.98.7
|
PORTVERSION= 0.99
|
||||||
CATEGORIES= ftp ipv6
|
CATEGORIES= ftp ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= pureftpd
|
MASTER_SITE_SUBDIR= pureftpd
|
||||||
@ -20,7 +20,8 @@ LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \
|
CONFIGURE_ARGS+= --with-pam --with-cookie --with-throttling \
|
||||||
--with-ratios --with-ftpwho --with-largefile \
|
--with-ratios --with-ftpwho --with-largefile \
|
||||||
--with-uploadscript --with-virtualhosts
|
--with-uploadscript --with-virtualhosts \
|
||||||
|
--with-altlog --with-paranoidmsg
|
||||||
# language support requested?
|
# language support requested?
|
||||||
.if defined(WITH_LANG)
|
.if defined(WITH_LANG)
|
||||||
CONFIGURE_ARGS+= --with-language="${WITH_LANG}"
|
CONFIGURE_ARGS+= --with-language="${WITH_LANG}"
|
||||||
@ -58,7 +59,7 @@ pre-fetch:
|
|||||||
@${ECHO} "You can use the following additional options:"
|
@${ECHO} "You can use the following additional options:"
|
||||||
@${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;"
|
@${ECHO} "WITH_DMALLOC - enable use of the dmalloc library;"
|
||||||
@${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of"
|
@${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of"
|
||||||
@${ECHO} " english, german, romanian, french, polish or spanish."
|
@${ECHO} " english, german, romanian, french, polish, spanish or danish."
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
|
${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (pure-ftpd-0.98.7.tar.gz) = 381169cc31fdebfa2d414cd264d8485b
|
MD5 (pure-ftpd-0.99.tar.gz) = 5653e4ee557621069cb25d54c8477d71
|
||||||
|
Loading…
Reference in New Issue
Block a user