[41221] trunk/dports/gnome/gal

blb at macports.org blb at macports.org
Tue Oct 28 00:17:11 PDT 2008


Revision: 41221
          http://trac.macports.org/changeset/41221
Author:   blb at macports.org
Date:     2008-10-28 00:17:08 -0700 (Tue, 28 Oct 2008)
Log Message:
-----------
gnome/gal - version update to 2.5.3, use ${branch} technique for first two
dots of version, and remove some unneeded configure bits (ticket #17023)

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

Added Paths:
-----------
    trunk/dports/gnome/gal/files/
    trunk/dports/gnome/gal/files/patch-gal-widgets-e-unicode.h.diff

Modified: trunk/dports/gnome/gal/Portfile
===================================================================
--- trunk/dports/gnome/gal/Portfile	2008-10-28 06:57:33 UTC (rev 41220)
+++ trunk/dports/gnome/gal/Portfile	2008-10-28 07:17:08 UTC (rev 41221)
@@ -1,23 +1,33 @@
 # $Id$
+
 PortSystem 1.0
+
 name		gal
-version		2.4.3
+version		2.5.3
+set branch	[join [lrange [split ${version} .] 0 1] .]
 description	GNOME Application Libs (GAL).
 long_description	The GNOME Application Libs (GAL) module contains \
 			some library functions that came from Gnumeric \
 			and Evolution.  The idea is to reuse the code \
 			across various larger GNOME applications that \
-			might want to use it.  
+			might want to use it.
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gnome.org
-master_sites   	gnome:sources/gal/2.4/
-checksums	md5 de9ef290fd614a1057e26e31bc294142
+master_sites   	gnome:sources/${name}/${branch}/
+
+checksums	md5     8fae770488887f9d0f95bcdbffc673cc \
+		sha1    7c590925bfc9f2650464d658c2d970291b034449 \
+		rmd160  caa7322c430059832829107027faa6fe7cee6e94
+
 depends_lib	lib:libgnomeprintui:libgnomeprintui \
 	port:dbus \
 	port:dbus-glib
+
 use_bzip2 	yes
+
+patchfiles	patch-gal-widgets-e-unicode.h.diff
+
 configure.args	--mandir=${prefix}/share/man
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+

Added: trunk/dports/gnome/gal/files/patch-gal-widgets-e-unicode.h.diff
===================================================================
--- trunk/dports/gnome/gal/files/patch-gal-widgets-e-unicode.h.diff	                        (rev 0)
+++ trunk/dports/gnome/gal/files/patch-gal-widgets-e-unicode.h.diff	2008-10-28 07:17:08 UTC (rev 41221)
@@ -0,0 +1,10 @@
+--- gal/widgets/e-unicode.h.orig	2008-10-27 22:56:47.000000000 -0400
++++ gal/widgets/e-unicode.h	2008-10-27 22:57:54.000000000 -0400
+@@ -26,6 +26,7 @@
+ 
+ #include <sys/types.h>
+ #include <glib.h>
++#include <gtk/gtkctree.h>
+ #include <gtk/gtkclist.h>
+ #include <gtk/gtkentry.h>
+ #include <gtk/gtkmenu.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081028/72f079a6/attachment.html>


More information about the macports-changes mailing list