From nobody@FreeBSD.org  Fri Feb  2 18:59:14 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id C823837B491
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  2 Feb 2001 18:59:14 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f132xEp72100;
	Fri, 2 Feb 2001 18:59:14 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200102030259.f132xEp72100@freefall.freebsd.org>
Date: Fri, 2 Feb 2001 18:59:14 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: games/xsol
X-Send-Pr-Version: www-1.0

>Number:         24822
>Category:       ports
>Synopsis:       Update port: games/xsol
>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:   Fri Feb 02 19:00:03 PST 2001
>Closed-Date:    Sat Feb 3 09:04:47 PST 2001
>Last-Modified:  Sat Feb 03 09:05:03 PST 2001
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Replace scripts/configure with post-patch target

Remove file:
scripts/configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xsol/Makefile games/xsol/Makefile
--- /usr/ports/games/xsol/Makefile	Tue Jan 30 21:05:49 2001
+++ games/xsol/Makefile	Fri Feb  2 02:29:28 2001
@@ -8,14 +8,15 @@
 PORTNAME=	xsol
 PORTVERSION=	2.1.1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
-		http://ftp.tu-clausthal.de/pub/unix.new/games/ \
-		ftp://ftp.tu-clausthal.de/pub/unix.new/games/
-DISTNAME=	xsol-new
+MASTER_SITES=	ftp://ftp.simcb.ru/pub/unix/src/
+DISTNAME=	${PORTNAME}-new
 
 MAINTAINER=	ports@FreeBSD.org
 
 USE_IMAKE=	yes
 MAN6=		xsol.6
+
+post-patch:
+	@${ECHO} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xsol/scripts/pre-configure games/xsol/scripts/pre-configure
--- /usr/ports/games/xsol/scripts/pre-configure	Tue Jan  3 17:46:26 1995
+++ games/xsol/scripts/pre-configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-#echo "LOCAL=$PREFIX" >${WRKSRC}/Imakefile || exit 1;
-echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile  || exit 1
-
-exit 0


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Sat Feb 3 09:04:47 PST 2001 
State-Changed-Why:  
Committed, thanks. 

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