Tue Jun 2 09:15:07 2020 UTC ()
security/lxqt-policykit: Follow github hosted package nomenclature
as suggested by @leot


(pin)
diff -r1.3 -r1.4 pkgsrc/security/lxqt-policykit/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/security/lxqt-policykit/Makefile (expand / switch to unified diff)

--- pkgsrc/security/lxqt-policykit/Makefile 2020/06/02 08:24:41 1.3
+++ pkgsrc/security/lxqt-policykit/Makefile 2020/06/02 09:15:07 1.4
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2020/06/02 08:24:41 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2020/06/02 09:15:07 pin Exp $
2 2
3VERSION= 0.15.0 3DISTNAME= lxqt-policykit-0.15.0
4DISTNAME= lxqt-policykit-${VERSION} 
5PKGREVISION= 1 4PKGREVISION= 1
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/lxqt-policykit/releases/download/${VERSION}/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=lxqt/}
 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/lxqt/lxqt-policykit/ 11HOMEPAGE= https://github.com/lxqt/lxqt-policykit/
12COMMENT= Policykit authentication agent 12COMMENT= Policykit authentication agent
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15USE_CMAKE= yes 15USE_CMAKE= yes
16USE_TOOLS+= pkg-config 16USE_TOOLS+= pkg-config
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18 18
19CONFIGURE_DIRS= build 19CONFIGURE_DIRS= build
20CMAKE_ARG_PATH= .. 20CMAKE_ARG_PATH= ..