pkgsrc-WIP-changes archive

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

bc-gh: Hoist version to ${VERSION}



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun May 26 09:24:06 2019 -0400
Changeset:	b60022f22b9a1063799e87a4bee67fd781187291

Modified Files:
	bc-gh/Makefile

Log Message:
bc-gh: Hoist version to ${VERSION}

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b60022f22b9a1063799e87a4bee67fd781187291

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

diffstat:
 bc-gh/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diffs:
diff --git a/bc-gh/Makefile b/bc-gh/Makefile
index 91d2ef0ef2..66a345cca0 100644
--- a/bc-gh/Makefile
+++ b/bc-gh/Makefile
@@ -1,11 +1,12 @@
 # $NetBSD$
 
-DISTNAME=       bc-2.0.0
-PKGNAME=        bc-gh-2.0.0
+VERSION=	2.0.0
+DISTNAME=       bc-${VERSION}
+PKGNAME=        bc-gh-${VERSION}
 CATEGORIES=     math
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=gavinhoward/}
 GITHUB_PROJECT= bc
-GITHUB_RELEASE= 2.0.0
+GITHUB_RELEASE= ${VERSION}
 EXTRACT_SUFX=   .tar.xz
 
 MAINTAINER=     yzena.tech%gmail.com@localhost


Home | Main Index | Thread Index | Old Index