[40337] trunk/dports/gnome/gnome-icon-theme/Portfile

nox at macports.org nox at macports.org
Mon Sep 29 10:41:26 PDT 2008


Revision: 40337
          http://trac.macports.org/changeset/40337
Author:   nox at macports.org
Date:     2008-09-29 10:41:26 -0700 (Mon, 29 Sep 2008)
Log Message:
-----------
gnome-icon-theme: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-icon-theme/Portfile

Modified: trunk/dports/gnome/gnome-icon-theme/Portfile
===================================================================
--- trunk/dports/gnome/gnome-icon-theme/Portfile	2008-09-29 17:34:57 UTC (rev 40336)
+++ trunk/dports/gnome/gnome-icon-theme/Portfile	2008-09-29 17:41:26 UTC (rev 40337)
@@ -1,17 +1,21 @@
+# -*- 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		gnome-icon-theme
-version		2.22.0
-set branch  [join [lrange [split ${version} .] 0 1] .]
-description	A collection of icons for the GNOME 2 desktop.
-long_description        gnome-icon-theme is a collection of icons and \
-			emblems for the GNOME 2 desktop.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org/
+name            gnome-icon-theme
+version         2.22.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+description     A collection of icons for the GNOME 2 desktop.
+
+long_description \
+    gnome-icon-theme is a collection of icons and \
+    emblems for the GNOME 2 desktop.
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
 
 checksums       md5 a4c03092da28ad53ed3867aef83f29d9 \
@@ -19,19 +23,18 @@
                 rmd160 2fa32219f61a1d6b9212e1fa766059c4ec001723
 
 depends_build \
-        port:perl5.8 \
-        port:p5-xml-parser \
-        port:pkgconfig \
-        port:gettext \
-        port:libiconv \
-        port:hicolor-icon-theme \
-        port:icon-naming-utils \
-	
-use_bzip2 	yes
+    port:perl5.8 \
+    port:p5-xml-parser \
+    port:pkgconfig \
+    port:gettext \
+    port:libiconv \
+    port:hicolor-icon-theme \
+    port:icon-naming-utils \
+    
+use_bzip2       yes
 
 universal_variant   no
 
 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/20080929/7766d7a2/attachment.html 


More information about the macports-changes mailing list