pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/cpuminer cpuminer: appease pkglint(1)
details: https://anonhg.NetBSD.org/pkgsrc/rev/3d49076f44ea
branches: trunk
changeset: 453417:3d49076f44ea
user: khorben <khorben%pkgsrc.org@localhost>
date: Sat May 29 19:35:04 2021 +0000
description:
cpuminer: appease pkglint(1)
This simply corrects the order of variables; NFCI.
diffstat:
finance/cpuminer/Makefile | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r db99048ff13f -r 3d49076f44ea finance/cpuminer/Makefile
--- a/finance/cpuminer/Makefile Sat May 29 19:31:57 2021 +0000
+++ b/finance/cpuminer/Makefile Sat May 29 19:35:04 2021 +0000
@@ -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