diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-04-10 10:29:08 +0100 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2023-04-10 10:32:11 +0100 |
commit | 7d6dc94b6f986651c9fcfe6721b02ef5e2e988d2 (patch) | |
tree | 17fe088cd883971c1bb5e1de564edd9cab87d04a /ftp | |
parent | devel/rubygem-pdk: Update to 2.7.1 (diff) |
ftp/tnftp: Add mirrors and switch to DISTVERSION
- Switch to DISTVERSION as suggested by Porters Handbook
- Make use of NetBSD's CDN and add a few additional mirrors
while here:
- Add WWW url
PR: 270732
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/tnftp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index 35d3c83aff84..39d5b1930a3a 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -1,10 +1,14 @@ PORTNAME= tnftp -PORTVERSION= 20230409 +DISTVERSION= 20230409 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ +MASTER_SITES= https://cdn.netbsd.org/pub/NetBSD/misc/tnftp/ \ + https://ftp.uni-erlangen.de/netbsd/misc/tnftp/ \ + https://ftp.jaist.ac.jp/pub/NetBSD/misc/tnftp/ \ + https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Enhanced FTP client from NetBSD +WWW= https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi |