aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-03-25 03:21:56 +0800
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-03-25 03:21:56 +0800
commit813b7767d048b049e5ea48d5667354698afa7eb6 (patch)
tree6f33bb0f46ef9199e467c547c9b9de7547448a09
parent7c525326c68c5c70c301a2c4c5c58b1f408c5bd6 (diff)
downloadfreebsd-ports-813b7767d048b049e5ea48d5667354698afa7eb6.tar.gz
freebsd-ports-813b7767d048b049e5ea48d5667354698afa7eb6.tar.zst
freebsd-ports-813b7767d048b049e5ea48d5667354698afa7eb6.zip
PR: 224942
Submitted by: maintainer@hasting.email Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14795
Notes
Notes: svn path=/head/; revision=465466
-rw-r--r--emulators/mupen64plus-qt/Makefile21
-rw-r--r--emulators/mupen64plus-qt/distinfo6
2 files changed, 15 insertions, 12 deletions
diff --git a/emulators/mupen64plus-qt/Makefile b/emulators/mupen64plus-qt/Makefile
index e2b65b14ca60..a2d864ef434d 100644
--- a/emulators/mupen64plus-qt/Makefile
+++ b/emulators/mupen64plus-qt/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= mupen64plus-qt
-PORTVERSION= 1.10
-PORTREVISION= 1
+DISTVERSION= 1.11
CATEGORIES= emulators
MAINTAINER= maintainer@hasting.email
@@ -10,15 +9,19 @@ COMMENT= Basic launcher for Mupen64Plus
LICENSE= BSD3CLAUSE
-BROKEN= wrong dependencies, mupen64plus executable is not provided by emulators/mupen64plus
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-05-19
-
-LIB_DEPENDS= libquazip.so:archivers/quazip@qt4
-RUN_DEPENDS= mupen64plus:emulators/mupen64plus
+LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5
+RUN_DEPENDS= ${LOCALBASE}/lib/libmupen64plus.so.2:emulators/mupen64plus-core \
+ ${LOCALBASE}/lib/mupen64plus/mupen64plus-audio-sdl.so:emulators/mupen64plus-audio-sdl \
+ ${LOCALBASE}/lib/mupen64plus/mupen64plus-input-sdl.so:emulators/mupen64plus-input-sdl \
+ ${LOCALBASE}/lib/mupen64plus/mupen64plus-rsp-hle.so:emulators/mupen64plus-rsp-hle \
+ ${LOCALBASE}/lib/mupen64plus/mupen64plus-video-rice.so:emulators/mupen64plus-video-rice \
+ mupen64plus:emulators/mupen64plus-ui-console
USES= qmake
-USE_QT4= corelib gui moc_build network rcc_build sql sql-sqlite3_run uic_build xml
+USE_GL= gl
+USE_QT5= core gui network sql widgets xml \
+ buildtools_build \
+ sql-sqlite3_run
USE_GITHUB= yes
GH_ACCOUNT= dh4
diff --git a/emulators/mupen64plus-qt/distinfo b/emulators/mupen64plus-qt/distinfo
index 3f936fe96b3c..8270c46f4fe9 100644
--- a/emulators/mupen64plus-qt/distinfo
+++ b/emulators/mupen64plus-qt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497469597
-SHA256 (dh4-mupen64plus-qt-1.10_GH0.tar.gz) = 526fa06e481ba4db84024a72535fc0c40dc06332bdb2985e90023948cbabac83
-SIZE (dh4-mupen64plus-qt-1.10_GH0.tar.gz) = 120137
+TIMESTAMP = 1516912226
+SHA256 (dh4-mupen64plus-qt-1.11_GH0.tar.gz) = 28a9566f138ff5048dd761fa867892fc7325bdc489a79057360f2e4ddaac8eee
+SIZE (dh4-mupen64plus-qt-1.11_GH0.tar.gz) = 506652