Skip to content

Commit

Permalink
PR: 224942
Browse files Browse the repository at this point in the history
Submitted by:	maintainer@hasting.email
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14795
  • Loading branch information
fernape committed Mar 24, 2018
1 parent bfb4955 commit 2399336
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
21 changes: 12 additions & 9 deletions emulators/mupen64plus-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
# $FreeBSD$

PORTNAME= mupen64plus-qt
PORTVERSION= 1.10
PORTREVISION= 1
DISTVERSION= 1.11
CATEGORIES= emulators

MAINTAINER= maintainer@hasting.email
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
Expand Down
6 changes: 3 additions & 3 deletions emulators/mupen64plus-qt/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2399336

Please sign in to comment.