svn commit: r435473 - head/misc/amanda-server

Martin Wilke miwi at FreeBSD.org
Sun Mar 5 12:50:55 UTC 2017


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


More information about the svn-ports-all mailing list