pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kea: add ftp mastersites



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Sat Dec 14 15:05:46 2019 +0000
Changeset:	7111d259923a20f0a9d302eb60c3c744b7e31cd7

Modified Files:
	kea/Makefile

Log Message:
kea: add ftp mastersites

add ftp mastersites and put cdn download first.
Fix typo.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7111d259923a20f0a9d302eb60c3c744b7e31cd7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kea/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/kea/Makefile b/kea/Makefile
index ba0ecf2f8c..7522a0bb4e 100644
--- a/kea/Makefile
+++ b/kea/Makefile
@@ -2,12 +2,14 @@
 
 DISTNAME=	kea-1.6.1
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.isc.org/isc/kea/${PKGVERSION_NOREV}/
-MASTER_SITES+=	https://downloads.isc.org/isc/kea/${PKGVERSION_NOREV}/
+MASTER_SITES=   https://downloads.isc.org/isc/kea/${PKGVERSION_NOREV}/
+MASTER_SITES+=	ftp://ftp.isc.org/isc/kea/${PKGVERSION_NOREV}/
+MASTER_SITES+=	ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/kea/${PKGVERSION_NOREV}
+MASTER_SITES+=	ftp://ftp.iij.ad.jp/pub/network/isc/kea/${PKGVERSION_NOREV}/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://www.isc.org/kea/
-COMMENT=	DHCP server from ISC
+COMMENT=	DHCP servers from ISC
 LICENSE=	mpl-2.0
 
 GNU_CONFIGURE=	yes


Home | Main Index | Thread Index | Old Index