Date: Tue, 7 Nov 2000 16:56:46 -0800 (PST) From: joseph@randomnetworks.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22674: distfile location change, security/swatch Message-ID: <200011080056.QAA48240@pebkac.owp.csus.edu>
next in thread | raw e-mail | index | archive | help
>Number: 22674 >Category: ports >Synopsis: distfile location change, security/swatch >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: Tue Nov 07 17:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: >Organization: >Environment: N/A >Description: According to : http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html The port security/swatch has a distfile that is not downloadable. The directory for this distfile has changed, see the patch below. This patch also removes a MASTER_SITE that doesn't carry the OLD directory. This port really should be updated to swatch 3.x, perhaps I'll take a crack at it. >How-To-Repeat: cd /usr/ports/security/swatch && make fetch; >Fix: diff -ruN security/swatch/Makefile.orig security/swatch/Makefile --- security/swatch/Makefile.orig Tue Nov 7 16:54:33 2000 +++ security/swatch/Makefile Tue Nov 7 16:54:47 2000 @@ -8,8 +8,7 @@ PORTNAME= swatch PORTVERSION= 2.2 CATEGORIES= security sysutils -MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/ \ - ftp://ftp.cert.dfn.de/pub/tools/audit/swatch/ +MASTER_SITES= ftp://ftp.stanford.edu/general/security-tools/swatch/OLD/ MAINTAINER= ports@FreeBSD.org >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?200011080056.QAA48240>