pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/lxqt-archiver



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun  2 09:06:03 UTC 2020

Modified Files:
        pkgsrc/archivers/lxqt-archiver: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/lxqt-archiver/Makefile

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

Modified files:

Index: pkgsrc/archivers/lxqt-archiver/Makefile
diff -u pkgsrc/archivers/lxqt-archiver/Makefile:1.3 pkgsrc/archivers/lxqt-archiver/Makefile:1.4
--- pkgsrc/archivers/lxqt-archiver/Makefile:1.3 Tue Jun  2 08:23:07 2020
+++ pkgsrc/archivers/lxqt-archiver/Makefile     Tue Jun  2 09:06:03 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/06/02 08:23:07 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/06/02 09:06:03 pin Exp $
 
-VERSION=       0.2.0
-DISTNAME=      lxqt-archiver-${VERSION}
+DISTNAME=      lxqt-archiver-0.2.0
 PKGREVISION=   1
 CATEGORIES=    archivers
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=lxqt/lxqt-archiver/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