[143469] trunk/dports/gnome/system-tools-backends/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 13:19:38 PST 2015


Revision: 143469
          https://trac.macports.org/changeset/143469
Author:   mojca at macports.org
Date:     2015-12-12 13:19:38 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
system-tools-backends: whitespace, checksums only

Modified Paths:
--------------
    trunk/dports/gnome/system-tools-backends/Portfile

Modified: trunk/dports/gnome/system-tools-backends/Portfile
===================================================================
--- trunk/dports/gnome/system-tools-backends/Portfile	2015-12-12 21:16:39 UTC (rev 143468)
+++ trunk/dports/gnome/system-tools-backends/Portfile	2015-12-12 21:19:38 UTC (rev 143469)
@@ -1,49 +1,48 @@
 # -*- 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            system-tools-backends
-version         2.10.2
-revision        3
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-categories      gnome
-license         GPL-2+
-platforms       darwin
-description     Tools aimed to ease computer administration.
+name                system-tools-backends
+version             2.10.2
+revision            3
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         nomaintainer
+categories          gnome
+license             GPL-2+
+platforms           darwin
+description         Tools aimed to ease computer administration.
+long_description    Formerly known as the Ximian Setup Tools, the GST are \
+                    a fully integrated set of tools aimed to make easy the \
+                    job that means the computer administration on an UNIX \
+                    or Linux system. They're thought to help from the new \
+                    Linux or UNIX user to the system administrators. The \
+                    GNOME System Tools are free software, licensed under \
+                    the terms of the GNU General Public License.
 
-long_description \
-    Formerly known as the Ximian Setup Tools, the GST are \
-    a fully integrated set of tools aimed to make easy the \
-    job that means the computer administration on an UNIX \
-    or Linux system. They're thought to help from the new \
-    Linux or UNIX user to the system administrators. The \
-    GNOME System Tools are free software, licensed under \
-    the terms of the GNU General Public License.
+homepage            http://system-tools-backends.freedesktop.org/
+master_sites        gnome:sources/${name}/${branch}/
+use_bzip2           yes
 
-homepage        http://system-tools-backends.freedesktop.org/
-master_sites    gnome:sources/${name}/${branch}/
-use_bzip2       yes
+checksums           rmd160  ce13b758fddd00adb29e2c57f8c9b8b984d38eed \
+                    sha256  1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670
 
-checksums       sha256  1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_lib         port:dbus-glib \
+                    port:policykit \
+                    port:p5.16-net-dbus
 
-depends_lib     port:dbus-glib \
-                port:policykit \
-                port:p5.16-net-dbus
-
 # reconfigure using intltoolize and autoreconf for intltool 0.51 compatibility
 
 pre-configure {
     system -W ${worksrcpath} "intltoolize --automake --copy --force"
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.perl  ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl5.16
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/15bc0cab/attachment-0001.html>


More information about the macports-changes mailing list