From nobody@FreeBSD.org  Fri Mar  3 13:12:14 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21])
	by hub.freebsd.org (Postfix) with ESMTP id DB2B237B69E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  3 Mar 2000 13:12:14 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id NAA62872;
	Fri, 3 Mar 2000 13:12:14 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Message-Id: <200003032112.NAA62872@freefall.freebsd.org>
Date: Fri, 3 Mar 2000 13:12:14 -0800 (PST)
From: tkato@prontomail.ne.jp
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: games/xasteroids
X-Send-Pr-Version: www-1.0

>Number:         17159
>Category:       ports
>Synopsis:       Update port: games/xasteroids
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swallace
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  3 13:20:02 PST 2000
>Closed-Date:    Mon May 29 16:42:50 PDT 2000
>Last-Modified:  Mon May 29 16:43:40 PDT 2000
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile 

Remove file:  
scripts/pre-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xasteroids/Makefile games/xasteroids/Makefile
--- /usr/ports/games/xasteroids/Makefile	Wed Aug 25 19:15:36 1999
+++ games/xasteroids/Makefile	Fri Mar  3 09:17:54 2000
@@ -1,25 +1,30 @@
-# New ports collection makefile for:    xasteroids
+# New ports collection makefile for:	xasteroids
 # Version required:	5
-# Date created:         3 Jan 1995
-# Whom:                 swallace
+# Date created:		3 Jan 1995
+# Whom:			swallace
 #
 # $FreeBSD: ports/games/xasteroids/Makefile,v 1.12 1999/08/25 06:04:40 obrien Exp $
 #
 
-DISTNAME=       xasteroids
+DISTNAME=	xasteroids
 PKGNAME=	xasteroids-5.0
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/X11/R5contrib/ \
-		ftp://ftp.belgium.eu.net/pub/X11/R5contrib/
+MASTER_SITES=	ftp://ftp.x.org/pub/R5contrib/ \
+		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
 EXTRACT_SUFX=	.sh.Z
 
 MAINTAINER=	swallace@FreeBSD.org
 
+EXTRACT_CMD=	${GZIP_CMD}
+EXTRACT_BEFORE_ARGS=	#empty
+EXTRACT_AFTER_ARGS=	| ${SH}
+
 USE_IMAKE=	yes
 NO_WRKSUBDIR=	yes
-EXTRACT_CMD=	( cd ${WRKDIR}; zcat | sh -s )
-EXTRACT_BEFORE_ARGS=	<
-EXTRACT_AFTER_ARGS=	# empty
 MAN6=		xasteroids.6
+
+post-extract:
+	${CP} ${FILESDIR}/Imakefile ${WRKSRC}
+	${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xasteroids/scripts/pre-configure games/xasteroids/scripts/pre-configure
--- /usr/ports/games/xasteroids/scripts/pre-configure	Wed Jan  4 17:56:18 1995
+++ games/xasteroids/scripts/pre-configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
-cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
-
-exit 0


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->swallace 
Responsible-Changed-By: sada 
Responsible-Changed-When: Sun Mar 5 13:52:58 PST 2000 
Responsible-Changed-Why:  
Over to maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Mon May 29 16:42:50 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

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