From handler@lair.grendel.net  Sat Sep 13 07:52:29 2003
Return-Path: <handler@lair.grendel.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1626916A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Sep 2003 07:52:29 -0700 (PDT)
Received: from monster.grendel.net (monster.grendel.net [66.92.160.220])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1B12D43FFD
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Sep 2003 07:52:28 -0700 (PDT)
	(envelope-from handler@lair.grendel.net)
Received: (qmail 33784 invoked from network); 13 Sep 2003 14:53:14 -0000
Received: from lair.grendel.net (handler@66.92.160.221)
  by 0 with SMTP; 13 Sep 2003 14:53:14 -0000
Received: (from handler@localhost)
	by lair.grendel.net (8.12.8/8.12.7/Submit) id h8DEpxqC045754;
	Sat, 13 Sep 2003 10:51:59 -0400 (EDT)
	(envelope-from handler)
Message-Id: <200309131451.h8DEpxqC045754@lair.grendel.net>
Date: Sat, 13 Sep 2003 10:51:59 -0400 (EDT)
From: Michael Handler <handler-freebsd@grendel.net>
Reply-To: Michael Handler <handler-freebsd@grendel.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: winter@jurai.net
Subject: [maintainer-update][patch] fix SFS MASTER_SITE and doc URLs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56749
>Category:       ports
>Synopsis:       [maintainer-update] [patch] fix SFS MASTER_SITE and doc URLs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 13 08:00:33 PDT 2003
>Closed-Date:    Thu Sep 18 18:56:21 PDT 2003
>Last-Modified:  Wed Jan 14 20:34:06 UTC 2009
>Originator:     Michael Handler
>Release:        FreeBSD 4.8-RC i386
>Organization:
Self ("Define self!")
>Environment:
System: FreeBSD lair.grendel.net 4.8-RC FreeBSD 4.8-RC #0: Mon Mar 24 00:22:08 EST 2003 root@lair.grendel.net:/vol/vol0/obj/usr/src/sys/LAIR i386

>Description:

The SFS Project rearranged their website, invalidating the old URLs
in MASTER_SITES and in one piece of the port-supplied documentation.
This patch fixes the port, hopefully permanently.

(Matt, we'll need to get portmgr approval before committing this,
since we're in portsfreeze.)
	
>How-To-Repeat:

Unfetchable distfiles problem reports.

>Fix:

diff -ur /usr/ports/security/sfs/Makefile ./Makefile
--- /usr/ports/security/sfs/Makefile	Fri Feb 21 11:25:55 2003
+++ ./Makefile	Sat Sep 13 10:40:42 2003
@@ -9,7 +9,7 @@
 PORTNAME=	sfs
 PORTVERSION=	0.7.2
 CATEGORIES=	security net
-MASTER_SITES=	http://www.fs.net/sfs/@new-york.lcs.mit.edu,u83s4uk49nt8rmp4uwmt2exvz6d3cavh/pub/sfswww/dist/
+MASTER_SITES=	http://www.fs.net/sfswww/dist/
 
 MAINTAINER=	handler@grendel.net
 COMMENT=	Self-Certifying File System: A secure global network file system
diff -ur /usr/ports/security/sfs/files/share-doc-README ./files/share-doc-README
--- /usr/ports/security/sfs/files/share-doc-README	Thu Jan  2 00:23:23 2003
+++ ./files/share-doc-README	Sat Sep 13 10:37:40 2003
@@ -150,7 +150,7 @@
 *** SFS configuration files:
 
 [ The following section is taken nearly verbatim from
-<URL:http://www.fs.net/sfs/@new-york.lcs.mit.edu,u83s4uk49nt8rmp4uwmt2exvz6d3cavh/pub/sfswww/sfs.html#SFS%20configuration>. ]
+<URL:http://www.fs.net/sfswww/sfs.html#SFS%20configuration>. ]
 
 SFS comprises a number of programs, many of which have configuration
 files. All programs look for configuration files in two directories--first
>Release-Note:
>Audit-Trail:

From: Michael Handler <handler-freebsd@grendel.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: winter@jurai.net
Subject: Re: ports/56749: [maintainer-update][patch] fix SFS MASTER_SITE and doc URLs
Date: Sat, 13 Sep 2003 11:03:58 -0400

 Oops, there's a spurious semicolon after the URL in second file
 patched. Be nice if someone could delete that after applying the patch.
State-Changed-From-To: open->closed 
State-Changed-By: mdodd 
State-Changed-When: Thu Sep 18 18:55:43 PDT 2003 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56749 
>Unformatted:
