pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/lxqt-build-tools



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun  2 08:42:34 UTC 2020

Modified Files:
        pkgsrc/devel/lxqt-build-tools: Makefile

Log Message:
devel/lxqt-build-tools: Follow github hosted package nomenclature
as suggested by @leot


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/lxqt-build-tools/Makefile

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

Modified files:

Index: pkgsrc/devel/lxqt-build-tools/Makefile
diff -u pkgsrc/devel/lxqt-build-tools/Makefile:1.7 pkgsrc/devel/lxqt-build-tools/Makefile:1.8
--- pkgsrc/devel/lxqt-build-tools/Makefile:1.7  Tue Jun  2 08:23:39 2020
+++ pkgsrc/devel/lxqt-build-tools/Makefile      Tue Jun  2 08:42:34 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2020/06/02 08:23:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/02 08:42:34 pin Exp $
 
-VERSION=       0.7.0
-DISTNAME=      lxqt-build-tools-${VERSION}
+DISTNAME=      lxqt-build-tools-0.7.0
 PKGREVISION=   1
 CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/lxqt-build-tools/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