Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FSY6qGS4; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PQvZbpdM Received: by mail.netbsd.org (Postfix, from userid 605) id 2957A84D6C; Sun, 28 Apr 2024 08:09:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714291790; bh=hLMTq9Thdx/XvcDTcT686RsbZrawtjNHlr46TDCdiA8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FSY6qGS4lWTLZiM8z6/799eNKGJxs0jcR9wwzIVUXdJZgitxCMzYLmxsgBGmsg5bK H5BQKB9uhfW3iOUs+GAu/tDtn9wJyowmIvWZ10rBDEVzL48iCzcdh2+Rn2pGygGdck tISdMt+Dfhqth7Jmp4TpZnvWWWv8UcmqIDZlpLOk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BB0D84D08 for ; Sun, 28 Apr 2024 08:09:49 +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 3_0YLO2wtyEA for ; Sun, 28 Apr 2024 08:09:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A188B84CFE for ; Sun, 28 Apr 2024 08:09:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714291788; bh=hLMTq9Thdx/XvcDTcT686RsbZrawtjNHlr46TDCdiA8=; h=Date:From:Subject:To:Reply-To; b=PQvZbpdMP3t70T92bcnHcQb1Pl+xPpO5u7O5qCpMN6L/M49npqAWARZAqP9DFm2KL tPitODO0fEmqtt4a1g3xnJoR9ecTesgTP19hYjT178hq8aa6689HF+RQwqE1jbdwQv nLbXRHx5IRzCZstAxJT2VcJqIu/VlnlhQAc8jPWg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94D8FFA2C; Sun, 28 Apr 2024 08:09:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714291788175650" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 08:09:48 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/openscad To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240428080948.94D8FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714291788175650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Apr 28 08:09:48 UTC 2024 Modified Files: pkgsrc/cad/openscad: Makefile Log Message: (cad/openscad) PKGREVISION++, sorry To generate a diff of this commit: cvs rdiff -u -r1.106 -r1.107 pkgsrc/cad/openscad/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714291788175650 Content-Disposition: inline Content-Length: 571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/openscad/Makefile diff -u pkgsrc/cad/openscad/Makefile:1.106 pkgsrc/cad/openscad/Makefile:1.107 --- pkgsrc/cad/openscad/Makefile:1.106 Sat Apr 6 08:04:54 2024 +++ pkgsrc/cad/openscad/Makefile Sun Apr 28 08:09:48 2024 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.106 2024/04/06 08:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2024/04/28 08:09:48 mef Exp $ VERSION= 2021.01 DISTNAME= openscad-${VERSION} -PKGREVISION= 27 +PKGREVISION= 28 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_GITHUB:=openscad/} GITHUB_TAG= openscad-${VERSION} --_----------=_1714291788175650--