From nobody@FreeBSD.ORG  Wed Nov  1 16:59:39 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id E8D1337B4CF; Wed,  1 Nov 2000 16:59:39 -0800 (PST)
Message-Id: <20001102005939.E8D1337B4CF@hub.freebsd.org>
Date: Wed,  1 Nov 2000 16:59:39 -0800 (PST)
From: dwcjr@inethouston.net
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix: mail/imap-uw
X-Send-Pr-Version: www-1.0

>Number:         22492
>Category:       ports
>Synopsis:       Fix: mail/imap-uw
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 01 17:00:01 PST 2000
>Closed-Date:    Tue Dec 12 06:06:55 PST 2000
>Last-Modified:  Tue Dec 12 06:08:13 PST 2000
>Originator:     David W. Chapman Jr.
>Release:        4.1.1-STABLE
>Organization:
Raintree Network Services
>Environment:
>Description:
Master site changed the location of this file because it is an older version
>How-To-Repeat:

>Fix:
--- Makefile.orig       Wed Nov  1 19:02:22 2000
+++ Makefile    Wed Nov  1 19:02:35 2000
@@ -9,7 +9,7 @@
 PORTNAME=      imap-uw
 PORTVERSION=   4.7c
 CATEGORIES=    mail
-MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/ \
+MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/old/ \
                ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ \
                http://mirror.nucba.ac.jp/mirror/imap/ \
                ftp://ftp.uni-halle.de/pub/mail/pine/

>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@orbitel.bg>
To: dwcjr@inethouston.net
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/22492: Fix: mail/imap-uw
Date: Tue, 12 Dec 2000 11:36:49 +0200

 On Wed, Nov 01, 2000 at 04:59:39PM -0800, dwcjr@inethouston.net wrote:
 > 
 > >Number:         22492
 > >Category:       ports
 > >Synopsis:       Fix: mail/imap-uw
 > >Originator:     David W. Chapman Jr.
 > >Organization:
 > Raintree Network Services
 > >Environment:
 > >Description:
 > Master site changed the location of this file because it is an older version
 > >How-To-Repeat:
 > 
 > >Fix:
 > --- Makefile.orig       Wed Nov  1 19:02:22 2000
 > +++ Makefile    Wed Nov  1 19:02:35 2000
 > @@ -9,7 +9,7 @@
 >  PORTNAME=      imap-uw
 >  PORTVERSION=   4.7c
 >  CATEGORIES=    mail
 > -MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/ \
 > +MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/old/ \
 >                 ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ \
 >                 http://mirror.nucba.ac.jp/mirror/imap/ \
 >                 ftp://ftp.uni-halle.de/pub/mail/pine/
 
 Hmm.. Wouldn't something like the attached patch be better?  So there's
 no need to change MASTER_SITES each time a new version is out, or an older
 version moves to old/ - the MASTER_SITE_SUBDIR shall do it automatically.
 
 G'luck,
 Peter
 
 -- 
 This sentence contradicts itself - or rather - well, no, actually it doesn't!
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/mail/imap-uw/Makefile,v
 retrieving revision 1.45
 diff -u -r1.45 Makefile
 --- Makefile	2000/11/23 11:56:07	1.45
 +++ Makefile	2000/12/12 09:25:52
 @@ -8,10 +8,11 @@
  PORTNAME=	imap-uw
  PORTVERSION=	4.7c
  CATEGORIES=	mail
 -MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/ \
 -		ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/ \
 -		http://mirror.nucba.ac.jp/mirror/imap/ \
 -		ftp://ftp.uni-halle.de/pub/mail/pine/
 +MASTER_SITES=	ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
 +		ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ \
 +		http://mirror.nucba.ac.jp/mirror/imap/%SUBDIR%/ \
 +		ftp://ftp.uni-halle.de/pub/mail/pine/%SUBDIR%/
 +MASTER_SITE_SUBDIR=	. old
  DISTNAME=	imap-${PORTVERSION}
  EXTRACT_SUFX=	.tar.Z
  DISTFILES=	${DISTNAME}2${EXTRACT_SUFX} \
 
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Tue Dec 12 06:06:55 PST 2000 
State-Changed-Why:  
Added MASTER_SITE_SUBDIR=". old" to provide for both cases in future 
releases.  Thanks for the alert! 

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