[23059] trunk/dports/gnome/glom

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 23 19:51:03 PDT 2007


Revision: 23059
          http://trac.macosforge.org/projects/macports/changeset/23059
Author:   landonf at macports.org
Date:     2007-03-23 19:51:03 -0700 (Fri, 23 Mar 2007)

Log Message:
-----------
Update to the latest stable version of glom

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

Removed Paths:
-------------
    trunk/dports/gnome/glom/files/

Modified: trunk/dports/gnome/glom/Portfile
===================================================================
--- trunk/dports/gnome/glom/Portfile	2007-03-24 01:52:08 UTC (rev 23058)
+++ trunk/dports/gnome/glom/Portfile	2007-03-24 02:51:03 UTC (rev 23059)
@@ -1,17 +1,43 @@
 # $Id$
 PortSystem 1.0
 name		glom
-version		0.8.7
+version		1.4.2
+
 description	Glom is an easy-to-use database designer and user interface.
 long_description        ${description}
-maintainers	nomaintainer at macports.org
+maintainers	landonf at macports.org
 categories	gnome databases
 platforms	darwin 
+
 homepage	http://www.glom.org/
-master_sites    gnome:sources/glom/0.8/
-checksums	md5 f198e547720f7d203423a61ee2b28446
-patchfiles	patch_field.h patch_Makefile.in
-depends_lib	lib:libbakery-2:bakery lib:libgdamm-1:libgdamm \
-		bin:gnome-session:gnome-session bin:python2.3:python23 \
-		lib:libiconv.2:libiconv
+master_sites    gnome:sources/glom/1.4/
+
+checksums	md5 71c868a2e8e85e96bdbbf78608228bc8
 use_bzip2 	yes
+
+depends_lib	port:bakery port:libgdamm port:libgnomecanvasmm \
+		port:gnome-session port:python24 \
+		port:iso-codes port:pygda port:gtksourceviewmm \
+		port:libiconv port:postgresql81 port:gettext \
+		port:gnome-python-extras
+
+post-patch {
+	reinplace s/-lutil//g	${worksrcpath}/glom/libglom/Makefile.in \
+				${worksrcpath}/glom/Makefile.in \
+				${worksrcpath}/glom/python_embed/python_module/Makefile.in
+}
+
+configure.env   CFLAGS="-I${prefix}/include -L${prefix}/lib" \
+		PYTHON_EXEC_PREFIX="${prefix}" \
+		PYTHON_PREFIX="${prefix}"
+
+configure.args	--with-postgres-utils=/opt/local/lib/postgresql81/bin \
+		--disable-scrollkeeper
+
+build.args	MSGFMT="${prefix}/bin/msgfmt" GMSGFMT="${prefix}/bin/msgfmt"
+
+post-destroot {
+	file delete "${destpath}/${prefix}/share/mime/globs"
+	file delete "${destpath}/${prefix}/share/mime/magic"
+	file delete "${destpath}/${prefix}/share/mime/XMLnamespaces"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070323/da152848/attachment.html


More information about the macports-changes mailing list