diff options
author | jeh <jeh@FreeBSD.org> | 2001-12-03 21:18:46 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-12-03 21:18:46 +0800 |
commit | a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b (patch) | |
tree | 6e8a2901a7046d50d8de35874c3a9f5f93f4ae61 /misc/amanda32-server/Makefile | |
parent | 7de6fe6f24c59f1d6e1a6dc43498e99117658ce0 (diff) | |
download | freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.tar.gz freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.tar.zst freebsd-ports-gnome-a5e21e6bf31f8d2378d2c1bb96dafb6128769a5b.zip |
Upgrade amanda to 2.4.3b1.
This is an upgraded repo-copy of amand24-client and amanda24-server, which
along with the out dated amanda will be going away.
PR: 32419
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: jeh
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r-- | misc/amanda32-server/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index f36ae4febe2c..18d5e310128e 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -6,8 +6,8 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 2.4.2p2 -PORTREVISION?= 1 +PORTVERSION= 2.4.3b1 +PORTREVISION?= 0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amanda @@ -16,8 +16,8 @@ DISTFILES= amanda-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= jeh@FreeBSD.org WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} -SLAVEDIRS= misc/amanda24-client -MASTERPORTNAME= amanda24-server +SLAVEDIRS= misc/amanda-client +MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes USE_GMAKE= yes @@ -27,7 +27,7 @@ LIBTOOLFLAGS= --disable-ltlibs --release-ignore PATCH_STRIP= .include <bsd.port.pre.mk> -# amanda24-server part +# amanda-server part .if !defined(CLIENT_ONLY) pre-fetch: @@ -46,8 +46,8 @@ pre-fetch: @${ECHO} " The default is user" @${ECHO} "" -RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client -BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda24-client +RUN_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client +BUILD_DEPENDS= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ @@ -101,7 +101,7 @@ PLIST_SUB+= SCSICHG='' PLIST_SUB+= SCSICHG='@comment ' .endif -# amanda24-client part +# amanda-client part .else pre-fetch: |