Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 07:00:54 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47483: Update port: games/empire to 1.4
Message-ID:  <20030126070054.73fbe158.tkato@prontomail.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030126070054.73fbe158.tkato>