From b8c436f75f881ef7bbfcc19e1189886cca60270a Mon Sep 17 00:00:00 2001 From: thfr Date: Sat, 4 May 2024 03:04:40 +0000 Subject: [PATCH] update to rigg 1.1 which includes mainly fixes to test and install targets --- games/rigg/Makefile | 13 +++++++------ games/rigg/distinfo | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/games/rigg/Makefile b/games/rigg/Makefile index 8ca7bfaf824..708e4ed3fb8 100644 --- a/games/rigg/Makefile +++ b/games/rigg/Makefile @@ -1,6 +1,6 @@ COMMENT = run independent games -V = 1.0 +V = 1.1 DISTNAME = rigg-${V} CATEGORIES = games @@ -19,11 +19,12 @@ MODULES = lang/mono LIB_DEPENDS = lang/hashlink \ lang/mono -do-install: - ${INSTALL_PROGRAM} ${WRKBUILD}/rigg ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKBUILD}/rigg.1 ${PREFIX}/man/man1/ +PORTHOME = ${WRKDIR}/porthome -do-test: - cd ${WRKSRC}/test; make clean regress +# dirs and files in PORTHOME that are needed for unveil during 'make test' +post-extract: + mkdir -p ${PORTHOME}/.{config,local/share,cache/mesa_shader_cache} + mkdir -p ${PORTHOME}/.{mono,sndio} + touch ${PORTHOME}/.X{authority,Compose,defaults} .include diff --git a/games/rigg/distinfo b/games/rigg/distinfo index faa9cdbf834..c44d5420ce9 100644 --- a/games/rigg/distinfo +++ b/games/rigg/distinfo @@ -1,2 +1,2 @@ -SHA256 (rigg-1.0.tar.gz) = 2hXCF6+AkKEwJUYIX3X9Zq6V1t48wrVbJEjia1/Wtu8= -SIZE (rigg-1.0.tar.gz) = 11322 +SHA256 (rigg-1.1.tar.gz) = rwfAOyfnnY3j80/LJZ5cXK5m7NGsXDEoiB2+0BNc8RQ= +SIZE (rigg-1.1.tar.gz) = 12173