From owner-svn-ports-head@freebsd.org  Tue Jan 12 17:51:27 2021
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3F4084E0ADD;
 Tue, 12 Jan 2021 17:51:27 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4DFdRg1G9sz3w6x;
 Tue, 12 Jan 2021 17:51:27 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 15076C66;
 Tue, 12 Jan 2021 17:51:27 +0000 (UTC)
 (envelope-from tcberner@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10CHpQUT071013;
 Tue, 12 Jan 2021 17:51:26 GMT (envelope-from tcberner@FreeBSD.org)
Received: (from tcberner@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10CHpQrw071007;
 Tue, 12 Jan 2021 17:51:26 GMT (envelope-from tcberner@FreeBSD.org)
Message-Id: <202101121751.10CHpQrw071007@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: tcberner set sender to
 tcberner@FreeBSD.org using -f
From: "Tobias C. Berner" <tcberner@FreeBSD.org>
Date: Tue, 12 Jan 2021 17:51:26 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r561362 - head/games/homura
X-SVN-Group: ports-head
X-SVN-Commit-Author: tcberner
X-SVN-Commit-Paths: head/games/homura
X-SVN-Commit-Revision: 561362
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Jan 2021 17:51:27 -0000

Author: tcberner
Date: Tue Jan 12 17:51:25 2021
New Revision: 561362
URL: https://svnweb.freebsd.org/changeset/ports/561362

Log:
  games/homura: Update to 5.3
  
  Changes :
  - The Tinkering corner is now available, this allows to copy an existing app installation and tinker with it, without touching the existing installation.
  - The installation and uninstallation of application must now be confirmed once again
  - It was fixed that you cannot use files with a space in their name in "Run a executable in prefix"
  
  Package changes:
  - Removed x11-fonts/webfonts as run dependency
  - Source changed to codeberg.org
  
  PR:		252239
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)

Modified:
  head/games/homura/Makefile
  head/games/homura/distinfo
  head/games/homura/pkg-descr
  head/games/homura/pkg-message

Modified: head/games/homura/Makefile
==============================================================================
--- head/games/homura/Makefile	Tue Jan 12 17:51:17 2021	(r561361)
+++ head/games/homura/Makefile	Tue Jan 12 17:51:25 2021	(r561362)
@@ -2,8 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	homura
-PORTVERSION=	5.2
+PORTVERSION=	5.3
 CATEGORIES=	games
+MASTER_SITES=	https://codeberg.org/Alexander88207/Homura/archive/
+DISTNAME=	${PORTVERSION}
 
 MAINTAINER=	Alexander88207@protonmail.com
 COMMENT=	Windows Games Launcher for FreeBSD
@@ -18,15 +20,11 @@ RUN_DEPENDS=	zenity:x11/zenity \
 		xdg-open:devel/xdg-utils \
 		bash:shells/bash \
 		7z:archivers/p7zip \
-		webfonts>=0:x11-fonts/webfonts \
 		winetricks:emulators/winetricks \
 		vulkaninfo:graphics/vulkan-tools \
 		glxinfo:graphics/mesa-demos
 
-USE_GITLAB=	yes
-GL_ACCOUNT=	Alexander88207
-GL_PROJECT=	Homura
-GL_COMMIT=	e52176c0b1350add43846ba25816ecb90dc0d4b0
+WRKSRC=	${WRKDIR}/${PORTNAME}
 
 NO_BUILD=	yes
 

Modified: head/games/homura/distinfo
==============================================================================
--- head/games/homura/distinfo	Tue Jan 12 17:51:17 2021	(r561361)
+++ head/games/homura/distinfo	Tue Jan 12 17:51:25 2021	(r561362)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1602589990
-SHA256 (Alexander88207-Homura-e52176c0b1350add43846ba25816ecb90dc0d4b0_GL0.tar.gz) = 1fb9d091e9d8f36e7b5fb67b10761678d87cd3b7656a6e8a743fae2ca6b225e1
-SIZE (Alexander88207-Homura-e52176c0b1350add43846ba25816ecb90dc0d4b0_GL0.tar.gz) = 5400282
+TIMESTAMP = 1609187396
+SHA256 (5.3.tar.gz) = f6989d77a42d744598eecadd85ab4c29b2c0b2094adfb9fe6019604b4ae3f576
+SIZE (5.3.tar.gz) = 5400786

Modified: head/games/homura/pkg-descr
==============================================================================
--- head/games/homura/pkg-descr	Tue Jan 12 17:51:17 2021	(r561361)
+++ head/games/homura/pkg-descr	Tue Jan 12 17:51:25 2021	(r561362)
@@ -3,4 +3,4 @@ FreeBSD by providing the required fixes and workaround
 
 The Windows emulation is provided by Wine.
 
-WWW: https://gitlab.com/Alexander88207/Homura
+WWW: https://codeberg.org/Alexander88207/Homura

Modified: head/games/homura/pkg-message
==============================================================================
--- head/games/homura/pkg-message	Tue Jan 12 17:51:17 2021	(r561361)
+++ head/games/homura/pkg-message	Tue Jan 12 17:51:25 2021	(r561362)
@@ -12,7 +12,7 @@ Examples:
     To uninstall something use: Homura Uninstall Steam
 
 To see what applications are currently working take a look at: 
-https://gitlab.com/Alexander88207/Homura/-/wikis/Status
+https://codeberg.org/Alexander88207/Homura/wiki/Status
 
 Enjoy playing!
 EOM