git: 45bc9ef53c96 - main - net/ntp: Remove defunct distfile site
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:51:34 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=45bc9ef53c961124d994ac0c24959c7c4ac6ba13 commit 45bc9ef53c961124d994ac0c24959c7c4ac6ba13 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2023-06-02 02:50:36 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-06-02 02:50:36 +0000 net/ntp: Remove defunct distfile site MFH: 2023Q2 --- net/ntp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 5cd5ed9e3f60..a6fbe23be1b5 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -2,8 +2,7 @@ PORTNAME= ntp PORTVERSION= 4.2.8p16 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ - http://archive.ntp.org/ntp4/ntp-4.2/ \ - ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ + http://archive.ntp.org/ntp4/ntp-4.2/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org