Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2003 13:15:51 -0700 (MST)
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48567: flexbackup port needs maintainer update to 1.0.2
Message-ID:  <200302222015.h1MKFpPl039781@whale.home-net>

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

>Number:         48567
>Category:       ports
>Synopsis:       flexbackup port needs maintainer update to 1.0.2
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 12:20:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:

System: FreeBSD whale 4.7-STABLE FreeBSD 4.7-STABLE #0: Thu Dec 5 19:52:40 MST
2002 root@dolphin:/usr/obj/usr/src/sys/WHALE i386

>Description:

The port sysutils/flexbackup needs to be updated to the latest stable version,
1.0.2. The enclosed patch will take care of this. I hope to get this into the
ports tree before it is frozen for 4.8-RELEASE

>How-To-Repeat:

 n/a

>Fix:

Apply the following patches:

diff -urN flexbackup.orig/Makefile flexbackup/Makefile
--- flexbackup.orig/Makefile	Mon Feb  3 09:06:12 2003
+++ flexbackup/Makefile	Sat Feb 22 09:56:14 2003
@@ -6,24 +6,30 @@
 #
 
 PORTNAME=	flexbackup
-PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.edwinh.org/flexbackup/tarball/ \
-		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	system/backup
+		http://www.reynoldsnet.org/flexbackup/tarball/
 
 MAINTAINER=	johnjen@reynoldsnet.org
 
 RUN_DEPENDS=	afio:${PORTSDIR}/sysutils/afio \
 		buffer:${PORTSDIR}/misc/buffer \
-		gtar:${PORTSDIR}/archivers/gtar
+
+.if defined(WITH_GTAR)
+RUN_DEPENDS+=    gtar:${PORTSDIR}/archivers/gtar
+.endif
 
 NO_BUILD=	yes
 USE_PERL5=	yes
 
-post-patch:
-	@${PERL} -pi -e "s|tar --|gtar --|g" ${WRKSRC}/flexbackup
+pre-fetch:
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "If you are using and older version of FreeBSD that does not have GNU Tar"
+	@${ECHO_MSG} "imported as the system 'tar,' configure this port using WITH_GTAR=yes"
+	@${ECHO_MSG} "to enable the port dependency and use the 'path' variable in the"
+	@${ECHO_MSG} "flexbackup.conf file to point to 'gtar'"
+	@${ECHO_MSG} ""
 
 post-configure:
 	@${CP} ${WRKSRC}/flexbackup.conf ${WRKSRC}/flexbackup.conf.sample
diff -urN flexbackup.orig/distinfo flexbackup/distinfo
--- flexbackup.orig/distinfo	Mon Feb  3 09:06:12 2003
+++ flexbackup/distinfo	Fri Feb 21 21:38:25 2003
@@ -1 +1 @@
-MD5 (flexbackup-0.9.8.tar.gz) = 5e5042794c778358dbda88c02fcdc4f0
+MD5 (flexbackup-1.0.2.tar.gz) = a25be37c2f821aaa216c4102c144ee0f
diff -urN flexbackup.orig/pkg-comment flexbackup/pkg-comment
--- flexbackup.orig/pkg-comment	Mon Feb  3 09:06:12 2003
+++ flexbackup/pkg-comment	Sat Feb 22 13:12:20 2003
@@ -1 +1 @@
-Perl-based, flexible tape backup system that uses dump, cpio, or afio
+Perl-based flexible tape backup system that uses dump/afio/cpio/tar
diff -urN flexbackup.orig/pkg-descr flexbackup/pkg-descr
--- flexbackup.orig/pkg-descr	Mon Feb  3 09:06:12 2003
+++ flexbackup/pkg-descr	Sat Feb 22 09:19:28 2003
@@ -1,17 +1,14 @@
 Flexible backup script.
 
 Features:
-   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 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.
+   o Easy to configure
+   o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers
+   o Full and numbered levels of incremental backup (acts like "dump")
+   o Backup, list, compare, extract, extract list of files modes
+   o Compression and buffering options for all backup types
+   o Keeps a table of contents so you know archives are on each tape
+   o Does remote filesystems (over rsh/ssh; no special service)
+   o Works with tape drives or on-disk files
+   o Nice log files
 
-WWW: http://www.edwinh.org/flexbackup/
+WWW: http://flexbackup.sourceforge.net/
diff -urN flexbackup.orig/pkg-message flexbackup/pkg-message
--- flexbackup.orig/pkg-message	Mon Feb  3 09:06:12 2003
+++ flexbackup/pkg-message	Sat Feb 22 09:26:24 2003
@@ -11,9 +11,9 @@
 
 and edit appropriately for your site configuration.
 
- ****************************************************************
- ** Changes have occurred in this file since previous versions **
- ****************************************************************
+ *****************************************************************
+ **   Changes have occurred in this file since version 0.9.8!   **
+ *****************************************************************
 
 Also see %%PREFIX%%/share/doc/flexbackup/flexbackup.README
 for more information on how to use flexbackup (until the man 
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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