[139172] trunk/dports/net/libtorrent-rasterbar/Portfile
devans at macports.org
devans at macports.org
Wed Aug 5 07:38:46 PDT 2015
Revision: 139172
https://trac.macports.org/changeset/139172
Author: devans at macports.org
Date: 2015-08-05 07:38:46 -0700 (Wed, 05 Aug 2015)
Log Message:
-----------
libtorrent-rasterbar: reformat, white space only.
Modified Paths:
--------------
trunk/dports/net/libtorrent-rasterbar/Portfile
Modified: trunk/dports/net/libtorrent-rasterbar/Portfile
===================================================================
--- trunk/dports/net/libtorrent-rasterbar/Portfile 2015-08-05 14:31:05 UTC (rev 139171)
+++ trunk/dports/net/libtorrent-rasterbar/Portfile 2015-08-05 14:38:46 UTC (rev 139172)
@@ -1,54 +1,52 @@
# -*- 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 active_variants 1.1
-PortGroup compiler_blacklist_versions 1.0
+PortSystem 1.0
+PortGroup active_variants 1.1
+PortGroup compiler_blacklist_versions 1.0
-name libtorrent-rasterbar
-version 1.0.5
-license BSD
-categories net
-maintainers devans openmaintainer
-platforms darwin
-homepage http://www.rasterbar.com/products/libtorrent/
-master_sites sourceforge:libtorrent
+name libtorrent-rasterbar
+version 1.0.5
+license BSD
+categories net
+maintainers devans openmaintainer
+platforms darwin
+homepage http://www.rasterbar.com/products/libtorrent/
+master_sites sourceforge:libtorrent
-description \
- A C++ bittorrent library (not the same as port libtorrent)
+description A C++ bittorrent library (not the same as port libtorrent)
-long_description \
- A C++ bittorrent library designed to run on anything from embedded systems to large scale \
- seed servers. It comes with python bindings and detailed documentation.
+long_description A C++ bittorrent library designed to run on anything from embedded systems to large scale \
+ seed servers. It comes with python bindings and detailed documentation.
-checksums rmd160 9139356e7adb0ab1f6fb42267629bd584f1cb580 \
- sha256 474a43da2147bec7e333c10f70b07221f4732dd67e071d5e90acc7edb8f657b0
+checksums rmd160 9139356e7adb0ab1f6fb42267629bd584f1cb580 \
+ sha256 474a43da2147bec7e333c10f70b07221f4732dd67e071d5e90acc7edb8f657b0
-depends_build port:pkgconfig
+depends_build port:pkgconfig
-depends_lib port:boost \
- port:libgeoip \
- port:openssl
+depends_lib port:boost \
+ port:libgeoip \
+ port:openssl
-patchfiles patch-configure.diff \
- patch-bindings-python-setup.py.diff
+patchfiles patch-configure.diff \
+ patch-bindings-python-setup.py.diff
-post-patch {
- reinplace "s|__MP_BUILD_ARCH__|${build_arch}|" ${worksrcpath}/bindings/python/setup.py
- }
+post-patch {
+ reinplace "s|__MP_BUILD_ARCH__|${build_arch}|" ${worksrcpath}/bindings/python/setup.py
+}
compiler.blacklist *gcc* {clang < 300}
-configure.args --disable-silent-rules \
- --enable-python-binding \
- --enable-geoip \
- --with-libgeoip \
- --with-boost-libdir="${prefix}/lib" \
- --with-boost-python="boost_python-mt"
+configure.args --disable-silent-rules \
+ --enable-python-binding \
+ --enable-geoip \
+ --with-libgeoip \
+ --with-boost-libdir="${prefix}/lib" \
+ --with-boost-python="boost_python-mt"
-universal_variant no
+universal_variant no
-variant python27 conflicts python26 description {Build bindings for Python 2.7} {
+variant python27 description {Build bindings for Python 2.7} {
require_active_variants boost python27
depends_lib-append port:python27
configure.python ${prefix}/bin/python2.7
@@ -61,6 +59,6 @@
configure.args-append --enable-logging=errors
}
-default_variants +python27
+default_variants +python27
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150805/d691afe6/attachment.html>
More information about the macports-changes
mailing list