diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2019-11-25 08:10:07 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2019-11-25 08:10:07 +0000 |
commit | c59ac3e2c49dcbf17cc59d32911cc0049e60a742 (patch) | |
tree | 42b68fa4009d1fc0d36ffddd77c8bef546c0d8be | |
parent | 24fabd36ae2e20e7936d43193034ea4b1d8db333 (diff) | |
download | ports-c59ac3e2c49dcbf17cc59d32911cc0049e60a742.tar.gz ports-c59ac3e2c49dcbf17cc59d32911cc0049e60a742.zip |
Notes
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 11 | ||||
-rw-r--r-- | emulators/fs-uae-launcher/distinfo | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 3c5a0ae9faf9..834e17c3d7ec 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= fs-uae-launcher -PORTVERSION= 2.8.4 -PORTREVISION= 2 +PORTVERSION= 3.0.2 CATEGORIES= emulators -MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/ +MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/ MAINTAINER= ndowens@yahoo.com COMMENT= GUI launcher for the FS-UAE Amiga emulator -BROKEN= unfetchable - LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ diff --git a/emulators/fs-uae-launcher/distinfo b/emulators/fs-uae-launcher/distinfo index 41d580932e6b..350a0ccda875 100644 --- a/emulators/fs-uae-launcher/distinfo +++ b/emulators/fs-uae-launcher/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1535724625 -SHA256 (fs-uae-launcher-2.8.4.tar.gz) = a7d7dcfc028041aaf89962e541dc542802d323884f5524964e464ae0e10c312d -SIZE (fs-uae-launcher-2.8.4.tar.gz) = 8791728 +TIMESTAMP = 1574668770 +SHA256 (fs-uae-launcher-3.0.2.tar.gz) = a5cc992d6ec89e9abc7fe7ee75042876ce507292be9ef0928d54ad6f9ba8608a +SIZE (fs-uae-launcher-3.0.2.tar.gz) = 9633002 |