Date: Sun, 10 Sep 2000 01:34:42 -0400 (EDT) From: arensb+freebsd-ports@ooblick.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21158: Port location update (dogwash) Message-ID: <200009100534.BAA07186@ ooblick.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009100534.BAA07186>