Date: Mon, 12 May 2014 07:12:29 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353777 - head/sysutils/flexbackup Message-ID: <201405120712.s4C7CTUt067648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon May 12 07:12:28 2014 New Revision: 353777 URL: http://svnweb.freebsd.org/changeset/ports/353777 QAT: https://qat.redports.org/buildarchive/r353777/ Log: - Drop optional support for expired star format - Bump PORTREVISION (pkg-descr and COMMENT changed) Modified: head/sysutils/flexbackup/Makefile head/sysutils/flexbackup/pkg-descr Modified: head/sysutils/flexbackup/Makefile ============================================================================== --- head/sysutils/flexbackup/Makefile Mon May 12 07:01:56 2014 (r353776) +++ head/sysutils/flexbackup/Makefile Mon May 12 07:12:28 2014 (r353777) @@ -3,13 +3,13 @@ PORTNAME= flexbackup PORTVERSION= 1.2.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://www.edwinh.org/flexbackup/tarball/ \ http://www.reynoldsnet.org/flexbackup/tarball/ MAINTAINER= mva@FreeBSD.org -COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar/star +COMMENT= Perl-based flexible backup system that can use dump/afio/cpio/tar LICENSE= GPLv2 @@ -21,17 +21,15 @@ TAR_CMD= ${PREFIX}/bin/gtar SUB_FILES+= pkg-message -OPTIONS_DEFINE= AFIO BUFFER MBUFFER STAR ZIP DOCS +OPTIONS_DEFINE= AFIO BUFFER MBUFFER ZIP DOCS AFIO_DESC= Enable afio support BUFFER_DESC= Enable buffer support MBUFFER_DESC= Enable mbuffer support -STAR_DESC= Enable star support ZIP_DESC= Enable zip support AFIO_RUN_DEPENDS= afio:${PORTSDIR}/sysutils/afio BUFFER_RUN_DEPENDS= buffer:${PORTSDIR}/misc/buffer MBUFFER_RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer -STAR_RUN_DEPENDS= star:${PORTSDIR}/archivers/star ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip DOCLIST= CHANGES CREDITS README TODO faq.html @@ -52,6 +50,5 @@ do-install: post-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} "${DOCLIST}" ${STAGEDIR}${DOCSDIR} - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/sysutils/flexbackup/pkg-descr ============================================================================== --- head/sysutils/flexbackup/pkg-descr Mon May 12 07:01:56 2014 (r353776) +++ head/sysutils/flexbackup/pkg-descr Mon May 12 07:12:28 2014 (r353777) @@ -2,7 +2,7 @@ A flexible backup tool Features: o Easy to configure - o Uses dump, afio, GNU tar, cpio, star, pax, or zip archivers + o Uses dump, afio, GNU tar, cpio, pax, or zip archivers o Full and numbered levels of incremental backup (acts like "dump") o Compression and buffering options for all backup types o Does remote filesystems (over rsh/ssh; no special service)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120712.s4C7CTUt067648>