[128339] trunk/dports/perl/p5-net-dbus/Portfile

devans at macports.org devans at macports.org
Wed Nov 19 03:19:49 PST 2014


Revision: 128339
          https://trac.macports.org/changeset/128339
Author:   devans at macports.org
Date:     2014-11-19 03:19:49 -0800 (Wed, 19 Nov 2014)
Log Message:
-----------
p5-net-dbus: retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-net-dbus/Portfile

Modified: trunk/dports/perl/p5-net-dbus/Portfile
===================================================================
--- trunk/dports/perl/p5-net-dbus/Portfile	2014-11-19 10:07:58 UTC (rev 128338)
+++ trunk/dports/perl/p5-net-dbus/Portfile	2014-11-19 11:19:49 UTC (rev 128339)
@@ -1,32 +1,34 @@
 # -*- 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
-PortGroup       perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup     net-dbus 0.33.6 ../../authors/id/D/DA/DANBERR/
-revision        4
-platforms       darwin
-license         {Artistic-1 GPL-2+}
-maintainers     nomaintainer
-description     Net::DBus - Perl extension for the DBus message system
+perl5.setup         net-dbus 0.33.6 ../../authors/id/D/DA/DANBERR/
+revision            4
+platforms           darwin
+license             {Artistic-1 GPL-2+}
+maintainers         nomaintainer
+description         Net::DBus - Perl extension for the DBus message system
 
-long_description \
-    ${description}
+long_description    ${description}
 
-homepage        http://search.cpan.org/~danberr/Net-DBus/
-distname        Net-DBus-${perl5.moduleversion}
+homepage            http://search.cpan.org/~danberr/Net-DBus/
+distname            Net-DBus-${perl5.moduleversion}
 
-checksums       md5     a1dbce89b1b839fd0e46d74067ae2e35 \
-                sha1    6f55ed159622239d3727273d0a14fdb0b37e9c1c \
-                rmd160  080f69843ad1a337b65da55efe93bbec0893d40e
+checksums           md5     a1dbce89b1b839fd0e46d74067ae2e35 \
+                    sha1    6f55ed159622239d3727273d0a14fdb0b37e9c1c \
+                    rmd160  080f69843ad1a337b65da55efe93bbec0893d40e
 
 if {${perl5.major} != ""} {
-depends_build   port:pkgconfig port:dbus
-depends_lib-append port:p${perl5.major}-xml-twig
+    depends_build-append \
+                    port:pkgconfig port:dbus
+    depends_lib-append \
+                    port:p${perl5.major}-xml-twig
 
-use_parallel_build  yes
+    use_parallel_build  yes
 }
-livecheck.type  regex
-livecheck.regex {Net-DBus-(\d+(?:\.\d+)*)}
+
+livecheck.type      regex
+livecheck.regex     {Net-DBus-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141119/4f67aa1c/attachment.html>


More information about the macports-changes mailing list