diff options
author | krion <krion@FreeBSD.org> | 2003-08-13 18:42:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-13 18:42:47 +0800 |
commit | 18a04ad3b055d7b97ea3cf50a6de33f8cc6c6706 (patch) | |
tree | 5b19b657902e96ea5c156e9c459626da420488f4 /ftp | |
parent | 359b7115f6c1c5fdce0128eea8500141874ec832 (diff) | |
download | freebsd-ports-gnome-18a04ad3b055d7b97ea3cf50a6de33f8cc6c6706.tar.gz freebsd-ports-gnome-18a04ad3b055d7b97ea3cf50a6de33f8cc6c6706.tar.zst freebsd-ports-gnome-18a04ad3b055d7b97ea3cf50a6de33f8cc6c6706.zip |
- Update to 1.0.16a
PR: 55536
Submitted by: Frank Denis <j@pureftpd.org>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 5 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 2 | ||||
-rw-r--r-- | ftp/pure-ftpd/pkg-plist | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 80a895896205..845520afb390 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -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 diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index ceb655e0836d..5b58463bb8eb 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1 +1 @@ -MD5 (pure-ftpd-1.0.15.tar.gz) = 3783fa94c7fd0723da2a497334430ad0 +MD5 (pure-ftpd-1.0.16a.tar.gz) = 210b67fd059c7edfd74535d627b240d8 diff --git a/ftp/pure-ftpd/pkg-plist b/ftp/pure-ftpd/pkg-plist index 9670547d559d..5458395e7882 100644 --- a/ftp/pure-ftpd/pkg-plist +++ b/ftp/pure-ftpd/pkg-plist @@ -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 |