From owner-freebsd-ports Sat May 12 11:50:13 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE5C237B43E for ; Sat, 12 May 2001 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4CIo1x37573; Sat, 12 May 2001 11:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (descartes.noos.net [212.198.2.74]) by hub.freebsd.org (Postfix) with ESMTP id 95DC637B424 for ; Sat, 12 May 2001 11:48:40 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 559693 invoked by uid 0); 12 May 2001 18:48:39 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by descartes.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 12 May 2001 18:48:39 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4CImbK64325; Sat, 12 May 2001 20:48:38 +0200 (CEST) (envelope-from root) Message-Id: <200105121848.f4CImbK64325@gits.dyndns.org> Date: Sat, 12 May 2001 20:48:38 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27288: Updated port: net/isc-dhcp3 (3.0rc4) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 27288 >Category: ports >Synopsis: Updated port: net/isc-dhcp3 (3.0rc4) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 12 11:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.3-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386 >Description: Makefile PORTVERSION bumped to 3.0.r4. MASTER_SITES updated w/ mirrors. distinfo updated. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 2001/04/30 23:55:54 1.61 +++ Makefile 2001/05/12 18:37:30 @@ -7,10 +7,19 @@ # PORTNAME= dhcp -PORTVERSION= 3.0.r3 +PORTVERSION= 3.0.r4 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/%SUBDIR%/ -MASTER_SITE_SUBDIR= . dhcp-3.0-history +MASTER_SITES= ftp://ftp.isc.org/isc/%SUBDIR%/ \ + ${US_MASTER_SITES} ${JAPAN_MASTER_SITES} \ + ${AUSTRIA_MASTER_SITES} ${FRANCE_MASTER_SITES} \ + ${FINLAND_MASTER_SITES} ${GERMANY_MASTER_SITES} \ + ${HUNGARY_MASTER_SITES} ${ICELAND_MASTER_SITES} \ + ${LATVIA_MASTER_SITES} ${POLAND_MASTER_SITES} \ + ${RUSSIA_MASTER_SITES} ${SPAIN_MASTER_SITES} \ + ${SWEDEN_MASTER_SITES} ${UK_MASTER_SITES} \ + ${NETHERLANDS_MASTER_SITES} ${BRAZIL_MASTER_SITES} \ + ${GREECE_MASTER_SITES} ${TURKEY_MASTER_SITES} +MASTER_SITE_SUBDIR= dhcp dpcp/dhcp-3.0-history PKGNAMEPREFIX= isc- PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}-${RELEASE}${VERSION}${PATCHLEVEL} @@ -34,6 +43,36 @@ # # Local variables # + +# fast +AUSTRIA_MASTER_SITES= ftp://gd.tuwien.ac.at/infosys/servers/isc/%SUBDIR%/ +FRANCE_MASTER_SITES= ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ + ftp://ftp.grolier.fr/pub/isc/%SUBDIR%/ +FINLAND_MASTER_SITES= ftp://ftp.funet.fi/pub/mirrors/ftp.isc.org/isc/%SUBDIR%/ +GERMANY_MASTER_SITES= ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.gigabell.net/pub/%SUBDIR%/ +HUNGARY_MASTER_SITES= ftp://ftp.fsn.hu/pub/isc/%SUBDIR%/ +ICELAND_MASTER_SITES= ftp://ftp.gm.is/pub/isc/%SUBDIR%/ +JAPAN_MASTER_SITES= ftp://ftp.kyushu-u.ac.jp/pub/Net/isc/%SUBDIR%/ \ + ftp://ftp.iij.ad.jp/pub/network/isc/%SUBDIR%/ \ + ftp://ftp.u-aizu.ac.jp/pub/net/isc/%SUBDIR%/ +LATVIA_MASTER_SITES= ftp://ftp.linux.lv/pub/software/isc/%SUBDIR%/ +POLAND_MASTER_SITES= ftp://ftp.task.gda.pl/mirror/ftp.isc.org/isc/%SUBDIR%/ +RUSSIA_MASTER_SITES= ftp://ftp.cdu.elektra.ru/pub/unix/isc/%SUBDIR%/ +SPAIN_MASTER_SITES= ftp://ftp.si.uniovi.es/mirror/isc/%SUBDIR%/ +SWEDEN_MASTER_SITES= ftp://ftp.sunet.se/pub/network/isc/%SUBDIR%/ \ + ftp://ftp.chl.chalmers.se/pub/unix/network/isc/%SUBDIR%/ +UK_MASTER_SITES= ftp://unix.hensa.ac.uk/mirrors/ftp.isc.org/isc/%SUBDIR%/ +US_MASTER_SITES= ftp://ftp.epix.net/pub/isc/%SUBDIR%/ \ + ftp://ftp.nominum.com/pub/isc/SUBDIR%/ +NETHERLANDS_MASTER_SITES= ftp://ftp.ripe.net/mirrors/sites/ftp.isc.org/isc/%SUBDIR%/ \ + ftp://ftp.nl.uu.net/pub/mirrors/ftp.isc.org/%SUBDIR%/ + +# slow +BRAZIL_MASTER_SITES= ftp://ftp.pop-mg.com.br/pub/isc/%SUBDIR%/ +GREECE_MASTER_SITES= ftp://ftp.ntua.gr/pub/net/isc/isc/%SUBDIR%/ +TURKEY_MASTER_SITES= ftp://ftp.ulak.net.tr/pub/networking/isc/%SUBDIR%/ \ + ftp://ftp.metu.edu.tr/pub/mirrors/ftp.isc.org/%SUBDIR%/ # for instance, possible version formats are, in order: # 1.2.r3.4 (or 1.2.b3.4), 1.2.r3 (or 1.2.b3), 1.2.3, 1.2 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/isc-dhcp3/distinfo,v retrieving revision 1.29 diff -u -r1.29 distinfo --- distinfo 2001/04/30 23:55:54 1.29 +++ distinfo 2001/05/09 04:31:59 @@ -1 +1 @@ -MD5 (dhcp-3.0rc3.tar.gz) = 2284fb995b1aa24d5df9c9fed5fc2b1e +MD5 (dhcp-3.0rc4.tar.gz) = 3f270f45836027b107ffc79eecf0b76e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message