pkgsrc-WIP-changes archive

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

2048-c: update to 1.0.3



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Sun Jul 19 09:57:03 2026 +0200
Changeset:	6f2709b89a652497d2b4fd8f2660ae3dcaa16eb3

Modified Files:
	2048-c/Makefile
	2048-c/distinfo

Log Message:
2048-c: update to 1.0.3

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

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

diffstat:
 2048-c/Makefile | 12 ++++++------
 2048-c/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/2048-c/Makefile b/2048-c/Makefile
index a6c76fb205..9c19b14e67 100644
--- a/2048-c/Makefile
+++ b/2048-c/Makefile
@@ -1,24 +1,24 @@
 # $NetBSD$
 
-DISTNAME=	2048-c-20190509
+DISTNAME=	2048-c-1.0.3
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mevdschee/}
 GITHUB_PROJECT=	2048.c
-GITHUB_TAG=	c728fc1fb2bd06ed4465beff323251a0e13ae896
+GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
 
 MAINTAINER=	leot%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/mevdschee/2048.c
 COMMENT=	Console version of the game 2048
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
 
-USE_LANGUAGES=	c99
+USE_LANGUAGES=		c
+INSTALLATION_DIRS+=	bin
 
-TEST_TARGET=	test
+TEST_TARGET=		test
 
 do-install:
-	${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKSRC}/2048 ${DESTDIR}${PREFIX}/bin
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/2048-c/distinfo b/2048-c/distinfo
index 8fcd07f11e..1857794e9f 100644
--- a/2048-c/distinfo
+++ b/2048-c/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 1cf94f75165d7d382cf428b68ff3cd29725688fa
-SHA512 (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 32c19287ce88756bc746be3e76a1401fd2be044f90536a6def7dad8768ac470ce91905bca9607f9903a8899ca14e6e8fb79ff8e9b90695974575a502fb5f3f44
-Size (2048-c-20190509-c728fc1fb2bd06ed4465beff323251a0e13ae896.tar.gz) = 15157 bytes
+BLAKE2s (2048-c-1.0.3.tar.gz) = 8f5056d981caba2fdbacfcb0541e2bd136c5ff9213f239c66e0187a3bd7c9fb2
+SHA512 (2048-c-1.0.3.tar.gz) = 3a2eb8e8e19ed1af9dded9b6d546268957349f91af23f754b7b1fc5d9edc09146dae8e43d54e255ffc831410b69cf66d54a5bb8e1ac8c6a2cbc8cc4254a09185
+Size (2048-c-1.0.3.tar.gz) = 19190 bytes


Home | Main Index | Thread Index | Old Index