pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/cpuminer



Module Name:    pkgsrc
Committed By:   khorben
Date:           Sat May 29 19:35:04 UTC 2021

Modified Files:
        pkgsrc/finance/cpuminer: Makefile

Log Message:
cpuminer: appease pkglint(1)

This simply corrects the order of variables; NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/finance/cpuminer/Makefile

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

Modified files:

Index: pkgsrc/finance/cpuminer/Makefile
diff -u pkgsrc/finance/cpuminer/Makefile:1.15 pkgsrc/finance/cpuminer/Makefile:1.16
--- pkgsrc/finance/cpuminer/Makefile:1.15       Sat May 29 19:30:57 2021
+++ pkgsrc/finance/cpuminer/Makefile    Sat May 29 19:35:04 2021
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2021/05/29 19:30:57 khorben Exp $
+# $NetBSD: Makefile,v 1.16 2021/05/29 19:35:04 khorben Exp $
 
 DISTNAME=      ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 PKGNAME=       cpuminer-2.5.1
 CATEGORIES=    finance
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pooler/}
+GITHUB_PROJECT=        cpuminer
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/pooler/cpuminer/
 COMMENT=       CPU miner for Litecoin and Bitcoin
 LICENSE=       gnu-gpl-v2
 
-GITHUB_PROJECT=        cpuminer
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
 GNU_CONFIGURE= yes
 USE_TOOLS+=    autoconf autoheader automake
 



Home | Main Index | Thread Index | Old Index