[140309] trunk/dports/net/deluge/Portfile

devans at macports.org devans at macports.org
Wed Sep 16 15:43:33 PDT 2015


Revision: 140309
          https://trac.macports.org/changeset/140309
Author:   devans at macports.org
Date:     2015-09-16 15:43:33 -0700 (Wed, 16 Sep 2015)
Log Message:
-----------
deluge: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/net/deluge/Portfile

Modified: trunk/dports/net/deluge/Portfile
===================================================================
--- trunk/dports/net/deluge/Portfile	2015-09-16 22:12:25 UTC (rev 140308)
+++ trunk/dports/net/deluge/Portfile	2015-09-16 22:43:33 UTC (rev 140309)
@@ -1,59 +1,57 @@
 # -*- 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
-PortGroup       python 1.0
-PortGroup       active_variants 1.1
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           active_variants 1.1
 
-name            deluge
-version         1.3.11
-categories      net gnome python
-license         {GPL-3+ OpenSSLException}
-maintainers     devans openmaintainer
-supported_archs noarch
+name                deluge
+version             1.3.11
+categories          net gnome python
+license             {GPL-3+ OpenSSLException}
+maintainers         devans openmaintainer
+supported_archs     noarch
 
-description     A GNOME BitTorrent client.
-long_description \
-                Deluge is a GNOME client for the BitTorrent network written in python.
-homepage        http://www.deluge-torrent.org
-platforms       darwin
+description         A GNOME BitTorrent client.
+long_description    Deluge is a GNOME client for the BitTorrent network written in python.
+homepage            http://www.deluge-torrent.org
+platforms           darwin
 
-master_sites    http://download.deluge-torrent.org/source/
+master_sites        http://download.deluge-torrent.org/source/
 
-use_bzip2       yes
+use_bzip2           yes
 
-checksums       sha256  83e1f41b8a2a6e7ba86a54474692d4686db509b75441173d9603447f9e0ec898 \
-                rmd160  2fae725994972139609b7269b62a302b10558ab2
+checksums           sha256  83e1f41b8a2a6e7ba86a54474692d4686db509b75441173d9603447f9e0ec898 \
+                    rmd160  2fae725994972139609b7269b62a302b10558ab2
 
 depends_build-append \
-                port:intltool
+                    port:intltool
 
-depends_lib-append \
-                port:libtorrent-rasterbar \
-                port:librsvg \
-                port:xdg-utils
+depends_lib-append  port:libtorrent-rasterbar \
+                    port:librsvg \
+                    port:xdg-utils
 
-patchfiles      patch-remove-osx-native-menus.diff
+patchfiles          patch-remove-osx-native-menus.diff
 
-build.env       PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
-                PYTHON_LDFLAGS=-L${prefix}/lib \
-                CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
-                CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
+build.env           PYTHON_CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
+                    PYTHON_LDFLAGS=-L${prefix}/lib \
+                    CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
+                    CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
 
 variant python27 conflicts python26 description {Build for Python 2.7} {
         require_active_variants libtorrent-rasterbar python27
         python.default_version 27
         depends_lib-append \
-                port:dbus-python27 \
-                port:py27-chardet \
-                port:py27-game \
-                port:py27-pygtk \
-                port:py27-setuptools \
-                port:py27-xdg \
-                port:py27-twisted \
-                port:py27-twisted-web2 \
-                port:py27-openssl \
-                port:py27-mako
+                    port:dbus-python27 \
+                    port:py27-chardet \
+                    port:py27-game \
+                    port:py27-pygtk \
+                    port:py27-setuptools \
+                    port:py27-xdg \
+                    port:py27-twisted \
+                    port:py27-twisted-web2 \
+                    port:py27-openssl \
+                    port:py27-mako
 }
 
 default_variants +python27
@@ -65,6 +63,6 @@
         }
 }
 
-livecheck.type  regex
-livecheck.url   http://download.deluge-torrent.org/source/
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://download.deluge-torrent.org/source/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150916/343aac1d/attachment.html>


More information about the macports-changes mailing list