From owner-freebsd-ports Mon Jul 8 6:40:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA48337B401 for ; Mon, 8 Jul 2002 06:40:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C47543E64 for ; Mon, 8 Jul 2002 06:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g68De3JU016704 for ; Mon, 8 Jul 2002 06:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g68De3PT016703; Mon, 8 Jul 2002 06:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FBF237B400 for ; Mon, 8 Jul 2002 06:38:56 -0700 (PDT) Received: from vale.pil.dk (vale.pil.dk [62.79.90.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6034F43E3B for ; Mon, 8 Jul 2002 06:38:55 -0700 (PDT) (envelope-from root@vale.pil.dk) Received: from vale.pil.dk (localhost [127.0.0.1]) by vale.pil.dk (8.12.5/8.12.5) with ESMTP id g68Dcjca029463 for ; Mon, 8 Jul 2002 15:38:46 +0200 (CEST) (envelope-from root@vale.pil.dk) Received: (from root@localhost) by vale.pil.dk (8.12.5/8.12.5/Submit) id g68DcjKs029461; Mon, 8 Jul 2002 15:38:45 +0200 (CEST) Message-Id: <200207081338.g68DcjKs029461@vale.pil.dk> Date: Mon, 8 Jul 2002 15:38:45 +0200 (CEST) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40339: fix MASTER_SITES security/keychain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 40339 >Category: ports >Synopsis: fix MASTER_SITES security/keychain >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 08 06:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.6-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD vale.pil.dk 4.6-STABLE FreeBSD 4.6-STABLE #4: Thu Jul 4 13:17:54 CEST 2002 root@vale.pil.dk:/usr/obj/usr/src/sys/VALE i386 >Description: chase directory structure at main site and add some more sites. >How-To-Repeat: >Fix: --- keychain.diff begins here --- diff -ruN keychain.orig/Makefile keychain/Makefile --- keychain.orig/Makefile Mon Jul 8 15:25:02 2002 +++ keychain/Makefile Mon Jul 8 15:36:21 2002 @@ -8,7 +8,10 @@ PORTNAME= keychain PORTVERSION= 1.9 CATEGORIES= security -MASTER_SITES= http://www.ibiblio.org/gentoo/distfiles/ +MASTER_SITES= http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ \ + ftp://sunsite.dk/mirrors/gentoo/distfiles/ \ + ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo/distfiles/ \ + ftp://ftp.gentoo.no/pub/linux/distributions/gentoo/distfiles/ MAINTAINER= ports@FreeBSD.org --- keychain.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message