aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda-server
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-03-05 12:50:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-03-05 12:50:53 +0000
commitd36dde209d5ee74f7caf629d0633dac14b4db5e2 (patch)
treefec5bbc2c06d12bad8e556b6f9f785da9032467e /misc/amanda-server
parent4ef56e019523c0bc89fe017d400df3aa16dd1584 (diff)
downloadports-d36dde209d5ee74f7caf629d0633dac14b4db5e2.tar.gz
ports-d36dde209d5ee74f7caf629d0633dac14b4db5e2.zip
- Update default samba port to samba44
samba36 is deprecated. samba44's smbclient work fine for amanda. PR: 215309 Submitted by: John Hein Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=435473
Diffstat (limited to 'misc/amanda-server')
-rw-r--r--misc/amanda-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 4dd27604fcc0..3721dcd8f55b 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --without-gnuplot
.endif
.if ${PORT_OPTIONS:MSAMBA}
-SAMBA_PORT?= samba36
+SAMBA_PORT?= samba44
BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT}
RUN_DEPENDS+= smbclient:net/${SAMBA_PORT}
CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient