git: 2cdb8e62591b - main - emulators/supermodel: Update 0.3a-20260506 => 0.3a-20260726

Yusuf Yaman <[email protected]> Sun, 02 Aug 2026 22:12:10 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cdb8e62591b679753a84180e506a095d3c67576

commit 2cdb8e62591b679753a84180e506a095d3c67576
Author:     Hywel Andrews <[email protected]>
AuthorDate: 2026-08-02 22:02:13 +0000
Commit:     Yusuf Yaman <[email protected]>
CommitDate: 2026-08-02 22:11:41 +0000

    emulators/supermodel: Update 0.3a-20260506 => 0.3a-20260726
    
    While here:
    - Use tab instead of space in DISTVERSIONSUFFIX (pet portlint).
    - Use UCL format in pkg-message.
    - Fix sanity check by setting GH_PROJECT.
    
    Commit log:
    https://github.com/trzy/Supermodel/compare/v0.3a-20260506-git-9c9e7b7...v0.3a-20260726-git-b7d8acd
    
    PR:             297178
    Reported by:    Hywel Andrews <[email protected]> (maintainer)
    Approved by:    osa, vvd (Mentors, implicit)
---
 emulators/supermodel/Makefile             | 7 +++----
 emulators/supermodel/distinfo             | 6 +++---
 emulators/supermodel/files/pkg-message.in | 8 +++++++-
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/emulators/supermodel/Makefile b/emulators/supermodel/Makefile
index 8db1ad7c0324..89683559c639 100644
--- a/emulators/supermodel/Makefile
+++ b/emulators/supermodel/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	supermodel
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3a-20260506
-DISTVERSIONSUFFIX=	-git-9c9e7b7
+DISTVERSION=	0.3a-20260726
+DISTVERSIONSUFFIX=	-git-b7d8acd
 CATEGORIES=	emulators
 
 MAINTAINER=	[email protected]
@@ -17,6 +17,7 @@ USES=		compiler gl gmake localbase:ldflags sdl
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	trzy
+GH_PROJECT=	Supermodel
 
 USE_GL=		glu opengl
 USE_SDL=	net2 sdl2
@@ -31,8 +32,6 @@ DESKTOP_ENTRIES=	"Supermodel" \
 			false
 SUB_FILES=	pkg-message
 
-WRKSRC=		${WRKDIR}/Supermodel-${DISTVERSION}${DISTVERSIONSUFFIX}
-
 PORTDOCS=	README.txt
 
 OPTIONS_DEFINE=	DEBUGGER DOCS EXTRA_DEBUGGING
diff --git a/emulators/supermodel/distinfo b/emulators/supermodel/distinfo
index 8c8baa7437f2..657648f325c2 100644
--- a/emulators/supermodel/distinfo
+++ b/emulators/supermodel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1778429383
-SHA256 (trzy-supermodel-v0.3a-20260506-git-9c9e7b7_GH0.tar.gz) = 74a6310ebe080b1de08ae92bbe6b4f5ca73babb7ef184e90b23079700133b710
-SIZE (trzy-supermodel-v0.3a-20260506-git-9c9e7b7_GH0.tar.gz) = 78913611
+TIMESTAMP = 1785707827
+SHA256 (trzy-Supermodel-v0.3a-20260726-git-b7d8acd_GH0.tar.gz) = 00011398c922b4d1ed09eaccd9e863ee2cc42d253b918b70c358446056b8f4a5
+SIZE (trzy-Supermodel-v0.3a-20260726-git-b7d8acd_GH0.tar.gz) = 78919623
diff --git a/emulators/supermodel/files/pkg-message.in b/emulators/supermodel/files/pkg-message.in
index bbdc6bd6b054..fd06faddf00b 100644
--- a/emulators/supermodel/files/pkg-message.in
+++ b/emulators/supermodel/files/pkg-message.in
@@ -1,7 +1,13 @@
+[
+{ type: install
+  message: <<EOM
 Now it is time to configure this package.
 
 ln -s %%DATADIR%% ${XDG_DATA_HOME}/supermodel/Assets
 
 Copy %%ETCDIR%%/Games.xml.sample and %%ETCDIR%%/Music.xml.sample 
 into either a ${XDG_CONFIG_HOME}/%%PORTNAME%%/Config or 
-$HOME/.%%PORTNAME%%/Config directory as Games.xml and Music.xml respectivly.
+$HOME/.%%PORTNAME%%/Config directory as Games.xml and Music.xml respectively.
+EOM
+}
+]