Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2017 12:50:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435473 - head/misc/amanda-server
Message-ID:  <201703051250.v25Cor1P064957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar  5 12:50:53 2017
New Revision: 435473
URL: https://svnweb.freebsd.org/changeset/ports/435473

Log:
  - 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

Modified:
  head/misc/amanda-server/Makefile

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Sun Mar  5 11:59:02 2017	(r435472)
+++ head/misc/amanda-server/Makefile	Sun Mar  5 12:50:53 2017	(r435473)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703051250.v25Cor1P064957>