[136642] users/devans/GNOME-3/stable/dports/net/gupnp

devans at macports.org devans at macports.org
Sat May 23 08:12:24 PDT 2015


Revision: 136642
          https://trac.macports.org/changeset/136642
Author:   devans at macports.org
Date:     2015-05-23 08:12:23 -0700 (Sat, 23 May 2015)
Log Message:
-----------
GNOME-3/stable: gupnp, update to version 0.20.14, now detects and uses osx libuuid rather than an external one.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/net/gupnp/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/net/gupnp/files/
    users/devans/GNOME-3/stable/dports/net/gupnp/files/patch-osx-uuid.diff

Modified: users/devans/GNOME-3/stable/dports/net/gupnp/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/net/gupnp/Portfile	2015-05-23 15:05:26 UTC (rev 136641)
+++ users/devans/GNOME-3/stable/dports/net/gupnp/Portfile	2015-05-23 15:12:23 UTC (rev 136642)
@@ -6,7 +6,7 @@
 PortGroup           gobject_introspection 1.0
 
 name                gupnp
-version             0.20.13
+version             0.20.14
 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.
@@ -23,15 +23,14 @@
 
 use_xz              yes
 
-checksums           rmd160  bb1c41f910de4b14e7babda0fef0420415400a4b \
-                    sha256  d779b094f13097a5900689b3587e5b495d79112d0855ed842577acba25c902b3
+checksums           rmd160  ce7b99ce7d3342f85ae6a61890f5d76e5b7666d4 \
+                    sha256  77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd
 
 depends_build       port:pkgconfig
 
 depends_lib         port:gssdp \
                     port:libsoup \
                     port:libxml2 \
-                    port:ossp-uuid \
                     port:vala
 
 # blacklist compilers that do not support C11
@@ -42,6 +41,8 @@
 
 gobject_introspection yes
 
+patchfiles          patch-osx-uuid.diff
+
 configure.args      --disable-silent-rules
 
 livecheck.type      gnome

Added: users/devans/GNOME-3/stable/dports/net/gupnp/files/patch-osx-uuid.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/net/gupnp/files/patch-osx-uuid.diff	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/net/gupnp/files/patch-osx-uuid.diff	2015-05-23 15:12:23 UTC (rev 136642)
@@ -0,0 +1,18 @@
+--- libgupnp/guul.c.orig	2015-05-22 14:03:50.000000000 -0700
++++ libgupnp/guul.c	2015-05-22 14:06:57.000000000 -0700
+@@ -21,10 +21,14 @@
+ 
+ #include <guul.h>
+ 
+-#if defined(GUUL_PLATFORM_GENERIC) || defined(GUUL_PLATFORM_OSX) || defined(GUUL_PLATFORM_BSD)
++#if defined(GUUL_PLATFORM_GENERIC) || defined(GUUL_PLATFORM_BSD)
+ #   include <uuid.h>
+ #endif
+ 
++#if defined(GUUL_PLATFORM_OSX)
++#   include <uuid/uuid.h>
++#endif
++
+ #if defined(GUUL_PLATFORM_WINDOWS)
+ #    include <rpc.h>
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150523/532156d6/attachment.html>


More information about the macports-changes mailing list