From owner-freebsd-ports Sat Sep 9 22:40: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2778E37B43E for ; Sat, 9 Sep 2000 22:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA92426; Sat, 9 Sep 2000 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ooblick.com (pm2a-92.his.com [216.200.82.92]) by hub.freebsd.org (Postfix) with ESMTP id 586CC37B423 for ; Sat, 9 Sep 2000 22:34:48 -0700 (PDT) Received: (from arensb@localhost) by ooblick.com (8.9.3/8.9.3) id BAA07186; Sun, 10 Sep 2000 01:34:42 -0400 (EDT) (envelope-from arensb) Message-Id: <200009100534.BAA07186@ ooblick.com> Date: Sun, 10 Sep 2000 01:34:42 -0400 (EDT) From: arensb+freebsd-ports@ooblick.com Reply-To: arensb+freebsd-ports@ooblick.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/21158: Port location update (dogwash) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21158 >Category: ports >Synopsis: Port update: gensig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 09 22:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andrew Arensburger >Release: FreeBSD 4.0-RELEASE i386 >Organization: None >Environment: Free(Net,Open?)BSD, any version. >Description: The first MASTER_SITES line in the 'gensig' port is wrong. >How-To-Repeat: Try to build the "mail/gensig" port. Watch it fail to retrieve the tarball from the first site, and get it from the second. >Fix: Apply the following patch. No files have been added or deleted. diff -uNr gensig.old/Makefile gensig/Makefile --- gensig.old/Makefile Fri Apr 21 06:13:37 2000 +++ gensig/Makefile Sun Sep 10 01:26:57 2000 @@ -1,6 +1,6 @@ # New ports collection makefile for: gensig # Date created: 6 August 1999 -# Whom: arensb@ooblick.com +# Whom: arensb+freebsd-ports@ooblick.com # # $FreeBSD: ports/mail/gensig/Makefile,v 1.3 2000/04/21 07:15:20 mharo Exp $ # @@ -8,10 +8,10 @@ PORTNAME= gensig PORTVERSION= 2.2 CATEGORIES= mail -MASTER_SITES= http://www.geeks.com/~robf/ware/gensig/ \ +MASTER_SITES= http://www.geekthing.com/~robf/ware/gensig/ \ http://www.ooblick.com/software/gensig/ -MAINTAINER= arensb@ooblick.com +MAINTAINER= arensb+freebsd-ports@ooblick.com GNU_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message