diff options
author | rezny <rezny@FreeBSD.org> | 2017-05-23 13:03:14 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-05-23 13:03:14 +0800 |
commit | ce4bebc9fdf356c107303011ee9e4d9a9bdece82 (patch) | |
tree | 2fcffe2c100e92346e147bad6c6d39f2d6aef063 /emulators/mupen64plus-core | |
parent | 805dc042f19dec3800df2fed6a0aba294aafba72 (diff) | |
download | freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.tar.gz freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.tar.zst freebsd-ports-gnome-ce4bebc9fdf356c107303011ee9e4d9a9bdece82.zip |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Diffstat (limited to 'emulators/mupen64plus-core')
-rw-r--r-- | emulators/mupen64plus-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index 39d48c75363d..e6aba62f2a4b 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -3,7 +3,7 @@ PORTNAME= mupen64plus PORTVERSION?= 2.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/releases/download/${PORTVERSION}/ \ LOCAL/acm/${PORTNAME} \ |