Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2017 07:17:08 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441897 - in head/misc/amanda-server: . files
Message-ID:  <201705280717.v4S7H8Wm059556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun May 28 07:17:08 2017
New Revision: 441897
URL: https://svnweb.freebsd.org/changeset/ports/441897

Log:
  Update to upstream version 3.3.9
  
  PR:		217365
  Submitted by:	net@arrishq.net
  Approved by:	maintainer timeout

Deleted:
  head/misc/amanda-server/files/patch-perl__Makefile.in
Modified:
  head/misc/amanda-server/Makefile
  head/misc/amanda-server/distinfo
  head/misc/amanda-server/pkg-plist

Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile	Sun May 28 07:10:55 2017	(r441896)
+++ head/misc/amanda-server/Makefile	Sun May 28 07:17:08 2017	(r441897)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	amanda
-PORTVERSION=	3.3.6
-PORTREVISION=	5
+PORTVERSION=	3.3.9
 PORTEPOCH=	1
 CATEGORIES=	misc
 MASTER_SITES=	SF/amanda/amanda%20-%20stable/${PORTVERSION}
@@ -32,7 +31,7 @@ CONFIGURE_ARGS=	--libexecdir=${PREFIX}/l
 		--with-user=${USERS} --with-group=${AMANDA_GROUP} \
 		--with-bsdtcp-security --with-bsdudp-security \
 		--with-ssh-security \
-		--disable-installperms
+		--disable-installperms --with-security-file=${ETCDIR}/security.conf
 CONFIGURE_ENV=	PERL=${LOCALBASE}/bin/perl-amanda
 PKG_MESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message

Modified: head/misc/amanda-server/distinfo
==============================================================================
--- head/misc/amanda-server/distinfo	Sun May 28 07:10:55 2017	(r441896)
+++ head/misc/amanda-server/distinfo	Sun May 28 07:17:08 2017	(r441897)
@@ -1,2 +1,3 @@
-SHA256 (amanda-3.3.6.tar.gz) = 832594503a99bd5587f6c645c7af945f565506dc35e2660763d33beef2d4d01c
-SIZE (amanda-3.3.6.tar.gz) = 4571518
+TIMESTAMP = 1495955665
+SHA256 (amanda-3.3.9.tar.gz) = 2520b95ca96f1d521d582b7c94bd631486e7029eda1de8e1887d74b323549a41
+SIZE (amanda-3.3.9.tar.gz) = 4673301

Modified: head/misc/amanda-server/pkg-plist
==============================================================================
--- head/misc/amanda-server/pkg-plist	Sun May 28 07:10:55 2017	(r441896)
+++ head/misc/amanda-server/pkg-plist	Sun May 28 07:17:08 2017	(r441897)
@@ -3,6 +3,7 @@
 @comment
 @comment plist for misc/amanda-server below
 @comment
+%%SERVER_ONLY%%%%ETCDIR%%/amanda-security.conf
 %%SERVER_ONLY%%lib/amanda/libamdevice-%%SHLIBVER%%.so
 %%SERVER_ONLY%%lib/amanda/libamdevice.a
 %%SERVER_ONLY%%lib/amanda/libamdevice.so
@@ -33,6 +34,7 @@
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Interactivity/tty.pm
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Interactivity/tty_email.pm
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Logfile.pm
+%%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Message.pm
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Clerk.pm
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Planner.pm
 %%SERVER_ONLY%%%%SITE_PERL%%/Amanda/Recovery/Scan.pm
@@ -258,6 +260,7 @@
 %%CLIENT_ONLY%%man/man5/amanda-archive-format.5.gz
 %%CLIENT_ONLY%%man/man5/amanda-client.conf.5.gz
 %%CLIENT_ONLY%%man/man5/amanda.conf.5.gz
+%%CLIENT_ONLY%%man/man5/amanda-security.conf.5.gz
 %%CLIENT_ONLY%%man/man7/amanda-applications.7.gz
 %%CLIENT_ONLY%%man/man7/amanda-auth.7.gz
 %%CLIENT_ONLY%%man/man7/amanda-match.7.gz



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