Index: head/net/gssdp/Makefile =================================================================== --- head/net/gssdp/Makefile (revision 492390) +++ head/net/gssdp/Makefile (revision 492391) @@ -1,35 +1,35 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= gssdp -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for UPnP devices LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= glib>=2.34:devel/glib20 \ +BUILD_DEPENDS= glib>=2.44:devel/glib20 \ gobject-introspection>=1.36:devel/gobject-introspection \ libsoup>=2.26.1:devel/libsoup LIB_DEPENDS= libsoup-2.4.so:devel/libsoup OPTIONS_DEFINE= SNIFFER VAPI OPTIONS_SUB= yes SNIFFER_DESC= Build graphical SSDP sniffer USES= gnome meson pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build MESON_ARGS= -Dexamples=false -Dgtk_doc=false -Dintrospection=true USE_LDCONFIG= yes SNIFFER_MESON_TRUE= sniffer SNIFFER_USE= GNOME=gtk30 VAPI_BUILD_DEPENDS= vala>=0.20:lang/vala VAPI_MESON_TRUE= vapi .include Index: head/net/gssdp/distinfo =================================================================== --- head/net/gssdp/distinfo (revision 492390) +++ head/net/gssdp/distinfo (revision 492391) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547133852 -SHA256 (gssdp-1.1.2.tar.xz) = c68092343d4abb03f4a4ee032faa289f6da93b2e81b76b586e065889543b398f -SIZE (gssdp-1.1.2.tar.xz) = 58776 +TIMESTAMP = 1549565153 +SHA256 (gssdp-1.1.3.tar.xz) = c9535d784f49f365c0ed49ddb7bf5dec4c7b3790b407a53ffd67f16d9bda2cf5 +SIZE (gssdp-1.1.3.tar.xz) = 61544 Index: head/net/gssdp/files/patch-libgssdp-gssdp-net-posix.c =================================================================== --- head/net/gssdp/files/patch-libgssdp-gssdp-net-posix.c (nonexistent) +++ head/net/gssdp/files/patch-libgssdp-gssdp-net-posix.c (revision 492391) @@ -0,0 +1,11 @@ +--- libgssdp/gssdp-net-posix.c.orig 2019-02-05 21:59:14 UTC ++++ libgssdp/gssdp-net-posix.c +@@ -567,7 +567,7 @@ gssdp_net_list_devices (void) + + for (ifa = ifa_list; ifa != NULL; ifa = ifa->ifa_next) { + /* Filter for network devices - don't care for addresses */ +- if (ifa->ifa_addr->sa_family != AF_PACKET) { ++ if (ifa->ifa_addr->sa_family != AF_LINK) { + continue; + } + Property changes on: head/net/gssdp/files/patch-libgssdp-gssdp-net-posix.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property