pkgsrc-WIP-changes archive

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

wordle: minor fixes



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Feb 9 09:47:40 2022 +0100
Changeset:	188461df12fd6d5883fb6b1fabd20fb07e8544a2

Modified Files:
	wordle/Makefile
	wordle/distinfo

Log Message:
wordle: minor fixes

-There's a release now, pull distfiles from it
-LICENSE can be found inside Cargo.toml (mit)
-It actually runs if one specifies a day, i.e.
 using 'wordle day 0'

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

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

diffstat:
 wordle/Makefile | 10 +++-------
 wordle/distinfo |  6 +++---
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs:
diff --git a/wordle/Makefile b/wordle/Makefile
index 56ac9b07df..e4428a2ef6 100644
--- a/wordle/Makefile
+++ b/wordle/Makefile
@@ -1,23 +1,19 @@
 # $NetBSD$
 
-DISTNAME=	wordle-0.0
+DISTNAME=	wordle-0.2.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=conradludgate/}
-GITHUB_TAG=	bffaaa8
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/conradludgate/wordle
 COMMENT=	The wordle game, in rust
-#LICENSE=	unclear
-
-WRKSRC=		${WRKDIR}/wordle-bffaaa891fecb0c73509113547a835d9b3968b6d
+LICENSE=	mit
 
 INSTALLATION_DIRS=	bin
 
 .include "cargo-depends.mk"
 
-.include "../../mk/bsd.prefs.mk"
-
 do-install:
 	${INSTALL} ${WRKSRC}/target/release/wordle \
 		${DESTDIR}/${PREFIX}/bin/wordle
diff --git a/wordle/distinfo b/wordle/distinfo
index 91d5a83634..730b0fd60a 100644
--- a/wordle/distinfo
+++ b/wordle/distinfo
@@ -192,6 +192,6 @@ Size (windows_x86_64_gnu-0.32.0.crate) = 744209 bytes
 BLAKE2s (windows_x86_64_msvc-0.32.0.crate) = d7e5877d336b57af03494f78b7fea8e939ee1a285011699db01a69a31e1916a3
 SHA512 (windows_x86_64_msvc-0.32.0.crate) = 4720246d2aed3c3b3c252cda7773096642e78891b1a9776c920da908b2d3741e9e341060424327f1c16e4cb47b6e22af1be229589a51b5a3a04d2a6447275332
 Size (windows_x86_64_msvc-0.32.0.crate) = 669835 bytes
-BLAKE2s (wordle-0.0-bffaaa8.tar.gz) = 0440371f4217c38f5b6552897859378b05458a4db1d0112f3819c4286cb8aa50
-SHA512 (wordle-0.0-bffaaa8.tar.gz) = af6d7a67e952f3c819d1a4722cdc6414a9e883ca154fcf4718f02743c7784ba027fbc86a7f5e43c570808232a0064b85514521b3edda16e57061f0ccb1844177
-Size (wordle-0.0-bffaaa8.tar.gz) = 93539 bytes
+BLAKE2s (wordle-0.2.1.tar.gz) = c9eb6379d196d9946e99d2201b4eda03ddf02b8c917d5b80a70a30958f65ca70
+SHA512 (wordle-0.2.1.tar.gz) = 00b5eef507b52e0699da00fea12e8eed8dbd212d59ceac724ca6470ccbd53e567a0a6c5efd8034f7924351c03331ed5fc0c1623ab9703cda4a96a763de195f14
+Size (wordle-0.2.1.tar.gz) = 167588 bytes


Home | Main Index | Thread Index | Old Index