diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2019-01-28 06:56:31 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2019-01-28 06:56:31 +0000 |
commit | 8380692cb2d627d19f0dedadaa6cd5e6126a5e25 (patch) | |
tree | 486eae2728146c12dab0bae0dc33b90c2b0e0185 /emulators | |
parent | d1ac66c0b680b997ccc87b83f790f1f14a793d50 (diff) | |
download | freebsd-ports-8380692cb2d627d19f0dedadaa6cd5e6126a5e25.zip |
- Bump PORTREVISION of ports that depends of net/libvncserver after it
was updated to version 0.9.12
Submitted by: dereks_lifeofadishwasher.com
Differential Revision: https://reviews.freebsd.org/D18836
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aqemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/kcemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/virtualbox-ose/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 619804a5342a..69d9ef2e30d9 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= aqemu DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= ports@FreeBSD.org diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index ccb40bb420df..9cc4bba5f5a8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ PORTNAME= bochs PORTVERSION= 2.6.9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile index fcd91717fb60..a9c8b0ce7fbc 100644 --- a/emulators/kcemu/Makefile +++ b/emulators/kcemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 3de2ce825dd0..7ce18df78e74 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose PORTVERSION= 5.2.24 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/ DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS} |