[62322] trunk/dports/gnome/gnome-vfsmm/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Jan 4 08:10:29 PST 2010


Revision: 62322
          http://trac.macports.org/changeset/62322
Author:   macsforever2000 at macports.org
Date:     2010-01-04 08:10:28 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
detab. whitespace.

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

Modified: trunk/dports/gnome/gnome-vfsmm/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfsmm/Portfile	2010-01-04 16:08:05 UTC (rev 62321)
+++ trunk/dports/gnome/gnome-vfsmm/Portfile	2010-01-04 16:10:28 UTC (rev 62322)
@@ -1,33 +1,34 @@
 # -*- 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-vfsmm
-version		2.26.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description	gnome-vfsmm provides C++ wrappers for gnome-vfs.
-long_description        ${description}
-maintainers	nomaintainer
-categories	gnome
-platforms	darwin
-homepage	http://www.gtkmm.org/
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2	yes
+name             gnome-vfsmm
+version          2.26.0
+set branch       [join [lrange [split ${version} .] 0 1] .]
+description      gnome-vfsmm provides C++ wrappers for gnome-vfs.
+long_description ${description}
+maintainers      nomaintainer
+categories       gnome
+platforms        darwin
 
-checksums       md5     d27d34b6a8722c557366729071c1baab \
-                sha1    a8a8093c3b99b3391981b5ff063ba32f91af4479 \
-                rmd160  3181c6671c0af2e31c9a06a969e1754cae3167ca
+homepage         http://www.gtkmm.org/
+master_sites     gnome:sources/${name}/${branch}/
+use_bzip2        yes
 
-depends_build   port:doxygen
+checksums        md5     d27d34b6a8722c557366729071c1baab \
+                 sha1    a8a8093c3b99b3391981b5ff063ba32f91af4479 \
+                 rmd160  3181c6671c0af2e31c9a06a969e1754cae3167ca
 
-depends_lib	port:glibmm \
-                port:gnome-vfs
+depends_build    port:doxygen
 
+depends_lib      port:glibmm \
+                 port:gnome-vfs
+
 configure.cflags-append -no-cpp-precomp
 configure.cflags-append -flat_namespace
 configure.cflags-append "-undefined suppress"
 
-livecheck.type  regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+livecheck.type   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/20100104/b5596d13/attachment.html>


More information about the macports-changes mailing list