Received: by mail.netbsd.org (Postfix, from userid 605) id 4EC3284D67; Wed, 15 Jan 2020 00:09:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5DD684D5D for ; Wed, 15 Jan 2020 00:09:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fB1snUAnVpZ4 for ; Wed, 15 Jan 2020 00:09:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3D6A184CD4 for ; Wed, 15 Jan 2020 00:09:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E81EFBF4; Wed, 15 Jan 2020 00:09:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579046978229980" MIME-Version: 1.0 Date: Wed, 15 Jan 2020 00:09:38 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/gssdp12 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200115000938.2E81EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579046978229980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jan 15 00:09:38 UTC 2020 Modified Files: pkgsrc/net/gssdp12: Makefile distinfo Log Message: gssdp12: update to 1.2.2. 1.2.2 ===== - Fix macOS dylib versioning - Update the required glib version to 2.54 - Fix setting the multicast sending interface Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gssdp/issues/4 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/gssdp12/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gssdp12/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579046978229980 Content-Disposition: inline Content-Length: 1985 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/gssdp12/Makefile diff -u pkgsrc/net/gssdp12/Makefile:1.4 pkgsrc/net/gssdp12/Makefile:1.5 --- pkgsrc/net/gssdp12/Makefile:1.4 Wed Nov 6 14:34:31 2019 +++ pkgsrc/net/gssdp12/Makefile Wed Jan 15 00:09:37 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2019/11/06 14:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/15 00:09:37 wiz Exp $ -DISTNAME= gssdp-1.2.1 +DISTNAME= gssdp-1.2.2 PKGNAME= ${DISTNAME:S/gssdp/gssdp12/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gssdp/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -23,6 +22,7 @@ PKGCONFIG_OVERRIDE+= output/meson-priva PKGCONFIG_OVERRIDE_STAGE= pre-install MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/libgssdp +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.54.0 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection= build .include "../../devel/gobject-introspection/buildlink3.mk" Index: pkgsrc/net/gssdp12/distinfo diff -u pkgsrc/net/gssdp12/distinfo:1.1 pkgsrc/net/gssdp12/distinfo:1.2 --- pkgsrc/net/gssdp12/distinfo:1.1 Tue Aug 20 11:26:13 2019 +++ pkgsrc/net/gssdp12/distinfo Wed Jan 15 00:09:37 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/20 11:26:13 wiz Exp $ +$NetBSD: distinfo,v 1.2 2020/01/15 00:09:37 wiz Exp $ -SHA1 (gssdp-1.2.1.tar.xz) = 4f48e321419a97c4e504a513ce7d82756d016b3f -RMD160 (gssdp-1.2.1.tar.xz) = c5024db80075ae12da5eadc0c84b9da33a6bfff4 -SHA512 (gssdp-1.2.1.tar.xz) = 1c207d97f2c3926c9880d5b76b2a031e791845af6d777ae5fdbbbc3d7b58e2f6fdc10cdac3135e11f5543a0a9a2cb93a80f615c845a31e865d35f0a28a3df1c1 -Size (gssdp-1.2.1.tar.xz) = 61252 bytes +SHA1 (gssdp-1.2.2.tar.xz) = b7b337935693b9d5edc0d8173cd2c6b64c2b7125 +RMD160 (gssdp-1.2.2.tar.xz) = 9655d6f2b0acc8aab0333e0a40e6e9c7ce08e473 +SHA512 (gssdp-1.2.2.tar.xz) = 3d962ac5a633492979d49c722bbbbeec88385fdbd063d3b68f6b82edbc62c9e78c556d48a904460dd04328bf7a79668dcf3ee33bf61a271ac926e01e2e645f68 +Size (gssdp-1.2.2.tar.xz) = 61444 bytes --_----------=_1579046978229980--