From owner-freebsd-ports-bugs Sat Jan 25 14:10:47 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E90E37B409 for ; Sat, 25 Jan 2003 14:10:29 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94AE043F7E for ; Sat, 25 Jan 2003 14:10:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0PMAANS021027 for ; Sat, 25 Jan 2003 14:10:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0PMAAcl021026; Sat, 25 Jan 2003 14:10:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760B237B401 for ; Sat, 25 Jan 2003 14:02:11 -0800 (PST) Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B52B43F13 for ; Sat, 25 Jan 2003 14:02:07 -0800 (PST) (envelope-from tkato@prontomail.com) Received: from localhost (localhost [127.0.0.1]) by socigeog.hmt.toyama-u.ac.jp (Postfix) with SMTP id 9E55585C for ; Sun, 26 Jan 2003 07:02:04 +0900 (JST) Message-Id: <20030126070054.73fbe158.tkato@prontomail.com> Date: Sun, 26 Jan 2003 07:00:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/47483: Update port: games/empire to 1.4 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47483 >Category: ports >Synopsis: Update port: games/empire to 1.4 >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: Sat Jan 25 14:10:09 PST 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.7-RELEASE-p3 i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/empire/Makefile games/empire/Makefile --- /usr/ports/games/empire/Makefile Mon Nov 11 18:59:35 2002 +++ games/empire/Makefile Sat Jan 25 06:31:27 2003 @@ -6,10 +6,10 @@ # PORTNAME= empire -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://www.tuxedo.org/~esr/vms-empire/ -DISTNAME= vms-empire-${PORTVERSION} +MASTER_SITES= http://www.catb.org/~esr/vms-empire/ +DISTNAME= vms-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,8 +20,8 @@ ${INSTALL_MAN} ${WRKSRC}/vms-empire.6 ${MANPREFIX}/man/man6/empire.6 .if !defined(NOPORTDOCS) .for file in BUGS READ.ME - @${MKDIR} ${PREFIX}/share/doc/empire - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff -urN /usr/ports/games/empire/distinfo games/empire/distinfo --- /usr/ports/games/empire/distinfo Wed Aug 2 09:18:22 2000 +++ games/empire/distinfo Sat Jan 25 06:31:53 2003 @@ -1 +1 @@ -MD5 (vms-empire-1.2.tar.gz) = d1e19009c61af2b5aab3bda4c165fc3d +MD5 (vms-empire-1.4.tar.gz) = 5bd46c377896831e4c1b0e38a587d40c diff -urN /usr/ports/games/empire/files/patch-aa games/empire/files/patch-aa --- /usr/ports/games/empire/files/patch-aa Fri Jun 27 18:59:32 1997 +++ games/empire/files/patch-aa Sat Jan 25 06:35:41 2003 @@ -1,39 +1,24 @@ -*** ../empire-1.1.orig/Makefile Fri Jun 28 06:27:39 1996 ---- Makefile Fri Jun 27 02:31:13 1997 +*** Makefile.orig Fri Aug 2 04:04:02 2002 +--- Makefile Sat Jan 25 06:35:29 2003 *************** -*** 14,25 **** +*** 12,35 **** # Change the line below for your system. If you are on a Sun or Vax, # you may want BSD. +! SYS = LINUX ! #SYS = BSD -! SYS = SYSV + #SYS = SYSV # Use -g to compile the program for debugging. -! DEBUG = -g -DDEBUG - #DEBUG = -O + #DEBUG = -g -DDEBUG -Wall +! DEBUG = -O2 # Use -p to profile the program. ---- 14,25 ---- - # Change the line below for your system. If you are on a Sun or Vax, - # you may want BSD. - -! SYS = BSD -! #SYS = SYSV - - # Use -g to compile the program for debugging. - -! #DEBUG = -g -DDEBUG - #DEBUG = -O - - # Use -p to profile the program. -*************** -*** 28,39 **** + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. ! LIBS = -lncurses -! #LIBS = -lcurses -ltermcap # You shouldn't have to modify anything below this line. @@ -41,11 +26,23 @@ FILES = \ attack.c \ ---- 28,39 ---- +--- 12,35 ---- + # Change the line below for your system. If you are on a Sun or Vax, + # you may want BSD. + +! #SYS = LINUX +! SYS = BSD + #SYS = SYSV + + # Use -g to compile the program for debugging. + + #DEBUG = -g -DDEBUG -Wall +! #DEBUG = -O2 + + # Use -p to profile the program. + #PROFILE = -p -DPROFILE + PROFILE = - # Define all necessary libraries. 'curses' is necessary. 'termcap' - # is needed on BSD systems. -! #LIBS = -lncurses ! LIBS = -lcurses # You shouldn't have to modify anything below this line. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message