[41571] trunk/dports/gnome/gnome-audio/Portfile

nox at macports.org nox at macports.org
Thu Nov 6 02:32:31 PST 2008


Revision: 41571
          http://trac.macports.org/changeset/41571
Author:   nox at macports.org
Date:     2008-11-06 02:32:30 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
gnome-audio: Whitespace changes.

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

Modified: trunk/dports/gnome/gnome-audio/Portfile
===================================================================
--- trunk/dports/gnome/gnome-audio/Portfile	2008-11-06 10:29:25 UTC (rev 41570)
+++ trunk/dports/gnome/gnome-audio/Portfile	2008-11-06 10:32:30 UTC (rev 41571)
@@ -1,25 +1,31 @@
+# -*- 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-audio
-version		2.22.1
-description	Audio files for GNOME events
+name            gnome-audio
+version         2.22.1
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin
+description     Audio files for GNOME events
+
 long_description \
-	If you use the GNOME desktop environment, you may want to install this \
-	package of complementary sounds. This package contains extra sound \
-	files useful for customizing the sounds that the GNOME desktop \
-	environment makes.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gnome.org
+    If you use the GNOME desktop environment, you may want to install this \
+    package of complementary sounds. This package contains extra sound \
+    files useful for customizing the sounds that the GNOME desktop \
+    environment makes.
+
+homepage        http://www.gnome.org
 master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
-use_bzip2	yes
-checksums	md5 e0becab4f8360a589de9ffc2ab27c047 \
-		sha1 90862a7f133d73d0084c9f1f3e21f59210691f07 \
-		rmd160 8ea2fa460f2559e817305c682c6ac4dfc7682b51
-configure	{}
+use_bzip2       yes
+
+checksums       md5 e0becab4f8360a589de9ffc2ab27c047 \
+                sha1 90862a7f133d73d0084c9f1f3e21f59210691f07 \
+                rmd160 8ea2fa460f2559e817305c682c6ac4dfc7682b51
+
 post-extract {
-	reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/sounds/Makefile
+    reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/sounds/Makefile
 }
+
+configure {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/20e55aaf/attachment.html>


More information about the macports-changes mailing list