[33203] trunk/dports/gnome/libbonobo/Portfile

nox at macports.org nox at macports.org
Mon Jan 21 04:44:02 PST 2008


Revision: 33203
          http://trac.macosforge.org/projects/macports/changeset/33203
Author:   nox at macports.org
Date:     2008-01-21 04:43:52 -0800 (Mon, 21 Jan 2008)

Log Message:
-----------
libbonobo: Whitespace changes.

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

Modified: trunk/dports/gnome/libbonobo/Portfile
===================================================================
--- trunk/dports/gnome/libbonobo/Portfile	2008-01-21 12:08:53 UTC (rev 33202)
+++ trunk/dports/gnome/libbonobo/Portfile	2008-01-21 12:43:52 UTC (rev 33203)
@@ -1,46 +1,49 @@
 # $Id$
-PortSystem 1.0
-name		libbonobo
-version		2.20.1
-set branch  [join [lrange [split ${version} .] 0 1] .]
-revision    2
-description	A library for creating reusable components
-long_description        Bonobo is a set of language and system \
-			independant CORBA interfaces for creating \
-			reusable components, controls and creating \
-			compound documents.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name		    libbonobo
+version		    2.20.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
+revision        2
+maintainers	    nomaintainer
+categories	    gnome
+platforms	    darwin 
+description	    A library for creating reusable components
+
+long_description \
+    Bonobo is a set of language and system independant CORBA \
+    interfaces for creating reusable components, controls and creating \
+    compound documents.
+
+homepage	    http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 76e52d1c39e6ef1079c757c21f06f5ff \
-		sha1 9d81eb1b604f3428cc718f6337882cb56ebbd9e2 \
-		rmd160 de53ffaae37c785c25683a21f98373957fb92db6
+use_bzip2       yes
 
+checksums	    md5 76e52d1c39e6ef1079c757c21f06f5ff \
+                sha1 9d81eb1b604f3428cc718f6337882cb56ebbd9e2 \
+                rmd160 de53ffaae37c785c25683a21f98373957fb92db6
+
 depends_build   port:pkgconfig \
                 port:perl5.8 \
                 port:p5-xml-parser \
                 port:intltool
 
-depends_lib \
-    port:glib2 \
-    port:orbit2 \
-    port:gettext \
-    port:libxml2 \
-    port:libiconv \
-    port:popt
+depends_lib     port:glib2 \
+                port:orbit2 \
+                port:gettext \
+                port:libxml2 \
+                port:libiconv \
+                port:popt
 
 depends_run     port:perl5.8
 
-use_bzip2 	yes
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress" 
+configure.cppflags-append   -L${prefix}/lib
+configure.cflags-append     -no-cpp-precomp -flat_namespace -undefined suppress
 
-test.run	yes
-test.target	check
+test.run	    yes
+test.target	    check
 
 livecheck.check regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
-

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


More information about the macports-changes mailing list