From nemysis@gmx.ch  Mon Sep  3 01:35:07 2012
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 33373106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Sep 2012 01:35:07 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22])
	by mx1.freebsd.org (Postfix) with SMTP id 5F4058FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Sep 2012 01:35:05 +0000 (UTC)
Received: (qmail invoked by alias); 03 Sep 2012 01:35:04 -0000
Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201]
  by mail.gmx.net (mp070) with SMTP; 03 Sep 2012 03:35:04 +0200
Received: by something.email.com (sSMTP sendmail emulation); Mon, 03 Sep 2012 03:35:03 +0200
Message-Id: <20120903013507.33373106564A@hub.freebsd.org>
Date: Mon, 03 Sep 2012 03:35:03 +0200
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jgh@FreeBSD.org
Subject: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171273
>Category:       ports
>Synopsis:       [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 03 01:40:04 UTC 2012
>Closed-Date:    Fri Sep 07 23:52:25 UTC 2012
>Last-Modified:  Fri Sep 07 23:52:25 UTC 2012
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC
>Description:

Changed pkg-descr and all to ${PORTNAME}

- Take maintainership

Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- galaxis-1.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/galaxis/Makefile ./Makefile
--- /usr/ports/games/galaxis/Makefile	2011-09-24 12:06:21.000000000 +0200
+++ ./Makefile	2012-09-03 03:13:44.000000000 +0200
@@ -1,27 +1,22 @@
-# New ports collection makefile for:	galaxis
-# Date created:				30 June 1997
-# Whom:					Andrey Zakhvatov
-#
 # $FreeBSD: ports/games/galaxis/Makefile,v 1.19 2011/09/24 10:06:21 dhn Exp $
-#
 
 PORTNAME=	galaxis
 PORTVERSION=	1.8
 CATEGORIES=	games
 MASTER_SITES=	http://www.catb.org/~esr/galaxis/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@gmx.ch
 COMMENT=	Clone of the nifty little Macintosh game
 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
 ALL_TARGET=	${PORTNAME}
 USE_GMAKE=	yes
 
-MAN6=		galaxis.6
-PLIST_FILES=	bin/galaxis
+MAN6=		${PORTNAME}.6
+PLIST_FILES=	bin/${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
-	${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man6
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/games/galaxis/pkg-descr ./pkg-descr
--- /usr/ports/games/galaxis/pkg-descr	2003-02-09 20:39:16.000000000 +0100
+++ ./pkg-descr	2012-09-03 03:24:54.000000000 +0200
@@ -1,7 +1,13 @@
 			GALAXIS for UNIX
-	   by Eric S. Raymond <esr@snark.thyrsus.com>
 
-This directory contains curses-based clone of the nifty little Macintosh
-freeware game Galaxis.
+Lifeboats from a crippled interstellar liner are adrift in a starfield.
+To find them, you can place probes that look in all eight compass directions
+and tell you how many lifeboats they see. If you drop a probe directly on a
+lifeboat it will be revealed immediately. Your objective: find the lifeboats
+as quickly as possible, before the stranded passengers run out of oxygen!
+
+This is a UNIX-hosted, curses-based clone of the nifty little Macintosh freeware
+game Galaxis. It doesn't have the super-simple, point-and-click interface of the
+original, but compensates by automating away some of the game's simpler deductions.
 
 WWW: http://www.catb.org/~esr/galaxis/
--- galaxis-1.8.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Sep 7 23:28:25 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/171273: commit references a PR
Date: Fri,  7 Sep 2012 23:36:08 +0000 (UTC)

 Author: amdmi3
 Date: Fri Sep  7 23:35:52 2012
 New Revision: 303843
 URL: http://svn.freebsd.org/changeset/ports/303843
 
 Log:
   - Cleanup makefile
   - Use more informative pkg-descr
   - Pass maintainership to submitter
   
   PR:		ports/171273
   Submitted by:	nemysis <nemysis@gmx.ch>
 
 Modified:
   head/games/galaxis/Makefile
   head/games/galaxis/pkg-descr
 
 Modified: head/games/galaxis/Makefile
 ==============================================================================
 --- head/games/galaxis/Makefile	Fri Sep  7 23:33:08 2012	(r303842)
 +++ head/games/galaxis/Makefile	Fri Sep  7 23:35:52 2012	(r303843)
 @@ -10,18 +10,18 @@ PORTVERSION=	1.8
  CATEGORIES=	games
  MASTER_SITES=	http://www.catb.org/~esr/galaxis/
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	nemysis@gmx.ch
  COMMENT=	Clone of the nifty little Macintosh game
  
  MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG"
  ALL_TARGET=	${PORTNAME}
  USE_GMAKE=	yes
  
 -MAN6=		galaxis.6
 -PLIST_FILES=	bin/galaxis
 +MAN6=		${PORTNAME}.6
 +PLIST_FILES=	bin/${PORTNAME}
  
  do-install:
 -	${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
 -	${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
 +	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
 +	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6/
  
  .include <bsd.port.mk>
 
 Modified: head/games/galaxis/pkg-descr
 ==============================================================================
 --- head/games/galaxis/pkg-descr	Fri Sep  7 23:33:08 2012	(r303842)
 +++ head/games/galaxis/pkg-descr	Fri Sep  7 23:35:52 2012	(r303843)
 @@ -1,7 +1,15 @@
  			GALAXIS for UNIX
 -	   by Eric S. Raymond <esr@snark.thyrsus.com>
  
 -This directory contains curses-based clone of the nifty little Macintosh
 -freeware game Galaxis.
 +Lifeboats from a crippled interstellar liner are adrift in a
 +starfield.  To find them, you can place probes that look in all
 +eight compass directions and tell you how many lifeboats they see.
 +If you drop a probe directly on a lifeboat it will be revealed
 +immediately. Your objective: find the lifeboats as quickly as
 +possible, before the stranded passengers run out of oxygen!
 +
 +This is a UNIX-hosted, curses-based clone of the nifty little
 +Macintosh freeware game Galaxis. It doesn't have the super-simple,
 +point-and-click interface of the original, but compensates by
 +automating away some of the game's simpler deductions.
  
  WWW: http://www.catb.org/~esr/galaxis/
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Fri Sep 7 23:52:22 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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