Received: by mail.netbsd.org (Postfix, from userid 605) id 5FB2884D8E; Tue, 17 Apr 2018 08:41:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5375284D41 for ; Tue, 17 Apr 2018 08:41:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tadLqojh1gJl for ; Tue, 17 Apr 2018 08:41:47 +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 9637384C8D for ; Tue, 17 Apr 2018 08:41:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F357FBEC; Tue, 17 Apr 2018 08:41:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1523954507178640" MIME-Version: 1.0 Date: Tue, 17 Apr 2018 08:41:47 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/gobject-introspection To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180417084147.8F357FBEC@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. --_----------=_1523954507178640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 17 08:41:47 UTC 2018 Modified Files: pkgsrc/devel/gobject-introspection: Makefile distinfo Log Message: gobject-introspection: update to 1.56.1. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/gobject-introspection/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/gobject-introspection/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1523954507178640 Content-Disposition: inline Content-Length: 2167 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gobject-introspection/Makefile diff -u pkgsrc/devel/gobject-introspection/Makefile:1.54 pkgsrc/devel/gobject-introspection/Makefile:1.55 --- pkgsrc/devel/gobject-introspection/Makefile:1.54 Tue Feb 6 15:44:01 2018 +++ pkgsrc/devel/gobject-introspection/Makefile Tue Apr 17 08:41:47 2018 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2018/02/06 15:44:01 jperkin Exp $ +# $NetBSD: Makefile,v 1.55 2018/04/17 08:41:47 wiz Exp $ -DISTNAME= gobject-introspection-1.54.1 -PKGREVISION= 1 +DISTNAME= gobject-introspection-1.56.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/gobject-introspection/distinfo diff -u pkgsrc/devel/gobject-introspection/distinfo:1.27 pkgsrc/devel/gobject-introspection/distinfo:1.28 --- pkgsrc/devel/gobject-introspection/distinfo:1.27 Tue Feb 6 15:44:01 2018 +++ pkgsrc/devel/gobject-introspection/distinfo Tue Apr 17 08:41:47 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2018/02/06 15:44:01 jperkin Exp $ +$NetBSD: distinfo,v 1.28 2018/04/17 08:41:47 wiz Exp $ -SHA1 (gobject-introspection-1.54.1.tar.xz) = 975350b2a45a6de1e9334c37d7ef779c748c217a -RMD160 (gobject-introspection-1.54.1.tar.xz) = 6aa0bd6e6f9b95fb4d87832a3833c89fc71ed599 -SHA512 (gobject-introspection-1.54.1.tar.xz) = e9ebf9072f0986017c7608e23559918182926da910bb6c5bc9265ba98bcafbf276b8466b35be8ef4953e31d72710a1c91aeecccda42ba8d0cb91801df32d1186 -Size (gobject-introspection-1.54.1.tar.xz) = 1392504 bytes +SHA1 (gobject-introspection-1.56.1.tar.xz) = eef277357cf724bc521f203f0d47faaea2ae4f0c +RMD160 (gobject-introspection-1.56.1.tar.xz) = 55938f879f3211390063b56298604cb766142c60 +SHA512 (gobject-introspection-1.56.1.tar.xz) = 2bfcd45b8c5ad68a3f6550c2f80a6804db0e1a72ffaf4fdd3cec3d8acc23e79ad14bb5bf612fe26fc896691839ab19ca8dd1c9994db14d730e56fa79df9d973d +Size (gobject-introspection-1.56.1.tar.xz) = 1397812 bytes SHA1 (patch-aa) = 562071f5524de4c50571cb0c4625dcf3c933bac5 SHA1 (patch-ac) = 52174e01aa90a5cf75cfe2f255826c1e46f8e183 SHA1 (patch-giscanner_ccompiler.py) = a9408624d799be35941b7db3f4cbfe35cf6a8797 --_----------=_1523954507178640--