diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2017-07-12 02:39:35 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2017-07-12 02:39:35 +0000 |
commit | 4c53794094e2bf200a39f326461c8fffff5e0697 (patch) | |
tree | 229c34f56655cebd85c2ddc0b4556a5bffb7dcef /emulators/aqemu/Makefile | |
parent | [NEW] devel/py-setuptools-pkg: Plugin for setuptools to build FreeBSD pkg (diff) |
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.
PR: ports/220565 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by: iXsystems, Inc.
Notes
Notes:
svn path=/head/; revision=445565
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r-- | emulators/aqemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 08b066c6b9bc..db8e653c9446 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -2,7 +2,7 @@ PORTNAME= aqemu PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ |