diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:13:03 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-06 01:29:47 +0800 |
commit | e07d56b05554bd14306d9a44784467e7f62466b1 (patch) | |
tree | a5244117f6ca7ac6813d160712434645cedad8f5 /ftp | |
parent | ftp/curlpp: Update WWW and clean up pkg-descr (diff) |
ftp/pure-ftpd: Update WWW and clean up pkg-descr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 3 | ||||
-rw-r--r-- | ftp/pure-ftpd/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 880a2ef04f78..cd1526fb5a1b 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= https://github.com/jedisct1/pure-ftpd/releases/download/${PORTVERS MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, easy to set up, fast, and secure FTP server -WWW= https://www.pureftpd.org/ +WWW= https://www.pureftpd.org/ \ + https://github.com/jedisct1/pure-ftpd LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/ftp/pure-ftpd/pkg-descr b/ftp/pure-ftpd/pkg-descr index cdd8c459d1e8..f2c982f23748 100644 --- a/ftp/pure-ftpd/pkg-descr +++ b/ftp/pure-ftpd/pkg-descr @@ -11,5 +11,3 @@ downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable SQL, fortune files, Apache-like log files, fast standalone mode, text / HTML / XML real-time status report, virtual users, virtual quotas, privilege separation and more. - -See also: https://github.com/jedisct1/pure-ftpd |