Bug 80196

Summary: [update] games/freeciv to 2.0.0
Product: Ports & Packages Reporter: Vsevolod Stakhov <vsevolod>
Component: Individual Port(s)Assignee: Sergey Matveychuk <sem>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Vsevolod Stakhov 2005-04-21 14:10:21 UTC
Freeciv 2.0.0 has really lots of improvements from version 1.14. For full list
one may consult with http://www.freeciv.org/index.php/NEWS-2.0.0.
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2005-04-22 12:35:40 UTC
Dear maintainer!

Please approve or disprove the patch.

--
Sem.
Comment 2 Sergey Matveychuk freebsd_committer freebsd_triage 2005-04-22 12:35:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sem

Take it
Comment 3 Vsevolod Stakhov 2005-04-27 12:54:21 UTC
Pether Toenen <eol1@yahoo.com> notified me that the new version of
freeciv is out. So I have modified my patch. Among changes from 2.0.0 to
2.0.1 are:
*  Fix a bug causing easy and novice AIs to be much harder than they
were supposed to be.
*  New behavior of the /start command in multi-player mode.
*  Minor translation updates.
*  Other minor bugfixes.


diff -ruP freeciv.orig/Makefile freeciv/Makefile
--- freeciv.orig/Makefile	Thu Apr 21 17:44:50 2005
+++ freeciv/Makefile	Wed Apr 27 15:48:35 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	freeciv
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.freeciv.org/pub/freeciv/stable/ \
 		ftp://ftp.netc.pt/pub/freeciv/stable/ \
diff -ruP freeciv.orig/distinfo freeciv/distinfo
--- freeciv.orig/distinfo	Thu Apr 21 17:44:50 2005
+++ freeciv/distinfo	Wed Apr 27 15:48:35 2005
@@ -1,2 +1,2 @@
-Size (freeciv-2.0.0.tar.bz2) = 8437564
-MD5 (freeciv-2.0.0.tar.bz2) = fa7170026cc2aefdafd43b27a4bfaf80
+MD5 (freeciv-2.0.1.tar.bz2) = b1a2d0b493af74f40179ef78ed2b6070
+Size (freeciv-2.0.1.tar.bz2) = 8441146
diff -ruP freeciv.orig/pkg-plist freeciv/pkg-plist
--- freeciv.orig/pkg-plist	Thu Apr 21 17:44:50 2005
+++ freeciv/pkg-plist	Wed Apr 27 15:48:35 2005
@@ -346,3 +346,4 @@
 @dirrm %%DATADIR%%/flags
 @dirrm %%DATADIR%%/isophex
 @dirrm %%DATADIR%%
+@dirrm share/applications
Comment 4 Sergey Matveychuk freebsd_committer freebsd_triage 2005-05-05 19:44:55 UTC
State Changed
From-To: open->closed

Committed, thanks!