Received: by mail.netbsd.org (Postfix, from userid 605) id 51AE384D84; Fri, 1 Mar 2019 20:10:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE3A684D02 for ; Fri, 1 Mar 2019 20:10:11 +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 hNcu02bIvUvi for ; Fri, 1 Mar 2019 20:10:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5657684CDF for ; Fri, 1 Mar 2019 20:10:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 516FAFB16; Fri, 1 Mar 2019 20:10:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551471011270450" MIME-Version: 1.0 Date: Fri, 1 Mar 2019 20:10:11 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/devel/libgee To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20190301201011.516FAFB16@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. --_----------=_1551471011270450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Fri Mar 1 20:10:11 UTC 2019 Modified Files: pkgsrc/devel/libgee: Makefile distinfo Log Message: Update libgee to 0.20.1: libgee 0.20.1 ============= * Minor bug fixes libgee 0.20.0 ============= * No changes since previous release libgee 0.19.91 ============== * Fix to_array on enums and flags * Add additional query operations to Traversable To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/libgee/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/libgee/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551471011270450 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libgee/Makefile diff -u pkgsrc/devel/libgee/Makefile:1.32 pkgsrc/devel/libgee/Makefile:1.33 --- pkgsrc/devel/libgee/Makefile:1.32 Mon Sep 3 10:50:18 2018 +++ pkgsrc/devel/libgee/Makefile Fri Mar 1 20:10:11 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2018/09/03 10:50:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2019/03/01 20:10:11 youri Exp $ -DISTNAME= libgee-0.18.0 -PKGREVISION= 7 +DISTNAME= libgee-0.20.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgee/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/devel/libgee/distinfo diff -u pkgsrc/devel/libgee/distinfo:1.17 pkgsrc/devel/libgee/distinfo:1.18 --- pkgsrc/devel/libgee/distinfo:1.17 Tue Nov 3 03:27:41 2015 +++ pkgsrc/devel/libgee/distinfo Fri Mar 1 20:10:11 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2015/11/03 03:27:41 agc Exp $ +$NetBSD: distinfo,v 1.18 2019/03/01 20:10:11 youri Exp $ -SHA1 (libgee-0.18.0.tar.xz) = 67d2c37d7c4a8478b47829bd1a1b2b286ae795dc -RMD160 (libgee-0.18.0.tar.xz) = e6f40b16b762578f4da9bb50c3d73d16f89faf42 -SHA512 (libgee-0.18.0.tar.xz) = f3a6d7b6c07c9aabcfbe07116827395da962784e44216a8ea8f752b732e540339eb8c6af58beb9a77d4ecdecd1e09d4990d9aca7f04e9d6a510c8f9a6a79d1fc -Size (libgee-0.18.0.tar.xz) = 662296 bytes +SHA1 (libgee-0.20.1.tar.xz) = 39f30589e0833aa89ac37337d7b02c0a3e73e743 +RMD160 (libgee-0.20.1.tar.xz) = af7b11b7709d7b07981b45d30b65698ea0c0786a +SHA512 (libgee-0.20.1.tar.xz) = b991acfea965e0afa007adac0df1763c3b97b31bf2832c0408128d02f4bb237a03c583b4dd107de1ed877ef042614352c845b6ba5f8b6fb535f43e2400746d7f +Size (libgee-0.20.1.tar.xz) = 681464 bytes --_----------=_1551471011270450--