diff options
author | matthew <matthew@FreeBSD.org> | 2017-01-22 06:08:06 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-01-22 06:08:06 +0800 |
commit | 3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd (patch) | |
tree | c785e727eb78210458858ffe752124ca9233b19c | |
parent | 69e960e53c8ce3f93b733b73b53287c719faf628 (diff) | |
download | freebsd-ports-gnome-3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd.tar.gz freebsd-ports-gnome-3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd.tar.zst freebsd-ports-gnome-3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd.zip |
Bump PORTREVISION chasing ABI version increment in libvncserver --
this port was missed from r432083, and this change should be MFH'd as
well.
MFH: 2017Q1
-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 6c432e190a7d..08b066c6b9bc 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -2,7 +2,7 @@ PORTNAME= aqemu PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ |