diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-09-01 17:05:47 +0000 |
commit | ec3e56288a15bc5f9da50375ed24da93aef2b1b3 (patch) | |
tree | e16460ddb15c4004bce3f900e95371f426d2dda1 /emulators | |
parent | a7fba34f3f8ffb9c86b3c1726e3e3d69636f501c (diff) | |
download | freebsd-ports-ec3e56288a15bc5f9da50375ed24da93aef2b1b3.zip |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 0c9a41d1b615..dd665fd2aaed 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu DISTVERSION= 2.6.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ PKGNAMESUFFIX= -devel diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index a8e8384e9803..fc9840fce189 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20180622 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH PKGNAMESUFFIX?= -sbruno diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 9bc7764dcca7..b49b373fe15b 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ DIST_SUBDIR= qemu/${PORTVERSION} |