Received: by mail.netbsd.org (Postfix, from userid 605) id 4BFEF84D9A; Sun, 10 Feb 2019 23:30:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C917784D94 for ; Sun, 10 Feb 2019 23:30:57 +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 ZsM0J6aMSqnv for ; Sun, 10 Feb 2019 23:30:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B63E84C85 for ; Sun, 10 Feb 2019 23:30:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 48E78FB16; Sun, 10 Feb 2019 23:30:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549841457273050" MIME-Version: 1.0 Date: Sun, 10 Feb 2019 23:30:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/bitmap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190210233057.48E78FB16@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. --_----------=_1549841457273050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 10 23:30:57 UTC 2019 Modified Files: pkgsrc/x11/bitmap: Makefile distinfo Log Message: bitmap: update to 1.0.9. This release fixes a long standing bug in the bitmap editor where operations would not work properly when NumLock was on. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration bitmap 1.0.9 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Walter Harms (1): same time ago the user Frederic Baldit complained (on xorg) that To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/bitmap/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/bitmap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549841457273050 Content-Disposition: inline Content-Length: 1563 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/bitmap/Makefile diff -u pkgsrc/x11/bitmap/Makefile:1.10 pkgsrc/x11/bitmap/Makefile:1.11 --- pkgsrc/x11/bitmap/Makefile:1.10 Sat Jan 17 09:10:59 2015 +++ pkgsrc/x11/bitmap/Makefile Sun Feb 10 23:30:57 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2015/01/17 09:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2019/02/10 23:30:57 wiz Exp $ -DISTNAME= bitmap-1.0.8 +DISTNAME= bitmap-1.0.9 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/bitmap/distinfo diff -u pkgsrc/x11/bitmap/distinfo:1.6 pkgsrc/x11/bitmap/distinfo:1.7 --- pkgsrc/x11/bitmap/distinfo:1.6 Wed Nov 4 03:28:26 2015 +++ pkgsrc/x11/bitmap/distinfo Sun Feb 10 23:30:57 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 03:28:26 agc Exp $ +$NetBSD: distinfo,v 1.7 2019/02/10 23:30:57 wiz Exp $ -SHA1 (bitmap-1.0.8.tar.bz2) = 84fc49daa5411677d05a134ee2f7e76301fa89d8 -RMD160 (bitmap-1.0.8.tar.bz2) = 09323d68cca6899c59a75d5003abf4ccac5fa23c -SHA512 (bitmap-1.0.8.tar.bz2) = caa9f112254d59b3d0ad2d455dd8a896923250984f82135b8b7bf79a8645aff2e1a1c4cae6c8b1ba0cb2fcd89c4a6724091cb8c50b22d6524a53cca64585e303 -Size (bitmap-1.0.8.tar.bz2) = 177558 bytes +SHA1 (bitmap-1.0.9.tar.bz2) = 26ba3130b14a2db81b427f2353ac21301c5d2527 +RMD160 (bitmap-1.0.9.tar.bz2) = 7e5fc4364c0f5745780d698cb88223f8785d3597 +SHA512 (bitmap-1.0.9.tar.bz2) = 873c626c72a0f4025fe8c8aeedbf3fe4ee5657fb487ad7410406a20da518c0358041dc45c2549926cc10e1d031977073b9d1ddb32830fdce95b716a52fe44456 +Size (bitmap-1.0.9.tar.bz2) = 181401 bytes --_----------=_1549841457273050--