pkgsrc-WIP-changes archive

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

xoreos: Simplify how the code is fetched from GitHub, regen distinfo



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Tue Aug 9 16:21:52 2022 -0700
Changeset:	edf4cc065aaa9fde41db03a60df424df344e1d82

Modified Files:
	xoreos/Makefile
	xoreos/distinfo

Log Message:
xoreos: Simplify how the code is fetched from GitHub, regen distinfo

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

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

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

diffs:
diff --git a/xoreos/Makefile b/xoreos/Makefile
index 4fff229e36..d0e91816b6 100644
--- a/xoreos/Makefile
+++ b/xoreos/Makefile
@@ -1,19 +1,15 @@
 # $NetBSD: Makefile,v 1.3 2015/09/05 21:49:59 yhardy Exp $
 
-GITHUB_PROJECT=	xoreos
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-0.0.6
+DISTNAME=	xoreos-0.0.6
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=xoreos/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/xoreos/xoreos/
 COMMENT=	Open source implementation of BioWare's Aurora engine
 LICENSE=	gnu-gpl-v3
 
-WRKSRC=		${WRKDIR}/xoreos-${PKGVERSION_NOREV}
 USE_TOOLS+=	aclocal autoconf autoheader automake gmake pkg-config
 USE_LIBTOOL=	YES
 USE_LANGUAGES=	c c++
diff --git a/xoreos/distinfo b/xoreos/distinfo
index 43a191a2e6..e4107b9645 100644
--- a/xoreos/distinfo
+++ b/xoreos/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2015/09/05 23:04:36 yhardy Exp $
 
-RMD160 (xoreos/v0.0.6.tar.gz) = a6913a15439596bfa418b036b3539fd89c681793
-SHA512 (xoreos/v0.0.6.tar.gz) = 64ba77c3c629f4eb147ccba472bb1a8b93437eda2955b0abb2f59814d49e75af504c7334ab7c081504aa716e5acfd503fcccf896d5cc40ef454aaf75f23f430b
-Size (xoreos/v0.0.6.tar.gz) = 3934821 bytes
+BLAKE2s (xoreos-0.0.6.tar.gz) = d0d35a483314721f8123c1fdefc430e5da6d315ff6d9eaecebe4d96f998a49e7
+SHA512 (xoreos-0.0.6.tar.gz) = 64ba77c3c629f4eb147ccba472bb1a8b93437eda2955b0abb2f59814d49e75af504c7334ab7c081504aa716e5acfd503fcccf896d5cc40ef454aaf75f23f430b
+Size (xoreos-0.0.6.tar.gz) = 3934821 bytes


Home | Main Index | Thread Index | Old Index