Received: by mail.netbsd.org (Postfix, from userid 605) id 4C12784EFD; Sun, 3 Mar 2024 20:57:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709499450; bh=xQ6j9gvStAo5kk3pNY+fgPaMsnPSQ7DCKN2QwOkzq+s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gP1inmr17PlVDx12HFBSRSXyaAFY1J3zP7xsdAUw8OOxWrCxvkms7LsGkJbgFQH30 kQKJw2Pqbok1Xhah9N6rkD9UDiGHEnLKc+vagn+OwifCH1xKY0lHaaUZZAXidR65G1 /ng1hnm51SQSL138TjGX3SSCN5dS4FGkfd2cUuiY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3826484D8B for ; Sun, 3 Mar 2024 20:57:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 XR5YLXwz3bt1 for ; Sun, 3 Mar 2024 20:57:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A0B6B84D1B for ; Sun, 3 Mar 2024 20:57:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709499448; bh=xQ6j9gvStAo5kk3pNY+fgPaMsnPSQ7DCKN2QwOkzq+s=; h=Date:From:Subject:To:Reply-To; b=VgCugMlqMBUf68EiUfiDCAoQVx1Hd0ObXp8inM2vfIql/0ExooWp0PRzUWLCtaHsC eg6XuwBRreGedN+ldMywBFRGyB3siRDWNBdCZXvVUWgzHX9itDno+CGPpdueaHKw1M 52PB6JxQqA2wBih34IhlhwhXoXAD+xiptd1Z7qdY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 998A8FA27; Sun, 3 Mar 2024 20:57:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170949944838710" MIME-Version: 1.0 Date: Sun, 3 Mar 2024 20:57:28 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/editres To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240303205728.998A8FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_170949944838710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Mar 3 20:57:28 UTC 2024 Modified Files: pkgsrc/x11/editres: Makefile distinfo Log Message: editres: update to 1.0.9. Alan Coopersmith (6): Ensure all *.c files include config.h before any other headers Re-enable code to use XKB Bells Add -help and -version options List which options were unrecognized before printing usage message gitlab CI: stop requiring Signed-off-by in commits editres 1.0.9 Peter Radisson (1): fix const error Walter Harms (9): FIX const warning FIX some const warnings stop const warnings stop const warnings stop const warnings stop const warnings stop const warnings fix initialization discards const Fix shadowing box To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/editres/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/editres/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170949944838710 Content-Disposition: inline Content-Length: 1754 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/editres/Makefile diff -u pkgsrc/x11/editres/Makefile:1.12 pkgsrc/x11/editres/Makefile:1.13 --- pkgsrc/x11/editres/Makefile:1.12 Wed Nov 9 13:14:19 2022 +++ pkgsrc/x11/editres/Makefile Sun Mar 3 20:57:28 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:19 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2024/03/03 20:57:28 wiz Exp $ -DISTNAME= editres-1.0.8 +DISTNAME= editres-1.0.9 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz @@ -17,4 +17,5 @@ MAKE_FLAGS+= appdefaultdir=${PREFIX}/li .include "../../x11/libXaw/buildlink3.mk" BUILDLINK_API_DEPENDS.libXt+= libXt>=1.0.99.1 .include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/editres/distinfo diff -u pkgsrc/x11/editres/distinfo:1.9 pkgsrc/x11/editres/distinfo:1.10 --- pkgsrc/x11/editres/distinfo:1.9 Sun Apr 3 18:39:42 2022 +++ pkgsrc/x11/editres/distinfo Sun Mar 3 20:57:28 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/04/03 18:39:42 wiz Exp $ +$NetBSD: distinfo,v 1.10 2024/03/03 20:57:28 wiz Exp $ -BLAKE2s (editres-1.0.8.tar.xz) = c3b6dd78a5d1ada25bc66dfff169ddcdafbb367f6404476031710a9f5f7bfd7e -SHA512 (editres-1.0.8.tar.xz) = 9a007ed7a02abf61af8b65a163a7289a1e960db390db401bdfad162aa642e0eb887ecf85be14093efd8567c68f5e01450bb8321403a203a00065fa21985c7922 -Size (editres-1.0.8.tar.xz) = 158476 bytes +BLAKE2s (editres-1.0.9.tar.xz) = e762437819d654a7d85d0751dd080d9151e23125357c0bae6dca759ca6589ede +SHA512 (editres-1.0.9.tar.xz) = b1abf32cad8f881b8b98c8b4a3280b09f581fc3a86188e86d5d435801676ec75377d8a636b9479a335c5c2321d358841f1194861913b2c17803758b626517230 +Size (editres-1.0.9.tar.xz) = 161300 bytes --_----------=_170949944838710--