From owner-svn-ports-all@freebsd.org Tue May 3 03:09:45 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AD09B2B636; Tue, 3 May 2016 03:09:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 22CE11DF9; Tue, 3 May 2016 03:09:45 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 224421E04; Tue, 3 May 2016 03:09:45 +0000 (UTC) Date: Tue, 3 May 2016 03:09:45 +0000 From: Alexey Dokuchaev To: Cy Schubert Cc: Cy Schubert , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r414384 - head/sysutils/xdu Message-ID: <20160503030945.GA84420@FreeBSD.org> References: <20160503025541.GC52316@FreeBSD.org> <201605030305.u4335IiC003327@slippy.cwsent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605030305.u4335IiC003327@slippy.cwsent.com> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 03 May 2016 03:09:45 -0000 On Mon, May 02, 2016 at 08:05:18PM -0700, Cy Schubert wrote: > In message <20160503025541.GC52316@FreeBSD.org>, Alexey Dokuchaev writes: > > On Sun, May 01, 2016 at 05:21:12AM +0000, Cy Schubert wrote: > > > New Revision: 414384 > > > URL: https://svnweb.freebsd.org/changeset/ports/414384 > > > > > > Log: > > > Make fetchable again. > > > > > > Assume care and feeding of this port. > > > > > > [...] > > > +USE_GITHUB= yes > > > +GH_ACCOUNT= vlasovskikh > > > +GH_PROJECT= xdu > > > > > > -NO_WRKSUBDIR= yes > > > -USES= imake tar:Z > > > +USES= imake tar > > > > USES=tar looks bogus here, as it is now GitHub-based port. It is even > > more bogus since distinfo clearly says ".tar.gz". > > Made it look proper. Thanks Cy. ./danfe