diff options
author | matthew <matthew@FreeBSD.org> | 2017-01-21 22:08:06 +0000 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2017-01-21 22:08:06 +0000 |
commit | 3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd (patch) | |
tree | c785e727eb78210458858ffe752124ca9233b19c | |
parent | 69e960e53c8ce3f93b733b73b53287c719faf628 (diff) | |
download | FreeBSD-ports-3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd.zip FreeBSD-ports-3b1a0022fd63bb7e6b56f8b7fd8521a5c4d346fd.tar.gz |
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 6c432e1..08b066c 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$,,}/ |