[32986] trunk/dports/gnome/libgsf/Portfile

nox at macports.org nox at macports.org
Tue Jan 15 17:25:40 PST 2008


Revision: 32986
          http://trac.macosforge.org/projects/macports/changeset/32986
Author:   nox at macports.org
Date:     2008-01-15 17:25:38 -0800 (Tue, 15 Jan 2008)

Log Message:
-----------
libgsf:
 * Whitespace changes.
 * Removed outdated comments and revision statement.

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

Modified: trunk/dports/gnome/libgsf/Portfile
===================================================================
--- trunk/dports/gnome/libgsf/Portfile	2008-01-16 00:58:14 UTC (rev 32985)
+++ trunk/dports/gnome/libgsf/Portfile	2008-01-16 01:25:38 UTC (rev 32986)
@@ -1,37 +1,34 @@
 # $Id$
-PortSystem 1.0
-name		libgsf
-version		1.14.7
-revision	0
-description	A i/o abstraction for dealing with file formats
-long_description        libgsf aims to provide an efficient extensible \
-			i/o abstraction for dealing with different \
-			structured file formats.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name		    libgsf
+version		    1.14.7
+maintainers	    nomaintainer
+categories	    gnome
+platforms	    darwin 
+description	    A i/o abstraction for dealing with file formats
+
+long_description \
+    libgsf aims to provide an efficient extensible \
+    i/o abstraction for dealing with different \
+    structured file formats.
+
+homepage	    http://www.gnome.org/
 master_sites    gnome:sources/libgsf/[strsed ${version} {/\.[0-9]*$//}]/
-checksums	md5 6612f1e57d3974d609bedd2fd8ff6317 \
-		sha1 9950e42db36007591af2d5783bdf68dc73f47d1b \
-		rmd160 09e2d07c922e6f43868dabbcfa2af2021ca5707a
+use_bzip2 	    yes
+
+checksums	    md5 6612f1e57d3974d609bedd2fd8ff6317 \
+                sha1 9950e42db36007591af2d5783bdf68dc73f47d1b \
+                rmd160 09e2d07c922e6f43868dabbcfa2af2021ca5707a
+
 depends_lib     port:gnome-vfs \
-		port:dbus \
-		port:dbus-glib \
-		port:libbonobo
-use_bzip2 	yes
+                port:dbus \
+                port:dbus-glib \
+                port:libbonobo
 
-configure.args	\
-	--mandir=${prefix}/share/man \
-	--with-gnome \
-	--without-python
-configure.cppflags-append "-L${prefix}/lib"
+configure.args	--mandir=${prefix}/share/man \
+	            --with-gnome \
+	            --without-python
 
-#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"
-#}
+configure.cppflags-append   -L${prefix}/lib

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


More information about the macports-changes mailing list