[105906] trunk/dports/gnome/bug-buddy/Portfile

devans at macports.org devans at macports.org
Thu May 9 10:27:18 PDT 2013


Revision: 105906
          https://trac.macports.org/changeset/105906
Author:   devans at macports.org
Date:     2013-05-09 10:27:18 -0700 (Thu, 09 May 2013)
Log Message:
-----------
bug-buddy: white space only.

Modified Paths:
--------------
    trunk/dports/gnome/bug-buddy/Portfile

Modified: trunk/dports/gnome/bug-buddy/Portfile
===================================================================
--- trunk/dports/gnome/bug-buddy/Portfile	2013-05-09 17:12:03 UTC (rev 105905)
+++ trunk/dports/gnome/bug-buddy/Portfile	2013-05-09 17:27:18 UTC (rev 105906)
@@ -1,20 +1,21 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
-name		bug-buddy
-version		2.32.0
+name            bug-buddy
+version         2.32.0
 license         GPL-2
-set branch  [join [lrange [split ${version} .] 0 1] .]
-description	A graphical bug reporting tool.
-long_description        This is a graphical bug reporting tool. It can \
-			extract debugging information from a core file \
-			or crashed application (via gnome_segv).
-maintainers	devans openmaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org/
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description     A graphical bug reporting tool.
+long_description \
+                This is a graphical bug reporting tool. It can \
+                extract debugging information from a core file \
+                or crashed application (via gnome_segv).
+maintainers     devans openmaintainer
+categories      gnome
+platforms       darwin
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
 use_bzip2       yes
@@ -29,7 +30,7 @@
 
 depends_lib     port:gconf \
                 port:libelf \
-		port:libbonobo \
+                port:libbonobo \
                 port:libsoup \
                 port:libgtop \
                 port:rarian
@@ -46,20 +47,20 @@
     universal_variant no
 }
 
-configure.args	--disable-scrollkeeper \
+configure.args  --disable-scrollkeeper \
                 --disable-schemas-install \
                 --disable-eds
 
 variant eds_mail description {Enable getting user email from evolution data server} {
-                depends_lib-append port:evolution-data-server
-                configure.args-delete --disable-eds
+    depends_lib-append port:evolution-data-server
+    configure.args-delete --disable-eds
 }
 
 post-activate {
-	system "${prefix}/bin/scrollkeeper-update"
-        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
-        system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-            gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130509/4976101c/attachment.html>


More information about the macports-changes mailing list