Bug 171273

Summary: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
galaxis-1.8.patch none

Description nemysis 2012-09-03 02:40:04 UTC
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)
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2012-09-08 00:28:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-08 00:36:08 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"
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2012-09-08 00:52:22 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!