From 63615cc9a15bc56a7eacc3cb7efd34749a860ee8 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 1 Jul 2015 11:59:24 +0000 Subject: [PATCH] add a second MASTER_SITES, archive.ntp.org seems unhappy --- net/ntp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 078014ce659..99e0cc12162 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.64 2015/07/01 10:35:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.65 2015/07/01 11:59:24 sthen Exp $ COMMENT= Network Time Protocol reference implementation @@ -10,10 +10,12 @@ VERSION= 4.2.8p3 DISTNAME= ntp-${VERSION} PKGNAME= ntp-${VERSION:S/p/pl/} CATEGORIES= net -MASTER_SITES= http://archive.ntp.org/ntp4/ntp-4.2/ HOMEPAGE= http://www.ntp.org/ +MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ + http://archive.ntp.org/ntp4/ntp-4.2/ + # modified ISC PERMIT_PACKAGE_CDROM= Yes