[131876] trunk/dports/net/gupnp/Portfile
devans at macports.org
devans at macports.org
Tue Jan 20 00:28:51 PST 2015
Revision: 131876
https://trac.macports.org/changeset/131876
Author: devans at macports.org
Date: 2015-01-20 00:28:51 -0800 (Tue, 20 Jan 2015)
Log Message:
-----------
gupnp: reformat, white space only.
Modified Paths:
--------------
trunk/dports/net/gupnp/Portfile
Modified: trunk/dports/net/gupnp/Portfile
===================================================================
--- trunk/dports/net/gupnp/Portfile 2015-01-20 08:26:11 UTC (rev 131875)
+++ trunk/dports/net/gupnp/Portfile 2015-01-20 08:28:51 UTC (rev 131876)
@@ -1,39 +1,38 @@
# -*- 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 compiler_blacklist_versions 1.0
+PortSystem 1.0
+PortGroup compiler_blacklist_versions 1.0
-name gupnp
-version 0.20.12
-license LGPL
-set branch [join [lrange [split ${version} .] 0 1] .]
-description GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.
+name gupnp
+version 0.20.12
+license LGPL
+set branch [join [lrange [split ${version} .] 0 1] .]
+description GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points.
-long_description \
- GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, \
- written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. \
- It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.
+long_description GUPnP is an elegant, object-oriented open source framework for creating UPnP devices and control points, \
+ written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. \
+ It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals.
-maintainers devans openmaintainer
-categories net gnome
-platforms darwin
-homepage https://wiki.gnome.org/Projects/GUPnP
-master_sites gnome:sources/${name}/${branch}/
+maintainers devans openmaintainer
+categories net gnome
+platforms darwin
+homepage https://wiki.gnome.org/Projects/GUPnP
+master_sites gnome:sources/${name}/${branch}/
-use_xz yes
+use_xz yes
-checksums rmd160 ec84d9d351ca0f6d8b5821719f39d0b25abad2b1 \
- sha256 205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69
+checksums rmd160 ec84d9d351ca0f6d8b5821719f39d0b25abad2b1 \
+ sha256 205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69
-depends_build port:pkgconfig
+depends_build port:pkgconfig
-depends_lib port:gssdp \
- port:libsoup \
- port:libxml2 \
- port:gobject-introspection \
- port:ossp-uuid \
- port:vala
+depends_lib port:gssdp \
+ port:libsoup \
+ port:libxml2 \
+ port:gobject-introspection \
+ port:ossp-uuid \
+ port:vala
# blacklist compilers that do not support C11
# due to error: redefinition of typedef 'GUPnPService'
@@ -41,7 +40,7 @@
compiler.blacklist *gcc* {clang < 300}
-configure.args --disable-silent-rules \
- --enable-introspection=yes
+configure.args --disable-silent-rules \
+ --enable-introspection=yes
-livecheck.type gnome
+livecheck.type gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150120/18da1dd9/attachment.html>
More information about the macports-changes
mailing list