diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-02 01:05:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-02 01:05:47 +0800 |
commit | 072a87dc06b936976bd804244bad093ab350b162 (patch) | |
tree | e16460ddb15c4004bce3f900e95371f426d2dda1 /misc | |
parent | ab4b60abb0e756e4b98203e712d955b7fee1ce6a (diff) | |
download | freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.tar.gz freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.tar.zst freebsd-ports-gnome-072a87dc06b936976bd804244bad093ab350b162.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 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 2 | ||||
-rw-r--r-- | misc/linm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index f9fb0d94435d..8b77ebdae11c 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.9 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} diff --git a/misc/linm/Makefile b/misc/linm/Makefile index 2b5633ed4d25..3d696e4c1ae2 100644 --- a/misc/linm/Makefile +++ b/misc/linm/Makefile @@ -3,7 +3,7 @@ PORTNAME= linm DISTVERSION= 0.8.1-1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc shells MASTER_SITES= http://kldp.net/frs/download.php/4508/ DISTNAME= ${PORTNAME}_${DISTVERSION} |