svn commit: r568044 - head/games/homura

Lewis Cook lcook at FreeBSD.org
Wed Mar 10 21:21:07 UTC 2021


Author: lcook
Date: Wed Mar 10 21:21:06 2021
New Revision: 568044
URL: https://svnweb.freebsd.org/changeset/ports/568044

Log:
  games/homura: Update to 5.4
  
  While here, pet both portclippy and portfmt.
  
  Changes: 		https://codeberg.org/Alexander88207/Homura/releases/tag/5.4
  PR: 			254189
  Submitted by: 		Alexander Vereeken <Alexander88207 at protonmail.com> (maintainer)
  Approved by:		fernape (mentor)
  Differential Revision:	https://reviews.freebsd.org/D29186

Modified:
  head/games/homura/Makefile
  head/games/homura/distinfo

Modified: head/games/homura/Makefile
==============================================================================
--- head/games/homura/Makefile	Wed Mar 10 21:17:13 2021	(r568043)
+++ head/games/homura/Makefile	Wed Mar 10 21:21:06 2021	(r568044)
@@ -2,31 +2,33 @@
 # $FreeBSD$
 
 PORTNAME=	homura
-PORTVERSION=	5.3
+PORTVERSION=	5.4
 CATEGORIES=	games
 MASTER_SITES=	https://codeberg.org/Alexander88207/Homura/archive/
 DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	Alexander88207 at protonmail.com
-COMMENT=	Windows Games Launcher for FreeBSD
+COMMENT=	Wine-based Game Launcher for FreeBSD
 
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	i386-wine-(devel) is in a bad condition for 13 and newer builds segfaults
+BROKEN_FreeBSD_14=	i386-wine-(devel) segfaults on 14
 ONLY_FOR_ARCHS=	amd64 i386
 ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
 
-RUN_DEPENDS=	zenity:x11/zenity \
-		xdg-open:devel/xdg-utils \
+RUN_DEPENDS=	7z:archivers/p7zip \
 		bash:shells/bash \
-		7z:archivers/p7zip \
-		winetricks:emulators/winetricks \
+		glxinfo:graphics/mesa-demos \
 		vulkaninfo:graphics/vulkan-tools \
-		glxinfo:graphics/mesa-demos
+		winetricks:emulators/winetricks \
+		xdg-open:devel/xdg-utils \
+		zenity:x11/zenity
 
-WRKSRC=	${WRKDIR}/${PORTNAME}
-
 NO_BUILD=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PLIST_FILES=	bin/Homura
 

Modified: head/games/homura/distinfo
==============================================================================
--- head/games/homura/distinfo	Wed Mar 10 21:17:13 2021	(r568043)
+++ head/games/homura/distinfo	Wed Mar 10 21:21:06 2021	(r568044)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609187396
-SHA256 (5.3.tar.gz) = f6989d77a42d744598eecadd85ab4c29b2c0b2094adfb9fe6019604b4ae3f576
-SIZE (5.3.tar.gz) = 5400786
+TIMESTAMP = 1615381878
+SHA256 (5.4.tar.gz) = a588d15a6305f08ef8b04ea4ca16760fa059aecb861618f022df642a1608d3de
+SIZE (5.4.tar.gz) = 5401250


More information about the svn-ports-head mailing list