pkgsrc-WIP-changes archive

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

bstone: simplify github handling



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Feb 17 15:06:02 2019 +0100
Changeset:	220c6ebc8fd1d277f3d906da42e048b366816a5c

Modified Files:
	bstone/Makefile
	bstone/distinfo

Log Message:
bstone: simplify github handling

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

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

diffstat:
 bstone/Makefile | 7 ++-----
 bstone/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 9 deletions(-)

diffs:
diff --git a/bstone/Makefile b/bstone/Makefile
index 688c8606f6..9f84eb7865 100644
--- a/bstone/Makefile
+++ b/bstone/Makefile
@@ -1,12 +1,9 @@
 # $NetBSD: Makefile,v 1.4 2015/09/13 20:07:57 yhardy Exp $
 
-GITHUB_PROJECT=	bstone
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-1.1.12
+DISTNAME=	bstone-1.1.12
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=bibendovsky/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://bibendovsky.github.io/bstone/
diff --git a/bstone/distinfo b/bstone/distinfo
index 9ae6b80406..28b392b1b8 100644
--- a/bstone/distinfo
+++ b/bstone/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/09/13 20:07:57 yhardy Exp $
 
-SHA1 (bstone/v1.1.12.tar.gz) = 26a9fde4db26ef4877373305b6e08b880c843436
-RMD160 (bstone/v1.1.12.tar.gz) = 3741594b409be7449116bf9cb8bf7ae4d3517e8b
-SHA512 (bstone/v1.1.12.tar.gz) = 55708762e974c808b7583de04753501b617dbe6b7fa378520aae93daa9191136ad2eb52fa13180fbc532b48ef6977018ffc33de8cf26ce6779055db60630426e
-Size (bstone/v1.1.12.tar.gz) = 761504 bytes
+SHA1 (bstone-1.1.12.tar.gz) = 26a9fde4db26ef4877373305b6e08b880c843436
+RMD160 (bstone-1.1.12.tar.gz) = 3741594b409be7449116bf9cb8bf7ae4d3517e8b
+SHA512 (bstone-1.1.12.tar.gz) = 55708762e974c808b7583de04753501b617dbe6b7fa378520aae93daa9191136ad2eb52fa13180fbc532b48ef6977018ffc33de8cf26ce6779055db60630426e
+Size (bstone-1.1.12.tar.gz) = 761504 bytes


Home | Main Index | Thread Index | Old Index