[41386] trunk/dports/gnome/ggv/Portfile

jmr at macports.org jmr at macports.org
Sat Nov 1 03:13:25 PDT 2008


Revision: 41386
          http://trac.macports.org/changeset/41386
Author:   jmr at macports.org
Date:     2008-11-01 03:13:24 -0700 (Sat, 01 Nov 2008)
Log Message:
-----------
ggv: update to 2.12.0, don't use -flat_namespace or -undefined suppress

Modified Paths:
--------------
    trunk/dports/gnome/ggv/Portfile

Modified: trunk/dports/gnome/ggv/Portfile
===================================================================
--- trunk/dports/gnome/ggv/Portfile	2008-11-01 08:49:11 UTC (rev 41385)
+++ trunk/dports/gnome/ggv/Portfile	2008-11-01 10:13:24 UTC (rev 41386)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name		ggv
-version		2.8.4
+version		2.12.0
+set branch  [join [lrange [split ${version} .] 0 1] .]
 description	GGV, Gnome GhostView, is a Gnome PostScript document previewer.  
 long_description        GGV, the Gnome GhostView, is a Gnome PostScript document \
 			previewer.  It can also preview PDFs, but as it is not a \
@@ -14,9 +16,10 @@
 categories	gnome print
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/ggv/2.8/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums	md5 7a465dcc795ebab69daa0ed658d2e978
+checksums	md5 418f0ef3f8b82bb0c423a2a1cf6769f7 \
+			sha1 571704d11e9ffce8413ee53936b314de06147c56
 depends_lib	port:ghostscript port:libgnomeprintui port:libgnomeui
 configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+configure.cflags-append -no-cpp-precomp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081101/823303f7/attachment.html>


More information about the macports-changes mailing list