diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-06 16:45:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-06 16:45:03 +0800 |
commit | 9f68fb71ef906c9dd6ecddb64dafc8166565a745 (patch) | |
tree | 95885249b6b2011574571c63b31de8555bd5007f /emulators | |
parent | 91bab4fdf3f5ff9fc26a4bbbd1c2bd8a2b636178 (diff) | |
download | freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.gz freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.tar.zst freebsd-ports-gnome-9f68fb71ef906c9dd6ecddb64dafc8166565a745.zip |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/citra-qt5/Makefile | 2 | ||||
-rw-r--r-- | emulators/citra/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64plus-video-glide64mk2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/citra-qt5/Makefile b/emulators/citra-qt5/Makefile index 690002e635c2..ac7516fe5ba0 100644 --- a/emulators/citra-qt5/Makefile +++ b/emulators/citra-qt5/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -qt5 MASTERDIR= ${.CURDIR}/../citra diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index cf6559c0158d..69191f7d07c6 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -2,7 +2,7 @@ PORTNAME= citra PORTVERSION= s20161230 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/mupen64plus-video-glide64mk2/Makefile b/emulators/mupen64plus-video-glide64mk2/Makefile index 1725e4b70089..d0c11c0283a4 100644 --- a/emulators/mupen64plus-video-glide64mk2/Makefile +++ b/emulators/mupen64plus-video-glide64mk2/Makefile @@ -1,7 +1,7 @@ # Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 5 +PORTREVISION= 6 PKGNAMESUFFIX= -video-glide64mk2 COMMENT= Glide64mk2 video plugin for Mupen64Plus |