git: de9856eaffd2 - 2023Q2 - net/ntp: Remove defunct distfile site
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:52:30 UTC
The branch 2023Q2 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=de9856eaffd2196ca5a8c3b1992592c3f2aef53a commit de9856eaffd2196ca5a8c3b1992592c3f2aef53a 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:52:25 +0000 net/ntp: Remove defunct distfile site (cherry picked from commit 45bc9ef53c961124d994ac0c24959c7c4ac6ba13) --- 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