Date: Sun, 13 Oct 2019 17:08:08 +0200 From: Rodrigo Osorio <rodrigo@freebsd.org> To: Adam Weinberger <adamw@adamw.org>, Tobias Kortkamp <tobik@freebsd.org> Cc: 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: <cd5d3770-5bc8-bf41-b45b-823b5febfbd5@freebsd.org> In-Reply-To: <CAP7rwchsDTXsK0%2BSxoNz973tUj5t56Jxd_UULh3qHVvv4CRVOw@mail.gmail.com> References: <201910122125.x9CLPNAJ008735@repo.freebsd.org> <20191013062508.GA89782@urd.tobik.me> <CAP7rwchsDTXsK0%2BSxoNz973tUj5t56Jxd_UULh3qHVvv4CRVOw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10/13/19 4:29 PM, Adam Weinberger wrote: > 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 > Hi Adam, Agree on that, I will fix this now. btw, this is the wrong thread. Cheers, -- rodrigo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd5d3770-5bc8-bf41-b45b-823b5febfbd5>