diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-09 15:32:46 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-09 15:32:46 +0000 |
commit | 9c669563abd9331ae3ece3fb678e457bbc703cf9 (patch) | |
tree | d58b0ef612fc00222cc0c68f3c17f3e04c27cfd9 /emulators/aqemu/Makefile | |
parent | devel/cx_Freeze: install egg info (diff) |
- Update to 0.8.2
- Add patches to fix build on head
Notes
Notes:
svn path=/head/; revision=335998
Diffstat (limited to 'emulators/aqemu/Makefile')
-rw-r--r-- | emulators/aqemu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/aqemu/Makefile b/emulators/aqemu/Makefile index 877ca19fbaa4..b9695e1cd969 100644 --- a/emulators/aqemu/Makefile +++ b/emulators/aqemu/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= aqemu -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.8.2 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/ |