diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-11-01 22:21:26 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-11-01 22:21:26 +0800 |
commit | 85d5f7ae5014a2d5a5ad75aa9f43861baf741e06 (patch) | |
tree | 5cb6a0353ca874d75e4e3e9495b0ebb841b95bc2 /misc/amanda25-server | |
parent | 408eead1ddf44887fa39b933d4cb1c7969eb87c6 (diff) | |
download | freebsd-ports-gnome-85d5f7ae5014a2d5a5ad75aa9f43861baf741e06.tar.gz freebsd-ports-gnome-85d5f7ae5014a2d5a5ad75aa9f43861baf741e06.tar.zst freebsd-ports-gnome-85d5f7ae5014a2d5a5ad75aa9f43861baf741e06.zip |
Finally upgrade amanda-{server,client} to 3.2.0. Old 2.6.x was
repocopied as amanda26-{server,client}. Please stay in 2.6.x branch
if you are conservative. Yes, you should so for important
infrastructre like as backup system :-).
New 3.2.0 port includes:
- Use misc/amanda-perl-wrapper as perl5 interpreter which is linked
with libthr.so to avoid thread problem.
- Unique UID, GID assigned and use it by default. amanda user/group
will be added automatically when not exist.
- Deprecate AMANDA_{CONFIG,TAPE} port knobs. They can be set in
runtime config easily.
References: http://wiki.zmanda.com/index.php/3.2_features
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 7a96297360ff..6137b11224e4 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 6 +PORTREVISION?= 7 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -116,7 +116,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client NO_LATEST_LINK= yes -CONFLICTS= amanda-server-2.6.* +CONFLICTS= amanda-server-2.6.* amanda-server-3.* CONFIGURE_ARGS+=--without-client MAN8= amadmin.8 amaespipe.8 amcheck.8 \ @@ -188,7 +188,7 @@ pre-fetch: @${ECHO} "" NO_LATEST_LINK= yes -CONFLICTS= amanda-client-2.6.* +CONFLICTS= amanda-client-2.6.* amanda-client-3.* CONFIGURE_ARGS+=--without-server MAN5= amanda.conf.5 amanda-client.conf.5 |