Received: by mail.netbsd.org (Postfix, from userid 605) id 732D784E98; Sat, 15 Feb 2020 07:30:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1DD884E91 for ; Sat, 15 Feb 2020 07:30:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BHdV7NnmF9Jp for ; Sat, 15 Feb 2020 07:30:06 +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 7BB3084D28 for ; Sat, 15 Feb 2020 07:30:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6E05AFBF4; Sat, 15 Feb 2020 07:30:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158175180656270" MIME-Version: 1.0 Date: Sat, 15 Feb 2020 07:30:06 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/cad/xcircuit To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200215073006.6E05AFBF4@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. --_----------=_158175180656270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Feb 15 07:30:06 UTC 2020 Modified Files: pkgsrc/cad/xcircuit: Makefile distinfo Log Message: (cad/xcircuit) Updated to 3.10.17. ChangeLog unknown To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/cad/xcircuit/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/cad/xcircuit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158175180656270 Content-Disposition: inline Content-Length: 1819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/xcircuit/Makefile diff -u pkgsrc/cad/xcircuit/Makefile:1.50 pkgsrc/cad/xcircuit/Makefile:1.51 --- pkgsrc/cad/xcircuit/Makefile:1.50 Sun Nov 10 14:23:59 2019 +++ pkgsrc/cad/xcircuit/Makefile Sat Feb 15 07:30:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2019/11/10 14:23:59 mef Exp $ +# $NetBSD: Makefile,v 1.51 2020/02/15 07:30:06 mef Exp $ -DISTNAME= xcircuit-3.10.13 +DISTNAME= xcircuit-3.10.17 CATEGORIES= cad graphics MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ EXTRACT_SUFX= .tgz Index: pkgsrc/cad/xcircuit/distinfo diff -u pkgsrc/cad/xcircuit/distinfo:1.21 pkgsrc/cad/xcircuit/distinfo:1.22 --- pkgsrc/cad/xcircuit/distinfo:1.21 Sun Nov 10 14:23:59 2019 +++ pkgsrc/cad/xcircuit/distinfo Sat Feb 15 07:30:06 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2019/11/10 14:23:59 mef Exp $ +$NetBSD: distinfo,v 1.22 2020/02/15 07:30:06 mef Exp $ -SHA1 (xcircuit-3.10.13.tgz) = 6e25a99a8dc618930cf9585369da1d7feb4f918c -RMD160 (xcircuit-3.10.13.tgz) = 191847a2f734a0e90bafa1b89ffb4b211b10a475 -SHA512 (xcircuit-3.10.13.tgz) = 41770f35ea245760c4af98441c4a3779d9c8512d16cb8d063d1d806cb45f7649676c7f86702d8d418fc8433e508386c088a681399ed32946d8c298879424fc9a -Size (xcircuit-3.10.13.tgz) = 1615156 bytes +SHA1 (xcircuit-3.10.17.tgz) = a11c4ac14fecfaeb092e3e5e683100ff98f701aa +RMD160 (xcircuit-3.10.17.tgz) = f9d94890ed9760e7ab62bd6bc44822b2b3651239 +SHA512 (xcircuit-3.10.17.tgz) = 0df4730adfd54baf8be480a94ecfa087c7885beb638e69ff29335320f73e284458f7762ddaf13f8521e1dcac01d7e5beec48f545da8868fd90b6f79f803ae165 +Size (xcircuit-3.10.17.tgz) = 1616440 bytes SHA1 (patch-aa) = 40e5caea7f6e6294eebff214f47aa9dc01498133 SHA1 (patch-ab) = 8c4d87dbd67b302f530b4f09201c82fcbec22dd5 SHA1 (patch-lib_tcl_xcircuit.sh.in) = 0c9882162bdd1cbd7f43d2e4aa2f329f3f91f958 --_----------=_158175180656270--