- Update to 1.0.16a
PR: 55536 Submitted by: Frank Denis <j@pureftpd.org>
This commit is contained in:
parent
196aeb191d
commit
6e6b5a18b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86881
3 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pure-ftpd
|
||||
PORTVERSION= 1.0.15
|
||||
PORTVERSION= 1.0.16a
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
|
||||
|
@ -49,6 +49,7 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --with-everything \
|
||||
--with-paranoidmsg \
|
||||
--with-virtualchroot \
|
||||
--with-tls \
|
||||
--sysconfdir=${PREFIX}/etc
|
||||
# language support requested?
|
||||
.if defined(WITH_LANG)
|
||||
|
@ -102,7 +103,7 @@ DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \
|
|||
README README.Configuration-File README.Contrib README.LDAP \
|
||||
README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \
|
||||
README.Authentication-Modules THANKS pure-ftpd.png \
|
||||
pureftpd.schema
|
||||
pureftpd.schema README.TLS
|
||||
|
||||
CONTRIB= xml_python_processors.txt pure-vpopauth.pl
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pure-ftpd-1.0.15.tar.gz) = 3783fa94c7fd0723da2a497334430ad0
|
||||
MD5 (pure-ftpd-1.0.16a.tar.gz) = 210b67fd059c7edfd74535d627b240d8
|
||||
|
|
|
@ -26,6 +26,7 @@ sbin/pure-uploadscript
|
|||
%%PORTDOCS%%%%DOCSDIR%%/README.MySQL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.Netfilter
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.PGSQL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.TLS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.Virtual-Users
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pure-ftpd.png
|
||||
|
|
Loading…
Reference in a new issue