From owner-svn-ports-all@freebsd.org Sun Oct 13 15:08:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89FB5FB6FF; Sun, 13 Oct 2019 15:08:16 +0000 (UTC) (envelope-from rodrigo@freebsd.org) Received: from smtp.osorio.me (smtp.osorio.me [5.196.94.126]) by mx1.freebsd.org (Postfix) with ESMTP id 46rlSJ1bWjz411g; Sun, 13 Oct 2019 15:08:15 +0000 (UTC) (envelope-from rodrigo@freebsd.org) Received: from [192.168.1.184] (unknown [78.194.61.125]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.osorio.me (Postfix) with ESMTPSA id 646E0B37B3; Sun, 13 Oct 2019 15:08:09 +0000 (UTC) Subject: Re: svn commit: r514356 - in head/shells: . elvish To: Adam Weinberger , Tobias Kortkamp Cc: ports-committers , svn-ports-all , svn-ports-head References: <201910122125.x9CLPNAJ008735@repo.freebsd.org> <20191013062508.GA89782@urd.tobik.me> From: Rodrigo Osorio Message-ID: Date: Sun, 13 Oct 2019 17:08:08 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 46rlSJ1bWjz411g X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.72 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.72)[-0.717,0]; ASN(0.00)[asn:16276, ipnet:5.196.0.0/16, country:FR]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2019 15:08:16 -0000 On 10/13/19 4:29 PM, Adam Weinberger wrote: > On Sun, Oct 13, 2019 at 12:25 AM Tobias Kortkamp 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: >>> >>> 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