Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:30:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485146 - in head/net/gupnp: . files
Message-ID:  <201811171730.wAHHUlpE063096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:30:46 2018
New Revision: 485146
URL: https://svnweb.freebsd.org/changeset/ports/485146

Log:
  Update to 1.1.0
  
  - Rename VALA option to VAPI
  
  Changes:	https://gitlab.gnome.org/GNOME/gupnp/blob/master/NEWS

Modified:
  head/net/gupnp/Makefile
  head/net/gupnp/distinfo
  head/net/gupnp/files/patch-libgupnp-gupnp-control-point.c
  head/net/gupnp/pkg-plist

Modified: head/net/gupnp/Makefile
==============================================================================
--- head/net/gupnp/Makefile	Sat Nov 17 17:30:38 2018	(r485145)
+++ head/net/gupnp/Makefile	Sat Nov 17 17:30:46 2018	(r485146)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gupnp
-PORTVERSION=	1.0.3
+PORTVERSION=	1.1.0
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -12,29 +12,28 @@ COMMENT=	Framework for UPnP devices
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gobject-introspection>=0.6.4:devel/gobject-introspection \
-		gssdp>=0.14.13:net/gssdp
-LIB_DEPENDS=	libgssdp-1.0.so:net/gssdp \
+BUILD_DEPENDS=	glib>=2.44:devel/glib20 \
+		gobject-introspection>=1.36:devel/gobject-introspection \
+		gssdp>=1.1:net/gssdp \
+		libsoup>=2.48.0:devel/libsoup
+LIB_DEPENDS=	libgssdp-1.2.so:net/gssdp \
 		libsoup-2.4.so:devel/libsoup \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-OPTIONS_DEFINE=	VALA
+OPTIONS_DEFINE=	VAPI
 OPTIONS_SUB=	yes
-VALA_DESC=	Vala binding (requires net/gssdp with VALA enabled)
 
-CONFIGURE_ARGS=	--enable-introspection=yes
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
-USE_CSTD=	c11
+USES=		compiler:c11 gnome meson pathfix pkgconfig python:run shebangfix tar:xz
 USE_GNOME=	glib20 introspection:build libxml2
+
+MESON_ARGS=	-Dexamples=false -Dgtk_doc=false -Dintrospection=true
+USE_CSTD=	c11
 USE_LDCONFIG=	yes
-USES=		compiler:c11 gmake gnome libtool pathfix pkgconfig python:run shebangfix tar:xz
 
-SHEBANG_FILES=	tools/gupnp-binding-tool
+SHEBANG_FILES=	tools/gupnp-binding-tool-1.2
 
-VALA_BUILD_DEPENDS=	vala>=0.20:lang/vala
-VALA_CONFIGURE_ENV=	ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
-VALA_CONFIGURE_ENV_OFF=	ac_cv_path_VAPIGEN=""
+VAPI_BUILD_DEPENDS=	vala>=0.20:lang/vala
+VAPI_MESON_TRUE=	vapi
 
 .include <bsd.port.pre.mk>
 

Modified: head/net/gupnp/distinfo
==============================================================================
--- head/net/gupnp/distinfo	Sat Nov 17 17:30:38 2018	(r485145)
+++ head/net/gupnp/distinfo	Sat Nov 17 17:30:46 2018	(r485146)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533046220
-SHA256 (gupnp-1.0.3.tar.xz) = 794b162ee566d85eded8c3f3e8c9c99f6b718a6b812d8b56f0c2ed72ac37cbbb
-SIZE (gupnp-1.0.3.tar.xz) = 422912
+TIMESTAMP = 1542125635
+SHA256 (gupnp-1.1.0.tar.xz) = 05479fe75e72bdfcb6c9a6aaea15775a1df1cab504e3240de9740894167f3a50
+SIZE (gupnp-1.1.0.tar.xz) = 132836

Modified: head/net/gupnp/files/patch-libgupnp-gupnp-control-point.c
==============================================================================
--- head/net/gupnp/files/patch-libgupnp-gupnp-control-point.c	Sat Nov 17 17:30:38 2018	(r485145)
+++ head/net/gupnp/files/patch-libgupnp-gupnp-control-point.c	Sat Nov 17 17:30:46 2018	(r485146)
@@ -1,6 +1,6 @@
---- libgupnp/gupnp-control-point.c.orig	2015-03-30 17:49:16 UTC
+--- libgupnp/gupnp-control-point.c.orig	2018-11-12 22:04:49 UTC
 +++ libgupnp/gupnp-control-point.c
-@@ -692,7 +692,7 @@ parse_usn (const char *usn,
+@@ -795,7 +795,7 @@ parse_usn (const char *usn,
          /* Count elements */
          count = g_strv_length (bits);
  

Modified: head/net/gupnp/pkg-plist
==============================================================================
--- head/net/gupnp/pkg-plist	Sat Nov 17 17:30:38 2018	(r485145)
+++ head/net/gupnp/pkg-plist	Sat Nov 17 17:30:46 2018	(r485146)
@@ -1,90 +1,29 @@
-bin/gupnp-binding-tool
-include/gupnp-1.0/libgupnp/gupnp-acl.h
-include/gupnp-1.0/libgupnp/gupnp-context-manager.h
-include/gupnp-1.0/libgupnp/gupnp-context.h
-include/gupnp-1.0/libgupnp/gupnp-control-point.h
-include/gupnp-1.0/libgupnp/gupnp-device-info.h
-include/gupnp-1.0/libgupnp/gupnp-device-proxy.h
-include/gupnp-1.0/libgupnp/gupnp-device.h
-include/gupnp-1.0/libgupnp/gupnp-error.h
-include/gupnp-1.0/libgupnp/gupnp-resource-factory.h
-include/gupnp-1.0/libgupnp/gupnp-root-device.h
-include/gupnp-1.0/libgupnp/gupnp-service-info.h
-include/gupnp-1.0/libgupnp/gupnp-service-introspection.h
-include/gupnp-1.0/libgupnp/gupnp-service-proxy.h
-include/gupnp-1.0/libgupnp/gupnp-service.h
-include/gupnp-1.0/libgupnp/gupnp-types.h
-include/gupnp-1.0/libgupnp/gupnp-uuid.h
-include/gupnp-1.0/libgupnp/gupnp-white-list.h
-include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
-include/gupnp-1.0/libgupnp/gupnp.h
-lib/girepository-1.0/GUPnP-1.0.typelib
-lib/libgupnp-1.0.a
-lib/libgupnp-1.0.so
-lib/libgupnp-1.0.so.4
-lib/libgupnp-1.0.so.4.0.1
-libdata/pkgconfig/gupnp-1.0.pc
-share/gir-1.0/GUPnP-1.0.gir
-share/gtk-doc/html/gupnp/GUPnPAcl.html
-share/gtk-doc/html/gupnp/GUPnPContext.html
-share/gtk-doc/html/gupnp/GUPnPContextManager.html
-share/gtk-doc/html/gupnp/GUPnPControlPoint.html
-share/gtk-doc/html/gupnp/GUPnPDevice.html
-share/gtk-doc/html/gupnp/GUPnPDeviceInfo.html
-share/gtk-doc/html/gupnp/GUPnPDeviceProxy.html
-share/gtk-doc/html/gupnp/GUPnPResourceFactory.html
-share/gtk-doc/html/gupnp/GUPnPRootDevice.html
-share/gtk-doc/html/gupnp/GUPnPService.html
-share/gtk-doc/html/gupnp/GUPnPServiceInfo.html
-share/gtk-doc/html/gupnp/GUPnPServiceProxy.html
-share/gtk-doc/html/gupnp/GUPnPWhiteList.html
-share/gtk-doc/html/gupnp/GUPnPXMLDoc.html
-share/gtk-doc/html/gupnp/annotation-glossary.html
-share/gtk-doc/html/gupnp/api-context.html
-share/gtk-doc/html/gupnp/api-device-control.html
-share/gtk-doc/html/gupnp/api-device-impl.html
-share/gtk-doc/html/gupnp/api-device-info.html
-share/gtk-doc/html/gupnp/api-index-0-12-3.html
-share/gtk-doc/html/gupnp/api-index-0-13-0.html
-share/gtk-doc/html/gupnp/api-index-0-13-3.html
-share/gtk-doc/html/gupnp/api-index-0-17-0.html
-share/gtk-doc/html/gupnp/api-index-0-17-2.html
-share/gtk-doc/html/gupnp/api-index-0-19-1.html
-share/gtk-doc/html/gupnp/api-index-0-19-2.html
-share/gtk-doc/html/gupnp/api-index-0-20-11.html
-share/gtk-doc/html/gupnp/api-index-0-20-12.html
-share/gtk-doc/html/gupnp/api-index-0-20-3.html
-share/gtk-doc/html/gupnp/api-index-0-20-4.html
-share/gtk-doc/html/gupnp/api-index-0-20-5.html
-share/gtk-doc/html/gupnp/api-index-0-20-8.html
-share/gtk-doc/html/gupnp/api-index-0-20-9.html
-share/gtk-doc/html/gupnp/api-index-deprecated.html
-share/gtk-doc/html/gupnp/api-index-full.html
-share/gtk-doc/html/gupnp/api-tools.html
-share/gtk-doc/html/gupnp/api-utility.html
-share/gtk-doc/html/gupnp/api.html
-share/gtk-doc/html/gupnp/client-tutorial.html
-share/gtk-doc/html/gupnp/glossary.html
-share/gtk-doc/html/gupnp/gupnp-Error-codes.html
-share/gtk-doc/html/gupnp/gupnp-Special-UPnP-types.html
-share/gtk-doc/html/gupnp/gupnp-Utility-functions.html
-share/gtk-doc/html/gupnp/gupnp-binding-tool.html
-share/gtk-doc/html/gupnp/gupnp-gupnp-service-introspection.html
-share/gtk-doc/html/gupnp/gupnp.devhelp2
-share/gtk-doc/html/gupnp/home.png
-share/gtk-doc/html/gupnp/index.html
-share/gtk-doc/html/gupnp/left-insensitive.png
-share/gtk-doc/html/gupnp/left.png
-share/gtk-doc/html/gupnp/overview.html
-share/gtk-doc/html/gupnp/right-insensitive.png
-share/gtk-doc/html/gupnp/right.png
-share/gtk-doc/html/gupnp/schemas-device.html
-share/gtk-doc/html/gupnp/schemas-service.html
-share/gtk-doc/html/gupnp/schemas.html
-share/gtk-doc/html/gupnp/server-tutorial.html
-share/gtk-doc/html/gupnp/style.css
-share/gtk-doc/html/gupnp/tutorial.html
-share/gtk-doc/html/gupnp/up-insensitive.png
-share/gtk-doc/html/gupnp/up.png
-%%VALA%%share/vala/vapi/gupnp-1.0.deps
-%%VALA%%share/vala/vapi/gupnp-1.0.vapi
+bin/gupnp-binding-tool-1.2
+include/gupnp-1.2/libgupnp/gupnp-acl.h
+include/gupnp-1.2/libgupnp/gupnp-context-manager.h
+include/gupnp-1.2/libgupnp/gupnp-context.h
+include/gupnp-1.2/libgupnp/gupnp-control-point.h
+include/gupnp-1.2/libgupnp/gupnp-device-info.h
+include/gupnp-1.2/libgupnp/gupnp-device-proxy.h
+include/gupnp-1.2/libgupnp/gupnp-device.h
+include/gupnp-1.2/libgupnp/gupnp-enums.h
+include/gupnp-1.2/libgupnp/gupnp-error.h
+include/gupnp-1.2/libgupnp/gupnp-resource-factory.h
+include/gupnp-1.2/libgupnp/gupnp-root-device.h
+include/gupnp-1.2/libgupnp/gupnp-service-info.h
+include/gupnp-1.2/libgupnp/gupnp-service-introspection.h
+include/gupnp-1.2/libgupnp/gupnp-service-proxy.h
+include/gupnp-1.2/libgupnp/gupnp-service.h
+include/gupnp-1.2/libgupnp/gupnp-types.h
+include/gupnp-1.2/libgupnp/gupnp-uuid.h
+include/gupnp-1.2/libgupnp/gupnp-white-list.h
+include/gupnp-1.2/libgupnp/gupnp-xml-doc.h
+include/gupnp-1.2/libgupnp/gupnp.h
+lib/girepository-1.0/GUPnP-1.2.typelib
+lib/libgupnp-1.2.so
+lib/libgupnp-1.2.so.0
+lib/libgupnp-1.2.so.0.0.0
+libdata/pkgconfig/gupnp-1.2.pc
+share/gir-1.0/GUPnP-1.2.gir
+%%VAPI%%share/vala/vapi/gupnp-1.2.deps
+%%VAPI%%share/vala/vapi/gupnp-1.2.vapi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171730.wAHHUlpE063096>