ports/171273: [PATCH] games/galaxis: Changed pkg-descr and all to ${PORTNAME}, take maintainership
nemysis
nemysis at gmx.ch
Mon Sep 3 01:40:08 UTC 2012
>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: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 03 01:40:04 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at FreeBSD.org
+MAINTAINER= nemysis at 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 at 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:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list