View | Details | Raw Unified | Return to bug 254189
Collapse All | Expand All

(-)games/homura/Makefile (-2 / +4 lines)
Lines 2-14 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	homura
4
PORTNAME=	homura
5
PORTVERSION=	5.3
5
PORTVERSION=	5.4
6
CATEGORIES=	games
6
CATEGORIES=	games
7
MASTER_SITES=	https://codeberg.org/Alexander88207/Homura/archive/
7
MASTER_SITES=	https://codeberg.org/Alexander88207/Homura/archive/
8
DISTNAME=	${PORTVERSION}
8
DISTNAME=	${PORTVERSION}
9
9
10
MAINTAINER=	Alexander88207@protonmail.com
10
MAINTAINER=	Alexander88207@protonmail.com
11
COMMENT=	Windows Games Launcher for FreeBSD
11
COMMENT=	Wine-based Game Launcher for FreeBSD
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
Lines 15-20 Link Here
15
15
16
ONLY_FOR_ARCHS=	amd64 i386
16
ONLY_FOR_ARCHS=	amd64 i386
17
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
17
ONLY_FOR_ARCHS_REASON=	Wine only runs on x86 architecture
18
BROKEN_FreeBSD_13=	i386-wine-(devel) is in a bad condition for 13 and newer builds segfaults
19
BROKEN_FreeBSD_14=	i386-wine-(devel) segfaults on 14
18
20
19
RUN_DEPENDS=	zenity:x11/zenity \
21
RUN_DEPENDS=	zenity:x11/zenity \
20
		xdg-open:devel/xdg-utils \
22
		xdg-open:devel/xdg-utils \
(-)games/homura/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609187396
1
TIMESTAMP = 1615381878
2
SHA256 (5.3.tar.gz) = f6989d77a42d744598eecadd85ab4c29b2c0b2094adfb9fe6019604b4ae3f576
2
SHA256 (5.4.tar.gz) = a588d15a6305f08ef8b04ea4ca16760fa059aecb861618f022df642a1608d3de
3
SIZE (5.3.tar.gz) = 5400786
3
SIZE (5.4.tar.gz) = 5401250

Return to bug 254189