svn commit: r467194 - head/misc/amanda-server
Thomas Zander
riggs at FreeBSD.org
Thu Apr 12 19:41:15 UTC 2018
Author: riggs
Date: Thu Apr 12 19:41:15 2018
New Revision: 467194
URL: https://svnweb.freebsd.org/changeset/ports/467194
Log:
Fix install location of security configuration file
PR: 219665
Submitted by: Trond.Endrestol at ximalas.info
Approved by: maintainer timeout
Modified:
head/misc/amanda-server/Makefile
Modified: head/misc/amanda-server/Makefile
==============================================================================
--- head/misc/amanda-server/Makefile Thu Apr 12 18:33:54 2018 (r467193)
+++ head/misc/amanda-server/Makefile Thu Apr 12 19:41:15 2018 (r467194)
@@ -3,7 +3,7 @@
PORTNAME= amanda
PORTVERSION= 3.3.9
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= misc
MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION}
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda
--with-user=${USERS} --with-group=${AMANDA_GROUP} \
--with-bsdtcp-security --with-bsdudp-security \
--with-ssh-security \
- --disable-installperms --with-security-file=${ETCDIR}/security.conf
+ --disable-installperms --with-security-file=${ETCDIR}/amanda-security.conf
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda
PKG_MESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
More information about the svn-ports-all
mailing list