From owner-freebsd-ports Fri Apr 2 15:30:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A3BD151B1 for ; Fri, 2 Apr 1999 15:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA03847; Fri, 2 Apr 1999 15:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E16A514CCE for ; Fri, 2 Apr 1999 15:26:03 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.2) id PAA06190; Fri, 2 Apr 1999 15:25:46 -0800 (PST) (envelope-from mharo) Message-Id: <199904022325.PAA06190@patrol.area51.fremont.ca.us> Date: Fri, 2 Apr 1999 15:25:46 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10926: Change: misc/amanda Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10926 >Category: ports >Synopsis: Change: misc/amanda >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 15:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: The amanda MASTER_SITE now has amanda 2.4 in their main directory and moved the 2.3 version to an old-versions directory. Maybe the amanda24 port should replace this port? If not, I've attached a patch below. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /host/trang.nuxi.com/FBSD/CVS-repository/ports/misc/amanda/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 1997/03/08 05:00:11 1.9 +++ Makefile 1999/04/02 23:03:05 @@ -8,7 +8,7 @@ DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/old-versions/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -17,10 +17,10 @@ amflush.8 amlabel.8 amrestore.8 amtape.8 pre-configure: - echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + ${ECHO} "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags post-install: - mkdir -p ${PREFIX}/share/examples/amanda - cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + ${MKDIR} ${PREFIX}/share/examples/amanda + ${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message