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
Please excuse my midnight debugging skills ... the location of two of the tar file mirrors in my Makefile had changed and I didn't realize it before sending in the diff to this port. The following diff is the correct one. Please apply that. diff -urN flexbackup/Makefile flexbackup.new/Makefile --- flexbackup/Makefile Wed Oct 6 21:22:30 1999 +++ flexbackup.new/Makefile Wed Oct 20 07:12:01 1999 @@ -1,14 +1,15 @@ # 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/ \ +MASTER_SITES= http://www.bluecherry.net/~edwinh/flexbackup/tarball/ \ + http://members.home.com/edwinh/flexbackup/tarball/ \ http://metalab.unc.edu/pub/linux/system/backup/ 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 :). -------------------------------------------------------------------------- - +------------------------------------------------------------------------------- -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jreynold@primenet.com FreeBSD 3.3-STABLE. FreeBSD: The Power to Serve. http://www.primenet.com/~jreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
State Changed From-To: open->closed Committed, thanks!