Date: Tue, 19 Oct 1999 23:49:55 -0700 (MST) From: John Reynolds <jreynold@primenet.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14429: port update: flexbackup-0.9.7 Message-ID: <199910200649.XAA01393@localhost.primenet.com>
next in thread | raw e-mail | index | archive | help
>Number: 14429 >Category: ports >Synopsis: Update to flexbackup port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 19 23:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: N/A >Description: I have just updated the port for "flexbackup" in sysutils to version 0.9.7. The diff's are attached which apply successfully to the 0.9.6 version (from within the sysutils directory). This version (0.9.7) has gone through portlint successfully. >How-To-Repeat: N/A >Fix: diff -urN flexbackup/Makefile flexbackup.new/Makefile --- flexbackup/Makefile Wed Oct 6 21:22:30 1999 +++ flexbackup.new/Makefile Tue Oct 19 22:46:44 1999 @@ -1,15 +1,16 @@ # New ports collection makefile for: flexbackup -# Version required: 0.9.6 -# Date created: Mon Sep 27 21:35:45 MST 1999 +# Version required: 0.9.7 +# Date created: Tue Oct 19 22:46:36 MST 1999 # Whom: John Reynolds <jreynold@primenet.com> # -# $FreeBSD: ports/sysutils/flexbackup/Makefile,v 1.1.1.1 1999/10/07 04:22:30 cpiazza Exp $ +# $FreeBSD$ # -DISTNAME= flexbackup-0.9.6 +DISTNAME= flexbackup-0.9.7 CATEGORIES= sysutils -MASTER_SITES= http://members.home.com/edwinh/flexbackup/tarball/ \ - http://metalab.unc.edu/pub/linux/system/backup/ +MASTER_SITES= http://www.bluecherry.net/~edwinh/flexbackup/ \ + http://metalab.unc.edu/pub/linux/system/backup/ \ + http://members.home.com/edwinh/flexbackup/ MAINTAINER= jreynold@primenet.com @@ -20,8 +21,8 @@ USE_PERL5 = yes post-configure: - @${INSTALL_DATA} ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample - @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/flexbackup.README + @cp ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample + @cp ${WRKSRC}/README ${WRKSRC}/flexbackup.README do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin @@ -30,6 +31,6 @@ ${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup post-install: - @${CAT} ${PKGDIR}/MESSAGE + @cat ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff -urN flexbackup/files/md5 flexbackup.new/files/md5 --- flexbackup/files/md5 Wed Oct 6 21:22:30 1999 +++ flexbackup.new/files/md5 Tue Oct 19 22:30:22 1999 @@ -1 +1 @@ -MD5 (flexbackup-0.9.6.tar.gz) = aba52f1c03f9bfeb44c6c81129461469 +MD5 (flexbackup-0.9.7.tar.gz) = 3cf9e7e78635a5a2f4a00e0e5499cf47 diff -urN flexbackup/pkg/COMMENT flexbackup.new/pkg/COMMENT --- flexbackup/pkg/COMMENT Wed Oct 6 21:22:30 1999 +++ flexbackup.new/pkg/COMMENT Thu Sep 30 00:13:52 1999 @@ -1 +1 @@ -A perl-based, flexible tape backup system. Uses dump, cpio, or afio +A perl-based, flexible tape backup system. Uses dump, cpio, or afio. diff -urN flexbackup/pkg/DESCR flexbackup.new/pkg/DESCR --- flexbackup/pkg/DESCR Wed Oct 6 21:22:30 1999 +++ flexbackup.new/pkg/DESCR Tue Oct 19 22:36:43 1999 @@ -4,14 +4,14 @@ o Easy to configure. o Uses dump, afio, tar, or cpio with the flick of a switch. o Backup, extract, compare, list modes. + o On-disk database support for TOC on tapes. o Compression and buffering options for all backup types. o Full (0) and 1-9 levels of incremental backup (ala "dump"). - o Filesystem-oriented (won't traverse devices). + o Filesystem-oriented (won't traverse devices by default). o Does remote filesystems (over rsh/ssh; no special service). o Works with IDE/SCSI tapes or Linux ftape (allows table of contents support) or archive to normal files rather than device o Nice log files. - WWW: http://members.home.com/edwinh/flexbackup/ diff -urN flexbackup/pkg/MESSAGE flexbackup.new/pkg/MESSAGE --- flexbackup/pkg/MESSAGE Wed Oct 6 21:22:30 1999 +++ flexbackup.new/pkg/MESSAGE Tue Oct 19 22:40:26 1999 @@ -1,5 +1,4 @@ - ------------------- Flexbackup Configuration Information ----------------- +--------------------- Flexbackup Configuration Information -------------------- Flexbackup needs to have its configuration file placed in /etc. A template copy of this configuration file has been installed into @@ -10,12 +9,13 @@ /etc/flexbackup.conf -and edit appropriately for your site. +and edit appropriately for your site configuration. + **************************************************************** ** Changes have occurred in this file since previous versions ** + **************************************************************** Also see ${PREFIX}/share/flexbackup/flexbackup.README for more information on how to use flexbackup (until the man pages are written :). -------------------------------------------------------------------------- - +------------------------------------------------------------------------------- >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?199910200649.XAA01393>