Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 02:51:09 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/180686: games/exhaust: Update MASTER_SITES and WWW: line
Message-ID:  <20130721025109.74a19351046bde0805e3359f@yahoo.com>
Resent-Message-ID: <201307201810.r6KIA1dC098668@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180686
>Category:       ports
>Synopsis:       games/exhaust: Update MASTER_SITES and WWW: line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 18:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p1 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/exhaust/Makefile games/exhaust/Makefile
--- /usr/ports/games/exhaust/Makefile	2013-06-21 03:48:38.000000000 +0900
+++ games/exhaust/Makefile	2013-07-21 00:00:00.000000000 +0900
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	games/exhaust
-# Date created:			7 Aug 2005
-# Whom:				Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
 # $FreeBSD: head/games/exhaust/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	exhaust
 PORTVERSION=	1.9.2
 CATEGORIES=	games
-MASTER_SITES=	http://www.cs.helsinki.fi/u/jpihlaja/exhaust/
+MASTER_SITES=	http://corewar.co.uk/pihlaja/exhaust/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Redcode simulator easy to embed into applications
@@ -16,9 +12,7 @@
 PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-
-post-install:
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
 	@${ECHO_CMD}
 	@${CAT} ${PKGMESSAGE}
 	@${ECHO_CMD}
diff -urN /usr/ports/games/exhaust/pkg-descr games/exhaust/pkg-descr
--- /usr/ports/games/exhaust/pkg-descr	2013-06-21 03:48:38.000000000 +0900
+++ games/exhaust/pkg-descr	2013-07-21 00:00:00.000000000 +0900
@@ -1,5 +1,5 @@
-The `exhaust' project is a redcode simulator that is (hopefully) easy to embed
-into your applications, as an alternative to pMARS.
+The `exhaust' project is a redcode simulator that is (hopefully)
+easy to embed into your applications, as an alternative to pMARS.
 
 Author: M Joonas Pihlaja
-WWW: http://www.cs.helsinki.fi/u/jpihlaja/exhaust/exhaust.html
+WWW: http://corewar.co.uk/pihlaja/exhaust/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130721025109.74a19351046bde0805e3359f>