From saken@hotel.rmta.org  Sun Jan 23 01:46:03 2000
Return-Path: <saken@hotel.rmta.org>
Received: from nwhn-sh3-port65.snet.net (nwhn-sh3-port65.snet.net [204.60.14.65])
	by hub.freebsd.org (Postfix) with SMTP id 123D014BE6
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Jan 2000 01:46:01 -0800 (PST)
	(envelope-from saken@hotel.rmta.org)
Received: (qmail 58138 invoked by uid 1001); 23 Jan 2000 09:45:57 -0000
Message-Id: <20000123094557.58137.qmail@hotel.rmta.org>
Date: 23 Jan 2000 09:45:57 -0000
From: saken@hotel.rmta.org
Reply-To: saken@hotel.rmta.org
To: FreeBSD-gnats-submit@freebsd.org, john@nlc.net.au
Subject: UPDATE: ports/mail/rblsmtpd MASTER_SITES
X-Send-Pr-Version: 3.2

>Number:         16312
>Category:       ports
>Synopsis:       UPDATE: ports/mail/rblsmtpd MASTER_SITES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 23 01:50:01 PST 2000
>Closed-Date:    Sat Jan 29 13:18:28 PST 2000
>Last-Modified:  Sat Jan 29 13:19:06 PST 2000
>Originator:     Scott A. Kenney
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Agent's of Fortune, LTD
>Environment:

	Current ports tree

>Description:

	MASTER_SITES in ports/mail/rblsmtd/Makefile no longer valid.

>How-To-Repeat:

	See Bill Fenner's ports survey

>Fix:

	Apply the following patch to ports/mail/rblsmtpd:


diff -ruN rblsmtpd/Makefile rblsmtpd-fixed/Makefile
--- rblsmtpd/Makefile	Thu Aug 26 00:21:41 1999
+++ rblsmtpd-fixed/Makefile	Sun Jan 23 04:33:37 2000
@@ -8,7 +8,7 @@
 
 DISTNAME=	rblsmtpd-0.70
 CATEGORIES=	mail
-MASTER_SITES=	ftp://koobera.math.uic.edu/www/software/
+MASTER_SITES=	ftp://koobera.math.uic.edu/software/
 
 MAINTAINER=	john@nlc.net.au
 


>Release-Note:
>Audit-Trail:

From: Ade Lovett <ade@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, saken@hotel.rmta.org
Cc: fenner@FreeBSD.org
Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES
Date: Fri, 28 Jan 2000 22:28:51 -0600

 Hmm.. I can't reproduce this:
 
 anaconda 48# cd /usr/ports/mail/rblsmtpd
 anaconda 49# make fetch
 >> rblsmtpd-0.70.tar.gz doesn't seem to exist on this system.
 >> Attempting to fetch from ftp://koobera.math.uic.edu/www/software/.
 fetch: www/software/rblsmtpd-0.70.tar.gz: cannot get remote modification time
 Receiving rblsmtpd-0.70.tar.gz: 25 Kbytes
 26283 bytes transferred in 3.8 seconds  (6.72 Kbytes/s)
 
 I had a dig around on the ftp site itself (very odd setup), and I believe
 the change you're suggesting here is incorrect, with the actual problem
 being a transient server failure.
 
 I've cc'd Bill in case he can shed any further light on the matter.
 
 -aDe
 
 -- 
 Ade Lovett, Austin, TX.
 

From: Bill Fenner <fenner@research.att.com>
To: ade@freebsd.org
Cc: freebsd-gnats-submit@freebsd.org, saken@hotel.rmta.org
Subject: Re: ports/16312: UPDATE: ports/mail/rblsmtpd MASTER_SITES
Date: Fri, 28 Jan 2000 22:28:51 -0800

 Turns out the port distfile checker violates RFC 959; it sends
 "NLST filename" to make sure that the file exists, but NLST is specified
 to only work on directories.  (It just happens to work on lots of ftpd's.)
 I modified it to use "LIST" and it works on this port now:
 
 > 949127209 ftp://koobera.math.uic.edu/www/rblsmtpd.html ok
 > 949127210 ftp://koobera.math.uic.edu/www/software/rblsmtpd-0.70.tar.gz ok
 
 (Let's just hope that other things didn't break...)
 
   Bill
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sat Jan 29 13:18:28 PST 2000 
State-Changed-Why:  
This was caused by a buglet in Bill's scripts.  Should be fixed 
now.  Thanks. 
>Unformatted:
