From brett@peloton.physics.montana.edu Thu Apr  8 14:51:57 1999
Return-Path: <brett@peloton.physics.montana.edu>
Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177])
	by hub.freebsd.org (Postfix) with ESMTP id BD79314D31
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Apr 1999 14:51:52 -0700 (PDT)
	(envelope-from brett@peloton.physics.montana.edu)
Received: (from root@localhost)
	by peloton.physics.montana.edu (8.8.8/8.8.7) id PAA26701;
	Thu, 8 Apr 1999 15:49:39 -0600 (MDT)
	(envelope-from brett)
Message-Id: <199904082149.PAA26701@peloton.physics.montana.edu>
Date: Thu, 8 Apr 1999 15:49:39 -0600 (MDT)
From: brett@peloton.physics.montana.edu
Reply-To: brett@peloton.physics.montana.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: update to gimp-manual port
X-Send-Pr-Version: 3.2

>Number:         11033
>Category:       ports
>Synopsis:       update to gimp-manual port to fix fetch problems
>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:   Thu Apr  8 14:50:01 PDT 1999
>Closed-Date:    Fri Apr 9 10:44:31 PDT 1999
>Last-Modified:  Fri Apr  9 10:44:54 PDT 1999
>Originator:     Brett Taylor
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Montana State University, Bozeman
>Environment:

	FreeBSD 2.2.8-STABLE #0: Mon Mar 15 15:28:07 MST 1999

>Description:

	the PS and PDF versions were failing to fetch as they'd gone
	missing from the MASTER_SITE

	- moved copies to my ftp site and added as new MASTER_SITE
	- added NO_CDROM to PS version as it's 44 MB - we may not need
		both the PDF and HTML versions either - I'd be tempted 
		to put NO_CDROM on the PDF version too, but I'll see what
		the opinions of others are

>How-To-Repeat:

	apply diff attached below

>Fix:
	

diff -ruN gimp-manual-html/Makefile gimp-manual-html/Makefile
--- gimp-manual-html/Makefile	Thu Apr  8 15:44:10 1999
+++ gimp-manual-html/Makefile	Thu Apr  8 15:35:18 1999
@@ -9,7 +9,8 @@
 DISTNAME=	GimpUserManual-1.0.0
 PKGNAME=	GimpUserManual-${DOCFORMAT}-1.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://manual.gimp.org/pub/manual/
+MASTER_SITES=	ftp://manual.gimp.org/pub/manual/ \
+		ftp://peloton.physics.montana.edu/pub/distfiles/
 
 MAINTAINER=	brett@peloton.physics.montana.edu
 
@@ -64,6 +65,8 @@
 EXTRACT_CMD=	${GZIP_CMD}
 EXTRACT_BEFORE_ARGS= -cd
 EXTRACT_AFTER_ARGS= > ${DISTNAME}
+
+NO_CDROM="too big"
 
 NO_BUILD=	yes
 USE_X_PREFIX=	yes

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: flathill 
State-Changed-When: Fri Apr 9 10:44:31 PDT 1999 
State-Changed-Why:  
Committed. Thanks! 
>Unformatted:
