Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 09:32:39 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d6dc94b6f98 - main - ftp/tnftp: Add mirrors and switch to DISTVERSION
Message-ID:  <202304100932.33A9WdWx066284@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7d6dc94b6f986651c9fcfe6721b02ef5e2e988d2

commit 7d6dc94b6f986651c9fcfe6721b02ef5e2e988d2
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-10 09:29:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2023-04-10 09:32:11 +0000

    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
---
 ftp/tnftp/Makefile | 8 ++++++--
 1 file 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304100932.33A9WdWx066284>