Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 19:12:40 -0800 (PST)
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jeh@freebsd.org
Subject:   ports/32419: [PATCH] Update amanda[-server|-client] to 2.4.3b1
Message-ID:  <20011201031240.C619215503@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         32419
>Category:       ports
>Synopsis:       [PATCH] Update amanda[-server|-client] to 2.4.3b1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 19:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #19: Thu Nov 29 23:09:14 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Upgrade amanda to 2.4.3b1 (released today).  This might be a
	time to retire /misc/amanda and get rid of the version numbers
	in the port names--instead using amanda-server and amanda-client.
	But that will be the maintainer/committer's call.

>How-To-Repeat:
	N/A

>Fix:

	Patch comes in two sections--one for amanda-server and one for
	amanda-client:

	======================= begin amanda-server ====================

Summary of files that have changed in amanda-server:

 'amanda-server/Makefile'       |    0 
 'amanda-server/distinfo'       |    0 
 'amanda-server/files/patch-ab' |    0 
 'amanda-server/files/patch-ac' |    0 
 ./Makefile                     |   17 ++++++++---------
 ./distinfo                     |    2 +-
 ./files/patch-ab               |   14 +++++++-------
 ./files/patch-ac               |   15 +++++++--------
 8 files changed, 23 insertions(+), 25 deletions(-)

Patch for amanda-server generated by makepatch -nomanifest -diff
"diff -u" amanda24-server amanda-server (see textproc/makepatch):

# This is a patch for amanda24-server to update it to amanda-server
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'amanda24-server/Makefile' 'amanda-server/Makefile'
Index: ./Makefile
--- ./Makefile	Tue May  8 19:52:54 2001
+++ ./Makefile	Fri Nov 30 18:50:47 2001
@@ -2,12 +2,11 @@
 # Date created:				28th Feb 1995
 # Whom:					gpalmer
 #
-# $FreeBSD: ports/misc/amanda24-server/Makefile,v 1.44 2001/05/09 02:52:54 jeh Exp $
+# $FreeBSD$
 #
 
 PORTNAME?=	${MASTERPORTNAME}
-PORTVERSION=	2.4.2p2
-PORTREVISION?=	1
+PORTVERSION=	2.4.3b1
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	amanda
@@ -16,8 +15,8 @@
 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 +26,7 @@
 PATCH_STRIP=
 
 .include <bsd.port.pre.mk>
-# amanda24-server part
+# amanda-server part
 .if !defined(CLIENT_ONLY)
 
 pre-fetch:
@@ -46,8 +45,8 @@
 	@${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 +100,7 @@
 PLIST_SUB+=	SCSICHG='@comment '
 .endif
 
-# amanda24-client part
+# amanda-client part
 .else
 
 pre-fetch:
diff -u 'amanda24-server/distinfo' 'amanda-server/distinfo'
Index: ./distinfo
--- ./distinfo	Tue Apr 24 17:20:05 2001
+++ ./distinfo	Fri Nov 30 17:20:35 2001
@@ -1 +1 @@
-MD5 (amanda-2.4.2p2.tar.gz) = f8f66a5a86df588f467db9997cce6764
+MD5 (amanda-2.4.3b1.tar.gz) = 97eb282d51c820f138d62492d7fffcd0
diff -u 'amanda24-server/files/patch-ab' 'amanda-server/files/patch-ab'
Index: ./files/patch-ab
--- ./files/patch-ab	Sun Feb 11 19:13:12 2001
+++ ./files/patch-ab	Fri Nov 30 18:10:51 2001
@@ -1,12 +1,12 @@
---- common-src/Makefile.in.orig	Fri Jan 26 14:28:17 2001
-+++ common-src/Makefile.in	Thu Feb  8 06:51:25 2001
-@@ -481,7 +481,8 @@
- check: check-am
- installcheck-am:
- installcheck: installcheck-am
+--- common-src/Makefile.in	Fri Nov 30 11:33:48 2001
++++ common-src/Makefile.in.new	Fri Nov 30 18:03:29 2001
+@@ -611,7 +611,8 @@
+ 
+ install-data-am:
+ 
 -install-exec-am: install-libLTLIBRARIES
 +@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
 +@WANT_SERVER_TRUE@install-exec-am:
- install-exec: install-exec-am
  
- install-data-am:
+ install-info:
+ 
diff -u 'amanda24-server/files/patch-ac' 'amanda-server/files/patch-ac'
Index: ./files/patch-ac
--- ./files/patch-ac	Sun Feb 11 19:13:12 2001
+++ ./files/patch-ac	Fri Nov 30 18:17:13 2001
@@ -1,12 +1,15 @@
---- tape-src/Makefile.in.orig	Fri Jan 26 14:28:19 2001
-+++ tape-src/Makefile.in	Sun Feb 11 21:18:00 2001
-@@ -353,7 +353,8 @@
- check: check-am
- installcheck-am:
- installcheck: installcheck-am
--install-exec-am: install-libLTLIBRARIES
-+@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES
-+@WANT_SERVER_TRUE@install-exec-am:
- install-exec: install-exec-am
+--- tape-src/Makefile.in	Fri Nov 30 11:33:56 2001
++++ tape-src/Makefile.in.new	Fri Nov 30 18:16:35 2001
+@@ -524,7 +524,11 @@
  
  install-data-am:
+ 
+-install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
++@WANT_CLIENT_TRUE@install-exec-am: @WANT_CLIENT_TRUE@install-libLTLIBRARIES \
++	install-sbinPROGRAMS
++	@$(NORMAL_INSTALL)
++	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
++@WANT_SERVER_TRUE@install-exec-am: install-sbinPROGRAMS
+ 	@$(NORMAL_INSTALL)
+ 	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+ 
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Fri Nov 30 18:58:34 2001
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 4350 1007175047 0100644
# p 'distinfo' 63 1007169635 0100644
# p 'files/patch-ab' 400 1007172651 0100644
# p 'files/patch-ac' 396 1007173033 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Fri Nov 30 18:58:34 2001] ####
#### Checksum: 153 4869 40807 ####


	====================== begin amanda-client =====================

Summary of files that have changed in amanda-client:

 'amanda-client/Makefile' |    0 
 ./Makefile               |    5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)

Patch for amanda-client generated by makepatch -nomanifest -diff
"diff -u" amanda24-client amanda-client (see textproc/makepatch):

# This is a patch for amanda24-client to update it to amanda-client
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'amanda24-client/Makefile' 'amanda-client/Makefile'
Index: ./Makefile
--- ./Makefile	Tue May  8 19:52:54 2001
+++ ./Makefile	Fri Nov 30 18:48:51 2001
@@ -2,13 +2,12 @@
 # Date created:				28th Feb 1995
 # Whom:					gpalmer
 #
-# $FreeBSD: ports/misc/amanda24-client/Makefile,v 1.40 2001/05/09 02:52:54 jeh Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	${MASTERPORTNAME:S/-server/-client/g}
-PORTREVISION=	1
 
-MASTERDIR=	${.CURDIR}/../amanda24-server
+MASTERDIR=	${.CURDIR}/../amanda-server
 COMMENT=	${PKGDIR}/pkg-comment.client
 PKGINSTALL=	mustnotexist
 PLIST=		${PKGDIR}/pkg-plist.client
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Fri Nov 30 18:58:54 2001
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 443 1007174931 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Fri Nov 30 18:58:54 2001] ####
#### Checksum: 49 1609 58106 ####
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011201031240.C619215503>