Received: by mail.netbsd.org (Postfix, from userid 605) id F1F5084D9E; Mon, 9 Dec 2019 09:29:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A03084CE2 for ; Mon, 9 Dec 2019 09:29:16 +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 jf1wxrwGZjJb for ; Mon, 9 Dec 2019 09:29:15 +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 A9D5084CDB for ; Mon, 9 Dec 2019 09:29:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A3C70FA97; Mon, 9 Dec 2019 09:29:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15758837551430" MIME-Version: 1.0 Date: Mon, 9 Dec 2019 09:29:15 +0000 From: "ng0" Subject: CVS commit: pkgsrc/cross/dasm To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20191209092915.A3C70FA97@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. --_----------=_15758837551430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Mon Dec 9 09:29:15 UTC 2019 Modified Files: pkgsrc/cross/dasm: Makefile distinfo Log Message: cross/dasm: Revbump to avoid distfiles conflict. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/cross/dasm/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/cross/dasm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15758837551430 Content-Disposition: inline Content-Length: 1713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cross/dasm/Makefile diff -u pkgsrc/cross/dasm/Makefile:1.12 pkgsrc/cross/dasm/Makefile:1.13 --- pkgsrc/cross/dasm/Makefile:1.12 Sun Dec 8 23:58:52 2019 +++ pkgsrc/cross/dasm/Makefile Mon Dec 9 09:29:15 2019 @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2019/12/08 23:58:52 ng0 Exp $ +# $NetBSD: Makefile,v 1.13 2019/12/09 09:29:15 ng0 Exp $ # DISTNAME= dasm-2.20.11 +PKGREVISION= 1 +DIST_SUBDIR= ${PKGNAME_NOREV} CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GITHUB:=dasm-assembler/} -GITHUB_PROJECT= dasm GITHUB_TAG= 2.20.11 MAINTAINER= xmor61@users.sourceforge.net Index: pkgsrc/cross/dasm/distinfo diff -u pkgsrc/cross/dasm/distinfo:1.10 pkgsrc/cross/dasm/distinfo:1.11 --- pkgsrc/cross/dasm/distinfo:1.10 Sun Dec 8 23:58:52 2019 +++ pkgsrc/cross/dasm/distinfo Mon Dec 9 09:29:15 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2019/12/08 23:58:52 ng0 Exp $ +$NetBSD: distinfo,v 1.11 2019/12/09 09:29:15 ng0 Exp $ -SHA1 (dasm-2.20.11.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274 -RMD160 (dasm-2.20.11.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55 -SHA512 (dasm-2.20.11.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16 -Size (dasm-2.20.11.tar.gz) = 189028 bytes +SHA1 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 36ffd6784cad9c9503d6906c47718b9dd5f58274 +RMD160 (dasm-2.20.11/dasm-2.20.11.tar.gz) = e56d4fc5b41d1998de434d56f21ecd2d74d82a55 +SHA512 (dasm-2.20.11/dasm-2.20.11.tar.gz) = 0bcf7fa8b934129a416dbb8f238ae1a01401a469acc1e2fff30961f4c8e2fcb21132468ac0e41b40dd61b9efcbb9c109144ef293c0014bfcc394e880aea53d16 +Size (dasm-2.20.11/dasm-2.20.11.tar.gz) = 189028 bytes --_----------=_15758837551430--