pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-qtplugin



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun  2 10:52:03 UTC 2020

Modified Files:
        pkgsrc/x11/lxqt-qtplugin: Makefile

Log Message:
x11/lxqt-qtplugin: Follow github hosted package nomenclature
as suggested by @leot


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/lxqt-qtplugin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-qtplugin/Makefile
diff -u pkgsrc/x11/lxqt-qtplugin/Makefile:1.4 pkgsrc/x11/lxqt-qtplugin/Makefile:1.5
--- pkgsrc/x11/lxqt-qtplugin/Makefile:1.4       Tue Jun  2 08:25:01 2020
+++ pkgsrc/x11/lxqt-qtplugin/Makefile   Tue Jun  2 10:52:03 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2020/06/02 08:25:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/02 10:52:03 pin Exp $
 
-VERSION=       0.15.1
-DISTNAME=      lxqt-qtplugin-${VERSION}
+DISTNAME=      lxqt-qtplugin-0.15.1
 PKGREVISION=   1
 CATEGORIES=    x11
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/lxqt-qtplugin/releases/download/${VERSION}/}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost



Home | Main Index | Thread Index | Old Index