Date: Thu, 19 Jan 2023 20:14:50 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 89de8e1c564a - main - games/suyimazu: Adjust DISTNAME to not only contain version Message-ID: <202301192014.30JKEoJa026009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=89de8e1c564a2f52e0b3460814d721320ae4b5aa commit 89de8e1c564a2f52e0b3460814d721320ae4b5aa Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-01-19 20:11:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-01-19 20:14:46 +0000 games/suyimazu: Adjust DISTNAME to not only contain version Make sure port keeps project name in filename to avoid clashes and to easier determine origin. Approved by: portmgr (blanket) --- games/suyimazu/Makefile | 3 +-- games/suyimazu/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/games/suyimazu/Makefile b/games/suyimazu/Makefile index 3ba70d9a7431..639b1c7d7f59 100644 --- a/games/suyimazu/Makefile +++ b/games/suyimazu/Makefile @@ -1,8 +1,7 @@ PORTNAME= suyimazu DISTVERSION= 2023 CATEGORIES= games -MASTER_SITES= https://codeberg.org/Alexander88207/Suyimazu/archive/ -DISTNAME= ${DISTVERSION} +MASTER_SITES= https://codeberg.org/Alexander88207/Suyimazu/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/ MAINTAINER= Alexander88207@protonmail.com COMMENT= Wine-based Game Launcher for FreeBSD diff --git a/games/suyimazu/distinfo b/games/suyimazu/distinfo index 3ed4f0e942e2..5de26d7654b7 100644 --- a/games/suyimazu/distinfo +++ b/games/suyimazu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672833533 -SHA256 (2023.tar.gz) = 1a7a9e0e0b520f0ca912af4677abd33fa70dd70ba021ca48b10383bc8c653da8 -SIZE (2023.tar.gz) = 294736 +TIMESTAMP = 1674078221 +SHA256 (suyimazu-2023.tar.gz) = 1a7a9e0e0b520f0ca912af4677abd33fa70dd70ba021ca48b10383bc8c653da8 +SIZE (suyimazu-2023.tar.gz) = 294736
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301192014.30JKEoJa026009>