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

(-)distinfo.new (-3 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1535724625
1
SHA256 (fs-uae-launcher-3.0.2.tar.gz) = a5cc992d6ec89e9abc7fe7ee75042876ce507292be9ef0928d54ad6f9ba8608a
2
SHA256 (fs-uae-launcher-2.8.4.tar.gz) = a7d7dcfc028041aaf89962e541dc542802d323884f5524964e464ae0e10c312d
2
SIZE (fs-uae-launcher-3.0.2.tar.gz) = 9633002
3
SIZE (fs-uae-launcher-2.8.4.tar.gz) = 8791728
(-)Makefile.new (-6 / +5 lines)
Lines 2-21 Link Here
2
# $FreeBSD: head/emulators/fs-uae-launcher/Makefile 517045 2019-11-08 10:08:49Z tobik $
2
# $FreeBSD: head/emulators/fs-uae-launcher/Makefile 517045 2019-11-08 10:08:49Z tobik $
3
3
4
PORTNAME=	fs-uae-launcher
4
PORTNAME=	fs-uae-launcher
5
PORTVERSION=	2.8.4
5
PORTVERSION=	3.0.2
6
PORTREVISION=	2
7
CATEGORIES=	emulators
6
CATEGORIES=	emulators
8
MASTER_SITES=	http://fs-uae.net/fs-uae/stable/${PORTVERSION}/
7
MASTER_SITES=	https://fs-uae.net/stable/${PORTVERSION}/
9
8
10
MAINTAINER=	ndowens@yahoo.com
9
MAINTAINER=	ndowens@yahoo.com
11
COMMENT=	GUI launcher for the FS-UAE Amiga emulator
10
COMMENT=	GUI launcher for the FS-UAE Amiga emulator
12
11
13
BROKEN=		unfetchable
14
15
LICENSE=	GPLv2+
12
LICENSE=	GPLv2+
16
LICENSE_FILE=	${WRKSRC}/COPYING
13
LICENSE_FILE=	${WRKSRC}/COPYING
17
14
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR}
19
18
20
USES=		gettext gmake gnome pathfix pyqt:5 python:3.4+
19
USES=		gettext gmake gnome pathfix pyqt:5 python:3.4+
21
20

Return to bug 242120