Date: Sun, 13 Oct 2019 08:29:44 -0600 From: Adam Weinberger <adamw@adamw.org> To: Tobias Kortkamp <tobik@freebsd.org> Cc: Rodrigo Osorio <rodrigo@freebsd.org>, ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>, svn-ports-head <svn-ports-head@freebsd.org> Subject: Re: svn commit: r514356 - in head/shells: . elvish Message-ID: <CAP7rwchsDTXsK0%2BSxoNz973tUj5t56Jxd_UULh3qHVvv4CRVOw@mail.gmail.com> In-Reply-To: <20191013062508.GA89782@urd.tobik.me> References: <201910122125.x9CLPNAJ008735@repo.freebsd.org> <20191013062508.GA89782@urd.tobik.me>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 13, 2019 at 12:25 AM Tobias Kortkamp <tobik@freebsd.org> wrote: > > On Sat, Oct 12, 2019 at 06:12:36PM +0000, Rodrigo Osorio wrote: > > Author: rodrigo > > Date: Sat Oct 12 18:12:36 2019 > > New Revision: 514349 > > URL: https://svnweb.freebsd.org/changeset/ports/514349 > > > > Log: > > New ports sysutils/sanoid and sysutils/sanoid-devel > > > > Sanoid is a policy-driven snapshot management tool > > for ZFS filesystems. You can use Sanoid to create, > > automatically and monitor snapshots. > > > > Add sysutils/sanoid-devel to track interesting > > moments on the master branch. > > > > PR: 238584 > > Submitted by: <hartzell@alerce.com> > > > > Added: head/sysutils/sanoid-devel/Makefile > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/sysutils/sanoid-devel/Makefile Sat Oct 12 18:12:36 2019 (r514349) > > @@ -0,0 +1,51 @@ > > +# $FreeBSD$ > > + > > +PORTNAME= sanoid > > +PORTVERSION=1.0.0.20190619 > > +CATEGORIES= sysutils > > +PKGNAMESUFFIX=-devel > > + > > +MAINTAINER= hartzell@alerce.com > > +COMMENT= Policy-driven snapshot management and replication tools > > + > > +LICENSE= GPLv3 > > +LICENSE_FILE= ${WRKSRC}/LICENSE > > + > > +RUN_DEPENDS= ${LOCALBASE}/bin/lzop:archivers/lzop \ > > + ${LOCALBASE}/bin/mbuffer:misc/mbuffer \ > > + ${LOCALBASE}/bin/pv:sysutils/pv \ > > + p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ > > + p5-Config-IniFiles>=0:devel/p5-Config-IniFiles Also, ${LOCALBASE}/bin should never appear unless a binary by the same name resides in base. # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwchsDTXsK0%2BSxoNz973tUj5t56Jxd_UULh3qHVvv4CRVOw>