[121923] trunk/dports/gnome/libbonoboui/Portfile

mojca at macports.org mojca at macports.org
Fri Jul 11 11:58:13 PDT 2014


Revision: 121923
          https://trac.macports.org/changeset/121923
Author:   mojca at macports.org
Date:     2014-07-11 11:58:12 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
libbonoboui: whitespace, add sha256

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

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2014-07-11 18:57:26 UTC (rev 121922)
+++ trunk/dports/gnome/libbonoboui/Portfile	2014-07-11 18:58:12 UTC (rev 121923)
@@ -1,57 +1,55 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            libbonoboui
-version         2.24.5
-revision        8
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
+name                libbonoboui
+version             2.24.5
+revision            8
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
 # libs are LGPL, binaries and examples are GPL
-license         {LGPL GPL-2+}
-platforms       darwin
-description     GUI frontend to the libbonobo component of GNOME 2
+license             {LGPL GPL-2+}
+platforms           darwin
+description         GUI frontend to the libbonobo component of GNOME 2
 
-long_description \
-    Bonobo is a set of language and system independant CORBA \
-    interfaces for creating reusable components and creating compound \
-    documents. libbonoboui includes a Gtk+ based implementation of the \
-    Bonobo interfaces, enabling developers to create reusable \
-    components and applications that can be used to form more complex \
-    documents.
+long_description    Bonobo is a set of language and system independant CORBA \
+                    interfaces for creating reusable components and creating compound \
+                    documents. libbonoboui includes a Gtk+ based implementation of the \
+                    Bonobo interfaces, enabling developers to create reusable \
+                    components and applications that can be used to form more complex \
+                    documents.
 
-homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
+homepage            http://www.gnome.org/
+master_sites        gnome:sources/${name}/${branch}/
+use_bzip2           yes
 
-checksums       md5     853be8e28aaa4ce48ba60be7d9046bf4 \
-                sha1    9657e7194ef3f5782f183e021fdb4014531b6cd8 \
-                rmd160  0ebf5618e1564317561b098d6774f0c75ea082f0
+checksums           rmd160  0ebf5618e1564317561b098d6774f0c75ea082f0 \
+                    sha256  fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd
 
-depends_build   port:coreutils \
-                port:pkgconfig \
-                port:intltool \
-                port:gnome-common \
-                port:gtk-doc
+depends_build       port:coreutils \
+                    port:pkgconfig \
+                    port:intltool \
+                    port:gnome-common \
+                    port:gtk-doc
 
-depends_lib     port:desktop-file-utils \
-                port:gconf \
-                port:libbonobo \
-                port:libffi \
-                port:libgnome \
-                port:libgnomecanvas \
-                port:pangox-compat
+depends_lib         port:desktop-file-utils \
+                    port:gconf \
+                    port:libbonobo \
+                    port:libffi \
+                    port:libgnome \
+                    port:libgnomecanvas \
+                    port:pangox-compat
 
 # Don't do intltool's INTLTOOL_PERL dance
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --without-x
+configure.args      --without-x
 
 configure.cflags-append \
-                -Wno-format-nonliteral
+                    -Wno-format-nonliteral
 
 variant x11 {
     configure.args-append   --x-includes=${prefix}/include \
@@ -65,4 +63,4 @@
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/534821b7/attachment.html>


More information about the macports-changes mailing list