Received: by mail.netbsd.org (Postfix, from userid 605) id 405D484DDE; Tue, 2 Jun 2020 10:36:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD15184DD6 for ; Tue, 2 Jun 2020 10:36:08 +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 u_2GuvWsjeaW for ; Tue, 2 Jun 2020 10:36:08 +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 23DF584CFD for ; Tue, 2 Jun 2020 10:36:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 214BFFB27; Tue, 2 Jun 2020 10:36:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591094168241630" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 10:36:08 +0000 From: "pin" Subject: CVS commit: pkgsrc/x11/liblxqt To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200602103608.214BFFB27@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. --_----------=_1591094168241630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Tue Jun 2 10:36:08 UTC 2020 Modified Files: pkgsrc/x11/liblxqt: Makefile Log Message: x11/liblxqt: Follow github hosted package nomenclature as suggested by @leot To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/liblxqt/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591094168241630 Content-Disposition: inline Content-Length: 708 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/liblxqt/Makefile diff -u pkgsrc/x11/liblxqt/Makefile:1.7 pkgsrc/x11/liblxqt/Makefile:1.8 --- pkgsrc/x11/liblxqt/Makefile:1.7 Tue Jun 2 08:23:05 2020 +++ pkgsrc/x11/liblxqt/Makefile Tue Jun 2 10:36:07 2020 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2020/06/02 08:23:05 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/06/02 10:36:07 pin Exp $ -VERSION= 0.15.1 -DISTNAME= liblxqt-${VERSION} +DISTNAME= liblxqt-0.15.1 PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/liblxqt/releases/download/${VERSION}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1591094168241630--