Received: by mail.netbsd.org (Postfix, from userid 605) id 74B4084D7E; Tue, 26 Nov 2019 14:37:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F24AD84D76 for ; Tue, 26 Nov 2019 14:37:54 +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 qU4KgZI87hUR for ; Tue, 26 Nov 2019 14:37:54 +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 7B1F484CDA for ; Tue, 26 Nov 2019 14:37:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6ED88FA97; Tue, 26 Nov 2019 14:37:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574779074191800" MIME-Version: 1.0 Date: Tue, 26 Nov 2019 14:37:54 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/graphics/krita To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20191126143754.6ED88FA97@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. --_----------=_1574779074191800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Tue Nov 26 14:37:54 UTC 2019 Modified Files: pkgsrc/graphics/krita: Makefile Log Message: Simplify MASTER_SITES To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/krita/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574779074191800 Content-Disposition: inline Content-Length: 657 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/krita/Makefile diff -u pkgsrc/graphics/krita/Makefile:1.35 pkgsrc/graphics/krita/Makefile:1.36 --- pkgsrc/graphics/krita/Makefile:1.35 Thu Nov 7 12:38:06 2019 +++ pkgsrc/graphics/krita/Makefile Tue Nov 26 14:37:54 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.35 2019/11/07 12:38:06 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2019/11/26 14:37:54 ryoon Exp $ DISTNAME= krita-4.1.3 PKGREVISION= 18 CATEGORIES= misc kde -MASTER_SITES= ${MASTER_SITE_KDE:=krita/${DISTNAME:S/krita-//}/} +MASTER_SITES= ${MASTER_SITE_KDE:=krita/${PKGVERSION_NOREV}/} MAINTAINER= maya@NetBSD.org HOMEPAGE= http://www.krita.org/ --_----------=_1574779074191800--