Received: by mail.netbsd.org (Postfix, from userid 605) id 4BF9184DE0; Tue, 2 Jun 2020 10:30:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB10084DD6 for ; Tue, 2 Jun 2020 10:30: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 TzDvLIVidKNu for ; Tue, 2 Jun 2020 10:30:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3074C84CE1 for ; Tue, 2 Jun 2020 10:30:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E4A0FB27; Tue, 2 Jun 2020 10:30:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591093845292440" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 10:30:45 +0000 From: "pin" Subject: CVS commit: pkgsrc/sysutils/lxqt-powermanagement To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20200602103045.2E4A0FB27@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. --_----------=_1591093845292440 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:30:45 UTC 2020 Modified Files: pkgsrc/sysutils/lxqt-powermanagement: Makefile Log Message: sysutils/lxqt-powermanagement: Follow github hosted package nomenclature as suggested by @leot To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/lxqt-powermanagement/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591093845292440 Content-Disposition: inline Content-Length: 842 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/lxqt-powermanagement/Makefile diff -u pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.3 pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.4 --- pkgsrc/sysutils/lxqt-powermanagement/Makefile:1.3 Tue Jun 2 08:24:47 2020 +++ pkgsrc/sysutils/lxqt-powermanagement/Makefile Tue Jun 2 10:30:45 2020 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2020/06/02 08:24:47 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/06/02 10:30:45 pin Exp $ -VERSION= 0.15.0 -DISTNAME= lxqt-powermanagement-${VERSION} +DISTNAME= lxqt-powermanagement-0.15.0 PKGREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-powermanagement/releases/download/${VERSION}/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/} +GITHUB_RELEASE= ${PKGVERSION_NOREV} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1591093845292440--