diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-04 14:17:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-06-04 14:17:39 +0000 |
commit | 47ce821484b3438dea67023b367148b49f85898a (patch) | |
tree | 00b70f1a8f08e9d62adbd168cdfc75c2c3599947 /emulators | |
parent | aa29472b28fd54c6d31c5728191612f0334a8dca (diff) | |
download | freebsd-ports-47ce821484b3438dea67023b367148b49f85898a.zip |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu2/Makefile | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 7a44c4e8c7e9..23116688ea99 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= -devel diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 72fd587392de..69987a73ccea 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.11.50.g20190318 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index ee84cb351f52..80fffd10e146 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu2/Makefile b/emulators/qemu2/Makefile index ee738a6f85d2..40481f425ead 100644 --- a/emulators/qemu2/Makefile +++ b/emulators/qemu2/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ PKGNAMESUFFIX= 2 |