diff options
author | pat <pat@FreeBSD.org> | 2002-02-24 01:54:14 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-24 01:54:14 +0800 |
commit | c3f0c009b657e2a869e1a630b36a2b3fcf2760ae (patch) | |
tree | c35ef507a87fb7781110ded5b6bd006c063dd542 /ftp/pure-ftpd/Makefile | |
parent | 19ed7f402b632c88a252147418025a95a984980c (diff) | |
download | freebsd-ports-gnome-c3f0c009b657e2a869e1a630b36a2b3fcf2760ae.tar.gz freebsd-ports-gnome-c3f0c009b657e2a869e1a630b36a2b3fcf2760ae.tar.zst freebsd-ports-gnome-c3f0c009b657e2a869e1a630b36a2b3fcf2760ae.zip |
- Update to 1.0.9
- Sort pkg-plist
PR: 35238
Submitted by: maintainer
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index c79be0e67bb8..b212a6f8c4ab 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,9 +6,11 @@ # PORTNAME= pure-ftpd -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.9 CATEGORIES= ftp ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ + ftp://ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd MAINTAINER= j@pureftpd.org @@ -86,7 +88,8 @@ PAM_TARGET?= pure-ftpd 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 poweredby.jpg + README.Authentication-Modules THANKS poweredby.jpg \ + pureftpd.schema CONTRIB= xml_python_processors.txt sfv-crc-check.pl |