diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-09-12 05:31:08 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-09-12 05:31:08 +0000 |
commit | 4f38b1356e7044d7556a2f9a51fde50cdea44430 (patch) | |
tree | 72eeae641a37d4567c8153cd2ca54fc799cacf53 /net/ntp-devel/Makefile | |
parent | f2ef8fedbe0b7c5bd6ad1aea3f4a27d1b477b25c (diff) | |
download | ports-4f38b1356e7044d7556a2f9a51fde50cdea44430.tar.gz ports-4f38b1356e7044d7556a2f9a51fde50cdea44430.zip |
Notes
Diffstat (limited to 'net/ntp-devel/Makefile')
-rw-r--r-- | net/ntp-devel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index adc879c4b353..de25262a115a 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= ntp -PORTVERSION= 4.2.7p474 +PORTVERSION= 4.2.7p475 CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ - ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-dev/ \ - ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ntp-dev/ + http://archive.ntp.org/ntp4/ntp-dev/ PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/.r/-rc/} |