From owner-svn-ports-all@freebsd.org Sun May 28 07:17:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B1CCD85537; Sun, 28 May 2017 07:17:10 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1097D1741; Sun, 28 May 2017 07:17:09 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4S7H928059559; Sun, 28 May 2017 07:17:09 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4S7H8Wm059556; Sun, 28 May 2017 07:17:08 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201705280717.v4S7H8Wm059556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 28 May 2017 07:17:08 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 07:17:10 -0000 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