Received: by mail.netbsd.org (Postfix, from userid 605) id F370184DD6; Tue, 2 Jun 2020 08:57:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7259684CFD for ; Tue, 2 Jun 2020 08:57:35 +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 vRojNU_HCZoI for ; Tue, 2 Jun 2020 08:57:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C1E9784CE0 for ; Tue, 2 Jun 2020 08:57:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B686EFB27; Tue, 2 Jun 2020 08:57:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591088254980" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 08:57:34 +0000 From: "pin" Subject: CVS commit: pkgsrc/graphics/lxqt-themes To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200602085734.B686EFB27@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. --_----------=_1591088254980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Jun 2 08:57:34 UTC 2020 Modified Files: pkgsrc/graphics/lxqt-themes: Makefile Log Message: graphics/lxqt-themes: Follow github hosted package nomenclature as suggested by @leot To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/lxqt-themes/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591088254980 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/lxqt-themes/Makefile diff -u pkgsrc/graphics/lxqt-themes/Makefile:1.2 pkgsrc/graphics/lxqt-themes/Makefile:1.3 --- pkgsrc/graphics/lxqt-themes/Makefile:1.2 Mon Jun 1 11:36:49 2020 +++ pkgsrc/graphics/lxqt-themes/Makefile Tue Jun 2 08:57:34 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2020/06/01 11:36:49 pin Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/02 08:57:34 pin Exp $ -VERSION= 0.15.0 -DISTNAME= lxqt-themes-${VERSION} +DISTNAME= lxqt-themes-0.15.0 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-themes/releases/download/${VERSION}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1591088254980--