Received: by mail.netbsd.org (Postfix, from userid 605) id 139CC84D80; Mon, 30 Sep 2019 09:49:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E7AC84D35 for ; Mon, 30 Sep 2019 09:49:45 +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 rhswYJ5nl_77 for ; Mon, 30 Sep 2019 09:49:45 +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 DF48984CD3 for ; Mon, 30 Sep 2019 09:49:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D956EFBF4; Mon, 30 Sep 2019 09:49:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1569836984223240" MIME-Version: 1.0 Date: Mon, 30 Sep 2019 09:49:44 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/www/cliqz To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20190930094944.D956EFBF4@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. --_----------=_1569836984223240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Sep 30 09:49:44 UTC 2019 Modified Files: pkgsrc/www/cliqz: Makefile Log Message: cliqz: use the pkgname without the netbsd version suffix. No functional change now, but it will avoid changing the distfiles if PKGREVISION is used. Thanks to leot for pointing it out. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/cliqz/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1569836984223240 Content-Disposition: inline Content-Length: 721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/cliqz/Makefile diff -u pkgsrc/www/cliqz/Makefile:1.22 pkgsrc/www/cliqz/Makefile:1.23 --- pkgsrc/www/cliqz/Makefile:1.22 Mon Sep 30 09:33:34 2019 +++ pkgsrc/www/cliqz/Makefile Mon Sep 30 09:49:44 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2019/09/30 09:33:34 maya Exp $ +# $NetBSD: Makefile,v 1.23 2019/09/30 09:49:44 maya Exp $ DISTNAME= cliqz-1.29.0 CATEGORIES= www @@ -10,7 +10,7 @@ DISTFILES= adult-domains.bin \ https-everywhere@cliqz.com.xpi \ gdprtool@cliqz.com.xpi \ ${DISTNAME}${EXTRACT_SUFX} -DIST_SUBDIR= ${PKGNAME} +DIST_SUBDIR= ${PKGNAME_NOREV} CLIQZ_CHANNEL= release # If the PKGVERSION_NOREV is updated, make sure to update the last build id from --_----------=_1569836984223240--