Date: Mon, 12 May 2014 09:57:03 +0200 From: =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org> To: svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r353777 - head/sysutils/flexbackup Message-ID: <CADL2u4iV4UXEUvMzoxMtBN53DRdizm66ZhN8ZuoN7HAoMFV3Ow@mail.gmail.com> In-Reply-To: <201405120712.s4C7CTUt067648@svn.freebsd.org> References: <201405120712.s4C7CTUt067648@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Op 12 mei 2014 09:12 schreef "Rene Ladan" <rene@freebsd.org>: > > 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) > Committed too soon, there are PRS for the star and smake ports. I'll look into them. Ren=C3=A9 > Modified: > head/sysutils/flexbackup/Makefile > head/sysutils/flexbackup/pkg-descr > > Modified: head/sysutils/flexbackup/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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=3D flexbackup > PORTVERSION=3D 1.2.1 > -PORTREVISION=3D 5 > +PORTREVISION=3D 6 > CATEGORIES=3D sysutils > MASTER_SITES=3D http://www.edwinh.org/flexbackup/tarball/ \ > http://www.reynoldsnet.org/flexbackup/tarball/ > > MAINTAINER=3D mva@FreeBSD.org > -COMMENT=3D Perl-based flexible backup system that can use dump/afio/cpio/tar/star > +COMMENT=3D Perl-based flexible backup system that can use dump/afio/cpio/tar > > LICENSE=3D GPLv2 > > @@ -21,17 +21,15 @@ TAR_CMD=3D ${PREFIX}/bin/gtar > > SUB_FILES+=3D pkg-message > > -OPTIONS_DEFINE=3D AFIO BUFFER MBUFFER STAR ZIP DOCS > +OPTIONS_DEFINE=3D AFIO BUFFER MBUFFER ZIP DOCS > AFIO_DESC=3D Enable afio support > BUFFER_DESC=3D Enable buffer support > MBUFFER_DESC=3D Enable mbuffer support > -STAR_DESC=3D Enable star support > ZIP_DESC=3D Enable zip support > > AFIO_RUN_DEPENDS=3D afio:${PORTSDIR}/sysutils/afio > BUFFER_RUN_DEPENDS=3D buffer:${PORTSDIR}/misc/buffer > MBUFFER_RUN_DEPENDS=3D mbuffer:${PORTSDIR}/misc/mbuffer > -STAR_RUN_DEPENDS=3D star:${PORTSDIR}/archivers/star > ZIP_RUN_DEPENDS=3D zip:${PORTSDIR}/archivers/zip > > DOCLIST=3D 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 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- 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?CADL2u4iV4UXEUvMzoxMtBN53DRdizm66ZhN8ZuoN7HAoMFV3Ow>