From tkato432@yahoo.com  Sat Jul 20 18:02:28 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 0669DA77
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 20 Jul 2013 18:02:08 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145])
	by mx1.freebsd.org (Postfix) with ESMTP id D1306D70
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 20 Jul 2013 18:02:07 +0000 (UTC)
Received: from localhost.localdomain (ZT034196.ppp.dion.ne.jp [59.128.34.196])
	by omta01.auone-net.jp (au one net mail) with ESMTP id 920F898000A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 21 Jul 2013 03:02:05 +0900 (JST)
Message-Id: <20130721025113.8d1a92636fcc6f1743da7f64@yahoo.com>
Date: Sun, 21 Jul 2013 02:51:13 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: games/exhaust-doc: Update MASTER_SITES and WWW: line

>Number:         180685
>Category:       ports
>Synopsis:       games/exhaust-doc: Update MASTER_SITES and WWW: line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 18:10:01 UTC 2013
>Closed-Date:    Mon Jul 22 15:21:41 UTC 2013
>Last-Modified:  Mon Jul 22 15:30:00 UTC 2013
>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-doc/Makefile games/exhaust-doc/Makefile
--- /usr/ports/games/exhaust-doc/Makefile	2013-06-21 03:48:54.000000000 +0900
+++ games/exhaust-doc/Makefile	2013-07-21 00:00:00.000000000 +0900
@@ -1,14 +1,10 @@
-# New ports collection makefile for:	games/exhaust-doc
-# Date created:			7 Aug 2005
-# Whom:				Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
 # $FreeBSD: head/games/exhaust-doc/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/
 PKGNAMESUFFIX=	-doc
 
 MAINTAINER=	ports@FreeBSD.org
diff -urN /usr/ports/games/exhaust-doc/pkg-descr games/exhaust-doc/pkg-descr
--- /usr/ports/games/exhaust-doc/pkg-descr	2013-06-21 03:48:54.000000000 +0900
+++ games/exhaust-doc/pkg-descr	2013-07-21 00:00:00.000000000 +0900
@@ -1,18 +1,19 @@
-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.
 
 The documentation contains the following:
 
 README     -  Instructions to embed exhaust in a program.
-test.pl    -  Perl script to check for differences between exhaust and pMARS.
+test.pl    -  Perl script to check for differences between exhaust
+              and pMARS.
 src/       -  The C source code of exhaust (highly commented).
 warriors/  -  Test warriors.
 
-The "warriors" subdirectory contains Redcode assembly files (.red) and parsed
-Redcode assembly files (.rc). The last ones can be loaded into exhaust, the
-others have to be parsed, for example with pMARS.
+The "warriors" subdirectory contains Redcode assembly files (.red)
+and parsed Redcode assembly files (.rc). The last ones can be loaded
+into exhaust, the others have to be parsed, for example with pMARS.
 
 NOTE: this documentation is only useful for developers.
 
 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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 20 18:10:20 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180685 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 22 15:21:40 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180685 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180685: commit references a PR
Date: Mon, 22 Jul 2013 15:21:49 +0000 (UTC)

 Author: miwi
 Date: Mon Jul 22 15:21:40 2013
 New Revision: 323462
 URL: http://svnweb.freebsd.org/changeset/ports/323462
 
 Log:
   - Trim Header
   - Update WWW and MASTER_SITES
   
   PR:		180685
   Submitted by:	ports fury
 
 Modified:
   head/games/exhaust-doc/Makefile   (contents, props changed)
   head/games/exhaust-doc/pkg-descr   (contents, props changed)
 
 Modified: head/games/exhaust-doc/Makefile
 ==============================================================================
 --- head/games/exhaust-doc/Makefile	Mon Jul 22 15:20:13 2013	(r323461)
 +++ head/games/exhaust-doc/Makefile	Mon Jul 22 15:21:40 2013	(r323462)
 @@ -1,14 +1,10 @@
 -# New ports collection makefile for:	games/exhaust-doc
 -# Date created:			7 Aug 2005
 -# Whom:				Alejandro Pulver <alejandro@varnet.biz>
 -#
 +# Created by: Alejandro Pulver <alejandro@varnet.biz>
  # $FreeBSD$
 -#
  
  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/
  PKGNAMESUFFIX=	-doc
  
  MAINTAINER=	ports@FreeBSD.org
 
 Modified: head/games/exhaust-doc/pkg-descr
 ==============================================================================
 --- head/games/exhaust-doc/pkg-descr	Mon Jul 22 15:20:13 2013	(r323461)
 +++ head/games/exhaust-doc/pkg-descr	Mon Jul 22 15:21:40 2013	(r323462)
 @@ -1,18 +1,19 @@
 -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.
  
  The documentation contains the following:
  
  README     -  Instructions to embed exhaust in a program.
 -test.pl    -  Perl script to check for differences between exhaust and pMARS.
 +test.pl    -  Perl script to check for differences between exhaust
 +              and pMARS.
  src/       -  The C source code of exhaust (highly commented).
  warriors/  -  Test warriors.
  
 -The "warriors" subdirectory contains Redcode assembly files (.red) and parsed
 -Redcode assembly files (.rc). The last ones can be loaded into exhaust, the
 -others have to be parsed, for example with pMARS.
 +The "warriors" subdirectory contains Redcode assembly files (.red)
 +and parsed Redcode assembly files (.rc). The last ones can be loaded
 +into exhaust, the others have to be parsed, for example with pMARS.
  
  NOTE: this documentation is only useful for developers.
  
  Author: M Joonas Pihlaja
 -WWW: http://www.cs.helsinki.fi/u/jpihlaja/exhaust/exhaust.html
 +WWW: http://corewar.co.uk/pihlaja/exhaust/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
