aboutsummaryrefslogtreecommitdiffstats
path: root/misc/amanda32-server/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2012-05-15 22:37:05 +0800
committerkuriyama <kuriyama@FreeBSD.org>2012-05-15 22:37:05 +0800
commit847cd0744163529054f2fb45db9e567bc3e1f5ba (patch)
tree163d26044dda631acf597c69344f62419f7b5340 /misc/amanda32-server/Makefile
parentedc77070398bb68c33a438f9157eb9cb07c58101 (diff)
downloadfreebsd-ports-gnome-847cd0744163529054f2fb45db9e567bc3e1f5ba.tar.gz
freebsd-ports-gnome-847cd0744163529054f2fb45db9e567bc3e1f5ba.tar.zst
freebsd-ports-gnome-847cd0744163529054f2fb45db9e567bc3e1f5ba.zip
- Upgrade to 3.3.1 after preserving 3.2.x as
misc/amanda32-{server,client} by repocopy.
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r--misc/amanda32-server/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index f209ed2af0ce..e85c53a44dc2 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper
BUILD_DEPENDS= perl-amanda:${PORTSDIR}/misc/amanda-perl-wrapper
WRKSRC= ${WRKDIR}/amanda-${PORTVERSION}
-SLAVEDIRS= misc/amanda-client
+SLAVEDIRS= misc/amanda32-client
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
GNU_CONFIGURE= yes
@@ -92,10 +92,10 @@ pre-fetch:
@${ECHO} " AMANDA_DATES=path to client amandates file"
@${ECHO} ""
-CONFLICTS= amanda-server-2.5.* amanda-server-2.6.*
+CONFLICTS= amanda-server-2.5.* amanda-server-2.6.* amanda-server-3.3.*
-BUILD_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client
-RUN_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda32-client
+RUN_DEPENDS+= ${LOCALBASE}/lib/amanda/libamandad-${PORTVERSION}.so:${PORTSDIR}/misc/amanda32-client
CONFIGURE_ARGS+=--without-client
@@ -171,7 +171,7 @@ pre-fetch:
@${ECHO} " AMANDA_DATES=path to client amandates file"
@${ECHO} ""
-CONFLICTS= amanda-client-2.5.* amanda-client-2.6.*
+CONFLICTS= amanda-client-2.5.* amanda-client-2.6.* amanda-client-3.3.*
CONFIGURE_ARGS+=--without-server --with-amandates=${AMANDA_DATES}
.if defined(AMANDA_NO_SNAPSHOT_DUMP)
CFLAGS= -DFreeBSD_NO_SNAPSHOT_DUMP=t