[40327] trunk/dports/gnome/gnome-mime-data/Portfile

nox at macports.org nox at macports.org
Mon Sep 29 09:19:35 PDT 2008


Revision: 40327
          http://trac.macports.org/changeset/40327
Author:   nox at macports.org
Date:     2008-09-29 09:19:35 -0700 (Mon, 29 Sep 2008)
Log Message:
-----------
gnome-mime-data: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-mime-data/Portfile

Modified: trunk/dports/gnome/gnome-mime-data/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mime-data/Portfile	2008-09-29 16:16:27 UTC (rev 40326)
+++ trunk/dports/gnome/gnome-mime-data/Portfile	2008-09-29 16:19:35 UTC (rev 40327)
@@ -1,20 +1,26 @@
+# -*- 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
-name		gnome-mime-data
-version		2.18.0
-set branch  [join [lrange [split ${version} .] 0 1] .]
-revision    3
-description	This module contains the base MIME and Application \
-		database for GNOME.
-long_description        This module contains the base MIME and \
-			Application database for GNOME.
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin 
-homepage	http://www.gnome.org/
+
+PortSystem      1.0
+
+name            gnome-mime-data
+version         2.18.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
+revision        3
+maintainers     nomaintainer
+categories      gnome
+platforms       darwin 
+description     This module contains the base MIME and Application database for GNOME.
+
+long_description \
+    $description
+
+homepage        http://www.gnome.org/
 master_sites    gnome:sources/${name}/${branch}/
-checksums	rmd160 62436da673b9a9e1d27259511401ff69f0397a1a
+use_bzip2       yes
 
+checksums       rmd160 62436da673b9a9e1d27259511401ff69f0397a1a
+
 depends_build   port:perl5.8 \
                 port:p5-xml-parser \
                 port:intltool
@@ -23,12 +29,10 @@
                 port:gettext
                 
 
-use_bzip2 	yes
-configure.cppflags-append "-L${prefix}/lib" 
+configure.cppflags-append -L${prefix}/lib
 
 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/d78a7686/attachment-0001.html 


More information about the macports-changes mailing list