pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/cliqz cliqz: use the pkgname without the netbsd ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b705ed949ba0
branches:  trunk
changeset: 401831:b705ed949ba0
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Sep 30 09:49:44 2019 +0000

description:
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.

diffstat:

 www/cliqz/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 815d1cf10288 -r b705ed949ba0 www/cliqz/Makefile
--- a/www/cliqz/Makefile        Mon Sep 30 09:33:34 2019 +0000
+++ b/www/cliqz/Makefile        Mon Sep 30 09:49:44 2019 +0000
@@ -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 @@
                https-everywhere%cliqz.com.xpi@localhost \
                gdprtool%cliqz.com.xpi@localhost \
                ${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



Home | Main Index | Thread Index | Old Index