From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 30 20:00:09 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A3A3106566C for ; Sun, 30 Sep 2012 20:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1DE8FC14 for ; Sun, 30 Sep 2012 20:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8UK08Co080062 for ; Sun, 30 Sep 2012 20:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8UK085M080049; Sun, 30 Sep 2012 20:00:08 GMT (envelope-from gnats) Resent-Date: Sun, 30 Sep 2012 20:00:08 GMT Resent-Message-Id: <201209302000.q8UK085M080049@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 685D7106566B for ; Sun, 30 Sep 2012 19:51:52 +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 DE3CB8FC14 for ; Sun, 30 Sep 2012 19:51:51 +0000 (UTC) Received: (qmail invoked by alias); 30 Sep 2012 19:51:49 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp004) with SMTP; 30 Sep 2012 21:51:49 +0200 Received: by something.email.com (sSMTP sendmail emulation); Sun, 30 Sep 2012 21:51:48 +0200 Message-Id: <20120930195152.685D7106566B@hub.freebsd.org> Date: Sun, 30 Sep 2012 21:51:48 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172192: [PATCH] games/empire: Changed all to ${PORTNAME} and pkg-descr, OptionsNG , take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2012 20:00:09 -0000 >Number: 172192 >Category: ports >Synopsis: [PATCH] games/empire: Changed all to ${PORTNAME} and pkg-descr, OptionsNG , 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: Sun Sep 30 20:00:07 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: Makefile changed +DISTNAME= vms-${PORTNAME}-${DISTVERSION} +PORTDOCS= AUTHORS BUGS NEWS README Added Pixmaps, OptionsNG Changed all to ${PORTNAME} Changed pkg-descr - Take maintainership Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. 0 fatal errors and 2 warnings found. Build log RedPorts https://redports.org/buildarchive/20120930190115-64522/ >Fix: --- empire-1.9.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/empire/Makefile ./Makefile --- /usr/ports/games/empire/Makefile 2012-03-24 17:25:41.000000000 +0100 +++ ./Makefile 2012-09-30 21:00:03.000000000 +0200 @@ -9,19 +9,23 @@ PORTVERSION= 1.9 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/vms-empire/ -DISTNAME= vms-${PORTNAME}-${PORTVERSION} +DISTNAME= vms-${PORTNAME}-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Solitaire empire game "VMS Empire" +MAINTAINER= nemysis@gmx.ch +COMMENT= Simulation of a full-scale war between two emperors LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING MAKE_JOBS_SAFE= yes -MAN6= empire.6 -PORTDOCS= BUGS README -PLIST_FILES= bin/empire +MAN6= ${PORTNAME}.6 + +PORTDOCS= AUTHORS BUGS NEWS README + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +.include post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS/#CFLAGS/ ; \ @@ -29,13 +33,16 @@ @${REINPLACE_CMD} -e 's/static void/void/g' ${WRKSRC}/game.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/empire - ${INSTALL_MAN} ${WRKSRC}/empire.6 ${MAN6PREFIX}/man/man6/empire.6 -.if !defined(NOPORTDOCS) -.for file in ${PORTDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6 + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/empire-logo.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include diff -ruN --exclude=CVS /usr/ports/games/empire/pkg-descr ./pkg-descr --- /usr/ports/games/empire/pkg-descr 2003-02-09 20:39:16.000000000 +0100 +++ ./pkg-descr 2012-09-30 20:34:08.000000000 +0200 @@ -1,3 +1,9 @@ +VMS-Empire is a simulation of a full-scale war between two emperors, +the computer and you. Naturally, there is only room for one, so the object +of the game is to destroy the other. The computer plays by the same rules that +you do. This game is the ancestor of all the multiplayer 4X simulations out +there, including Civilization and Master of Orion. + Apparently, this game was originally written outside of Digital, probably at a university. The game was ported to DEC's VAX/VMS from the TOPS-10/20 FORTRAN sources available around fall 1979. --- empire-1.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: