[37449] trunk/dports/games/freeciv/Portfile

rhwood at macports.org rhwood at macports.org
Sun Jun 8 02:09:12 PDT 2008


Revision: 37449
          http://trac.macosforge.org/projects/macports/changeset/37449
Author:   rhwood at macports.org
Date:     2008-06-08 02:09:11 -0700 (Sun, 08 Jun 2008)

Log Message:
-----------
Upgrade to 2.1.4
Add livecheck
Add manpages configuration argument
Change tabs to spaces in configuration arguments

Modified Paths:
--------------
    trunk/dports/games/freeciv/Portfile

Modified: trunk/dports/games/freeciv/Portfile
===================================================================
--- trunk/dports/games/freeciv/Portfile	2008-06-08 09:01:56 UTC (rev 37448)
+++ trunk/dports/games/freeciv/Portfile	2008-06-08 09:09:11 UTC (rev 37449)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            freeciv
-version		2.1.3
+version		2.1.4
 revision	0
 categories      games
 maintainers     rhwood
@@ -17,8 +17,12 @@
 homepage        http://www.freeciv.org/
 platforms	    macosx
 
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex freeciv-(\[0-9\.\]+).tar.bz2
+
 master_sites    sourceforge:freeciv ftp://ftp.freeciv.org/freeciv/stable/
-checksums	sha1 a897978e87851f2a5334efd9b7fa3cf65ac075a3
+checksums	sha1 7be2507b9788015acc2cb1f13c8da95b5489c200
 
 use_bzip2	    yes
 
@@ -36,10 +40,10 @@
     port:libiconv
 
 configure.args	\
-	--enable-client=sdl \
-	--with-readline \
-	--with-zlib \
-	--enable-nls \
-	--with-libiconv-prefix=${prefix} \
-    --with-sdl-prefix=${prefix}
-
+    --enable-client=sdl \
+    --with-readline \
+    --with-zlib \
+    --enable-nls \
+    --with-libiconv-prefix=${prefix} \
+    --with-sdl-prefix=${prefix} \
+    --mandir=${prefix}/share/man

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080608/1259a96e/attachment.htm 


More information about the macports-changes mailing list