[21553] trunk/dports/gnome/libgsf

source_changes at macosforge.org source_changes at macosforge.org
Sun Jan 28 02:21:21 PST 2007


Revision: 21553
          http://trac.macosforge.org/projects/macports/changeset/21553
Author:   rhwood at macports.org
Date:     2007-01-28 02:21:21 -0800 (Sun, 28 Jan 2007)

Log Message:
-----------
Upgrade to 1.14.3<BR>Remove post destroot hooks to alias older version of the library.<BR>Disable python support since it was breaking the build.

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

Added Paths:
-----------
    trunk/dports/gnome/libgsf/files/

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2007-01-28 08:30:32 UTC (rev 21552)
+++ trunk/dports/gnome/libgsf/Portfile	2007-01-28 10:21:21 UTC (rev 21553)
@@ -1,7 +1,7 @@
 # $Id$
 PortSystem 1.0
 name		libgsf
-version		1.14.1
+version		1.14.3
 revision	1
 description	A i/o abstraction for dealing with file formats
 long_description        libgsf aims to provide an efficient extensible \
@@ -12,18 +12,25 @@
 platforms	darwin 
 homepage	http://www.gnome.org/
 master_sites    gnome:sources/libgsf/1.14/
-checksums	md5 00de00b99382d0b7e034e0fffd8951d4 \
-		sha1 6e719212a1756b449f93548d6357c6b4cf07c327 \
-		rmd160 9fa50d6df9edd2f102b8859eef18944b4de5f476
+checksums	md5 c707a7ffc3e2bf802556bae86a453020 \
+		sha1 c0bfc3595a47d8425afcee7a90352c179677c452 \
+		rmd160 b575e55b23152c292ae6d67f906bccd95ca89030
 depends_lib     port:gnome-vfs \
 		port:dbus \
 		port:dbus-glib
 use_bzip2 	yes
-configure.args  --mandir=${prefix}/share/man --with-gnome
+
+configure.args	\
+	--mandir=${prefix}/share/man \
+	--with-gnome \
+	--without-python
 configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" 
 
-post-destroot	{
-	system "cd ${destroot}${prefix}/lib
-		ln -s libgsf-1.114.0.0.dylib libgsf-1.1.dylib
-		ln -s libgsf-gnome-1.114.0.0.dylib libgsf-gnome-1.1.dylib"
-}
+#This hook was left in so that ports that were built with the earlier libgsf would still
+#work. At this point, I believe that these ports should all have been rebuilt at least
+#once. Am leaving in so that this comment makes sense.
+#post-destroot	{
+#	system "cd ${destroot}${prefix}/lib
+#		ln -s libgsf-1.114.0.0.dylib libgsf-1.1.dylib
+#		ln -s libgsf-gnome-1.114.0.0.dylib libgsf-gnome-1.1.dylib"
+#}

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


More information about the macports-changes mailing list