Received: by mail.netbsd.org (Postfix, from userid 605) id C163F84D91; Tue, 16 Jun 2020 10:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BE3B84D82 for ; Tue, 16 Jun 2020 10:53:14 +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 nQQAEVfE0FBX for ; Tue, 16 Jun 2020 10:53:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C7A0C84D3F for ; Tue, 16 Jun 2020 10:53:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1658FB28; Tue, 16 Jun 2020 10:53:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592304793187380" MIME-Version: 1.0 Date: Tue, 16 Jun 2020 10:53:13 +0000 From: "pin" Subject: CVS commit: pkgsrc/math/lumina-calculator To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200616105313.C1658FB28@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. --_----------=_1592304793187380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Jun 16 10:53:13 UTC 2020 Modified Files: pkgsrc/math/lumina-calculator: Makefile distinfo Log Message: math/lumina-calculator: Fix github package nomenclature To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/lumina-calculator/Makefile \ pkgsrc/math/lumina-calculator/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592304793187380 Content-Disposition: inline Content-Length: 2012 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/lumina-calculator/Makefile diff -u pkgsrc/math/lumina-calculator/Makefile:1.1 pkgsrc/math/lumina-calculator/Makefile:1.2 --- pkgsrc/math/lumina-calculator/Makefile:1.1 Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/Makefile Tue Jun 16 10:53:13 2020 @@ -1,12 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2020/06/16 08:18:42 pin Exp $ +# $NetBSD: Makefile,v 1.2 2020/06/16 10:53:13 pin Exp $ -GITHUB_PROJECT= lumina-calculator -GITHUB_TAG= v1.6.0 -DISTNAME= v1.6.0 -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME:S,^v,,} +DISTNAME= lumina-calculator-1.6.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=lumina-desktop/} -DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= pin@NetBSD.org HOMEPAGE= https://github.com/lumina-desktop/lumina-calculator/ Index: pkgsrc/math/lumina-calculator/distinfo diff -u pkgsrc/math/lumina-calculator/distinfo:1.1 pkgsrc/math/lumina-calculator/distinfo:1.2 --- pkgsrc/math/lumina-calculator/distinfo:1.1 Tue Jun 16 08:18:42 2020 +++ pkgsrc/math/lumina-calculator/distinfo Tue Jun 16 10:53:13 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2020/06/16 08:18:42 pin Exp $ +$NetBSD: distinfo,v 1.2 2020/06/16 10:53:13 pin Exp $ -SHA1 (lumina-calculator/v1.6.0.tar.gz) = b1e36971d9cdd917c0eb596714a0c6cc6f45402c -RMD160 (lumina-calculator/v1.6.0.tar.gz) = 71cbfe6eda6bad655cd577ef1591eddb540327cf -SHA512 (lumina-calculator/v1.6.0.tar.gz) = e4005a3b17ff46a90b07f6dd22c7b2c6156c9c26396aefd33394fa5bbb434437e5361a276868b8e2b8753a17b13604b448094b1c04a34e3360fae4f78a271e37 -Size (lumina-calculator/v1.6.0.tar.gz) = 31287 bytes +SHA1 (lumina-calculator-1.6.0.tar.gz) = b1e36971d9cdd917c0eb596714a0c6cc6f45402c +RMD160 (lumina-calculator-1.6.0.tar.gz) = 71cbfe6eda6bad655cd577ef1591eddb540327cf +SHA512 (lumina-calculator-1.6.0.tar.gz) = e4005a3b17ff46a90b07f6dd22c7b2c6156c9c26396aefd33394fa5bbb434437e5361a276868b8e2b8753a17b13604b448094b1c04a34e3360fae4f78a271e37 +Size (lumina-calculator-1.6.0.tar.gz) = 31287 bytes --_----------=_1592304793187380--