From owner-freebsd-ports Fri Mar 3 13:20:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B1BE37B6F2 for ; Fri, 3 Mar 2000 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63814; Fri, 3 Mar 2000 13:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB2B237B69E for ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17159: Update port: games/xasteroids Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17159 >Category: ports >Synopsis: Update port: games/xasteroids >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:02 PST 2000 >Closed-Date: >Last-Modified: >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 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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message