[44985] trunk/dports/gnome/gdl/Portfile

blb at macports.org blb at macports.org
Mon Jan 5 20:27:37 PST 2009


Revision: 44985
          http://trac.macports.org/changeset/44985
Author:   blb at macports.org
Date:     2009-01-05 20:27:36 -0800 (Mon, 05 Jan 2009)
Log Message:
-----------
gnome/gdl - whitespace changes

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

Modified: trunk/dports/gnome/gdl/Portfile
===================================================================
--- trunk/dports/gnome/gdl/Portfile	2009-01-06 04:03:33 UTC (rev 44984)
+++ trunk/dports/gnome/gdl/Portfile	2009-01-06 04:27:36 UTC (rev 44985)
@@ -1,26 +1,29 @@
 # -*- 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                gdl
+version             0.7.11
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome devel
+maintainers         nomaintainer
+description         GNOME development library.
+long_description \
+   This package contains components and libraries that are intended to be \
+   shared between GNOME development tools, including gnome-debug, \
+   gnome-build, and anjuta2.
 
-name            gdl
-version         0.7.11
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GNOME development library.
-long_description This package contains components and libraries \
-                that are intended to be shared between GNOME \
-                development tools, including gnome-debug, \
-                gnome-build, and anjuta2.
-maintainers	nomaintainer
-categories	gnome devel
-platforms	darwin
-homepage	http://www.anjuta.org/
-master_sites    gnome:sources/${name}/${branch}/
-checksums	md5 74f529cc2623376ee793be65439f54d6
-use_bzip2	yes
-depends_lib	port:libgnomeui \
-                port:librsvg
+platforms           darwin
 
-livecheck.check regex
-livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
-livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+homepage            http://www.anjuta.org/
+master_sites        gnome:sources/${name}/${branch}/
+use_bzip2           yes
+
+checksums           md5 74f529cc2623376ee793be65439f54d6
+
+depends_lib         port:libgnomeui port:librsvg
+
+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/20090105/043d2231/attachment.html>


More information about the macports-changes mailing list