Received: by mail.netbsd.org (Postfix, from userid 605) id A111C84E97; Fri, 7 Oct 2022 18:02:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D30F684D13 for ; Fri, 7 Oct 2022 18:02:52 +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 oB4JL6POKeeP for ; Fri, 7 Oct 2022 18:02:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6995884CEE for ; Fri, 7 Oct 2022 18:02:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62AA3FA90; Fri, 7 Oct 2022 18:02:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16651657729180" MIME-Version: 1.0 Date: Fri, 7 Oct 2022 18:02:52 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/cad/gcad3d To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20221007180252.62AA3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16651657729180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Fri Oct 7 18:02:52 UTC 2022 Modified Files: pkgsrc/cad/gcad3d: Makefile Log Message: gcad3d: revbump due to x11/gtkglarea2 update To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/gcad3d/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16651657729180 Content-Disposition: inline Content-Length: 538 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/gcad3d/Makefile diff -u pkgsrc/cad/gcad3d/Makefile:1.1 pkgsrc/cad/gcad3d/Makefile:1.2 --- pkgsrc/cad/gcad3d/Makefile:1.1 Mon May 23 19:10:03 2022 +++ pkgsrc/cad/gcad3d/Makefile Fri Oct 7 18:02:52 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/05/23 19:10:03 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2022/10/07 18:02:52 nros Exp $ # # @@ -8,6 +8,7 @@ # DISTNAME= gcad3d-2.46.24 +PKGREVISION= 1 CATEGORIES= cad editors MASTER_SITES= ${MASTER_SITE_GITHUB:=gcad3d/} GITHUB_PROJECT= gcad3d --_----------=_16651657729180--