[51094] trunk/dports/gnome/gedit/Portfile

devans at macports.org devans at macports.org
Sun May 17 15:27:48 PDT 2009


Revision: 51094
          http://trac.macports.org/changeset/51094
Author:   devans at macports.org
Date:     2009-05-17 15:27:47 -0700 (Sun, 17 May 2009)
Log Message:
-----------
gedit: white space (tabs to spaces).

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

Modified: trunk/dports/gnome/gedit/Portfile
===================================================================
--- trunk/dports/gnome/gedit/Portfile	2009-05-17 22:21:05 UTC (rev 51093)
+++ trunk/dports/gnome/gedit/Portfile	2009-05-17 22:27:47 UTC (rev 51094)
@@ -3,50 +3,51 @@
 
 PortSystem 1.0
 
-name		gedit
-version		2.26.2
+name            gedit
+version         2.26.2
 set branch      [join [lrange [split ${version} .] 0 1] .]
-description	GNOME editor.
-long_description        ${description}
-maintainers	devans openmaintainer
-categories	gnome editors
-platforms	darwin
-homepage	http://www.gnome.org/projects/gedit/
+description     GNOME editor.
+long_description \
+                ${description}
+maintainers     devans openmaintainer
+categories      gnome editors
+platforms       darwin
+homepage        http://www.gnome.org/projects/gedit/
 master_sites    gnome:sources/${name}/${branch}/
 
 checksums       md5     ef8c98051c03d0caf0c75456e48c25b0 \
                 sha1    b5b0c0b6fda604fff630987d9cbd69733943407d \
                 rmd160  37d151d4ca038ca433ad92ec639ae40a86f7fece
 
-depends_build	\
+depends_build    \
         port:p5-xml-parser \
         port:gtk-doc \
-	port:intltool \
+        port:intltool \
         port:gnome-doc-utils \
         port:autoconf \
         port:automake
 
-depends_lib	\
-	port:gtksourceview2 \
-	port:gconf \
+depends_lib    \
+        port:gtksourceview2 \
+        port:gconf \
         port:py25-gobject \
         port:py25-gtk \
         port:py25-pygtksourceview \
-	port:iso-codes \
+        port:iso-codes \
         port:enchant \
         port:policykit \
         port:xorg-libsm
 
-use_bzip2 	yes
+use_bzip2       yes
 
 patchfiles      patch-configure.ac.diff \
                 patch-gedit-smclient-Makefile.am.diff
 
-use_autoreconf    yes
-autoreconf.args   -vfi
+use_autoreconf  yes
+autoreconf.args -vfi
 
 configure.args  --mandir=${prefix}/share/man \
-		--disable-scrollkeeper \
+                --disable-scrollkeeper \
                 --disable-schemas-install
 
 configure.python ${prefix}/bin/python2.5
@@ -55,8 +56,8 @@
         depends_lib-delete  port:xorg-libsm
 }
 
-post-activate	{
-	system "${prefix}/bin/scrollkeeper-update"
+post-activate    {
+        system "${prefix}/bin/scrollkeeper-update"
         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/20090517/5d20b088/attachment.html>


More information about the macports-changes mailing list