[105872] trunk/dports/gnome/gnome-terminal/Portfile

devans at macports.org devans at macports.org
Wed May 8 17:51:24 PDT 2013


Revision: 105872
          https://trac.macports.org/changeset/105872
Author:   devans at macports.org
Date:     2013-05-08 17:51:24 -0700 (Wed, 08 May 2013)
Log Message:
-----------
gnome-terminal: white space only.

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

Modified: trunk/dports/gnome/gnome-terminal/Portfile
===================================================================
--- trunk/dports/gnome/gnome-terminal/Portfile	2013-05-08 20:20:17 UTC (rev 105871)
+++ trunk/dports/gnome/gnome-terminal/Portfile	2013-05-09 00:51:24 UTC (rev 105872)
@@ -1,20 +1,20 @@
 # -*- 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		gnome-terminal
-version		2.30.2
+name            gnome-terminal
+version         2.30.2
 revision        4
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	Terminal component for the GNOME 2 Desktop
+description Terminal component for the GNOME 2 Desktop
 long_description \
                 ${description}
-maintainers	devans openmaintainer
-categories	gnome
-license		GPL-2+
-platforms	darwin
-homepage	http://www.gnome.org/
+maintainers     devans openmaintainer
+categories      gnome
+license         GPL-2+
+platforms       darwin
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
 checksums       md5     74c4528f00067072c2bd867d1f8fe844 \
@@ -24,22 +24,21 @@
 depends_build   port:pkgconfig \
                 port:intltool \
                 port:gnome-doc-utils
+
 depends_lib     port:gconf \
                 port:vte \
                 port:xorg-libsm
 
 depends_run     port:libgnome
 
-use_bzip2 	yes
+use_bzip2       yes
 
 patchfiles      missing-links.patch
 use_autoreconf  yes
 autoreconf.args -fvi
 
-configure.args \
-	--mandir=${prefix}/share/man \
-	--disable-schemas-install \
-        --disable-scrollkeeper
+configure.args  --disable-schemas-install \
+                --disable-scrollkeeper
 
 #
 # while there is an attempt at a quartz version of this port
@@ -62,9 +61,9 @@
         }
 }
 
-post-activate	{
-	system "${prefix}/bin/scrollkeeper-update"
-	system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
+post-activate   {
+    system "${prefix}/bin/scrollkeeper-update"
+    system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130508/168ee2a8/attachment.html>


More information about the macports-changes mailing list