Received: by mail.netbsd.org (Postfix, from userid 605) id 3A47C84D45; Mon, 7 Sep 2020 11:26:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6A4A84D44 for ; Mon, 7 Sep 2020 11:26:58 +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 YE7UlioGHGYB for ; Mon, 7 Sep 2020 11:26:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C02884D35 for ; Mon, 7 Sep 2020 11:26:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33A05FB28; Mon, 7 Sep 2020 11:26:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599478018100140" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 11:26:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/p5-cairo-gobject To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907112658.33A05FB28@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. --_----------=_1599478018100140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 11:26:58 UTC 2020 Modified Files: pkgsrc/graphics/p5-cairo-gobject: Makefile distinfo Log Message: p5-cairo-gobject: update to 1.005. Overview of changes in Cairo::GObject 1.005 =========================================== * Fix typo "registed" in comment (GNOME/perl-cairo-gobject!1) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/p5-cairo-gobject/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/p5-cairo-gobject/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599478018100140 Content-Disposition: inline Content-Length: 1812 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/p5-cairo-gobject/Makefile diff -u pkgsrc/graphics/p5-cairo-gobject/Makefile:1.16 pkgsrc/graphics/p5-cairo-gobject/Makefile:1.17 --- pkgsrc/graphics/p5-cairo-gobject/Makefile:1.16 Mon Aug 31 18:09:45 2020 +++ pkgsrc/graphics/p5-cairo-gobject/Makefile Mon Sep 7 11:26:58 2020 @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2020/08/31 18:09:45 wiz Exp $ -# +# $NetBSD: Makefile,v 1.17 2020/09/07 11:26:58 wiz Exp $ -DISTNAME= Cairo-GObject-1.004 +DISTNAME= Cairo-GObject-1.005 PKGNAME= p5-${DISTNAME:tl} -PKGREVISION= 13 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} Index: pkgsrc/graphics/p5-cairo-gobject/distinfo diff -u pkgsrc/graphics/p5-cairo-gobject/distinfo:1.2 pkgsrc/graphics/p5-cairo-gobject/distinfo:1.3 --- pkgsrc/graphics/p5-cairo-gobject/distinfo:1.2 Tue Nov 3 21:34:14 2015 +++ pkgsrc/graphics/p5-cairo-gobject/distinfo Mon Sep 7 11:26:58 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 21:34:14 agc Exp $ +$NetBSD: distinfo,v 1.3 2020/09/07 11:26:58 wiz Exp $ -SHA1 (Cairo-GObject-1.004.tar.gz) = a77ac5a75f4e5becf93e7c7a0c6bf23bd9930484 -RMD160 (Cairo-GObject-1.004.tar.gz) = 2d15dcfe2271c2205c9d00b15f9a2aaddb56cbd0 -SHA512 (Cairo-GObject-1.004.tar.gz) = fa48e1f6466e0a9d6ebf44205f55459dc8af7b3e94d0cd93e4b4ab985969e6940f96926c485a70ecf2dc6fdc5896e743751fcb615cc5d2e614c091b8b5564bd9 -Size (Cairo-GObject-1.004.tar.gz) = 16786 bytes +SHA1 (Cairo-GObject-1.005.tar.gz) = 57d0ad960dff09755e2fbb02c2b745fa79d31517 +RMD160 (Cairo-GObject-1.005.tar.gz) = 0e92c15f274761c78351d9c3889d1b5f75f1fd0d +SHA512 (Cairo-GObject-1.005.tar.gz) = 45f1e3ff6f8a90347175c66e5a854acd22285cd48a9aa07344c046add283892d6188e88f69d64798dc5323cb17aa442853915ed2081b5ec4e2a735b89cd11b1e +Size (Cairo-GObject-1.005.tar.gz) = 16790 bytes --_----------=_1599478018100140--