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
This commit is contained in:
parent
5ae083cde5
commit
7d6dc94b6f
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue