diff options
author | novel <novel@FreeBSD.org> | 2013-02-06 00:17:06 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-02-06 00:17:06 +0800 |
commit | 6e4b8b0fd5b90667404255713059908e7723b85f (patch) | |
tree | 39eb76ce76a50126ac09099f3cbbc3b7b481086a /emulators | |
parent | f0e73c96b18b3436059300fd0777b5e503feda22 (diff) | |
download | freebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.tar.gz freebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.tar.zst freebsd-ports-gnome-6e4b8b0fd5b90667404255713059908e7723b85f.zip |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index dd586b5bb440..c847df93adc9 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 53f763939d76..903711d2c3de 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 0.11.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://bellard.org/qemu/ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f90c016b29a2..ffa8a3b7dbf4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -2,7 +2,7 @@ PORTNAME= wine DISTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ |