From owner-svn-ports-head@FreeBSD.ORG Wed Nov 6 09:12:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1F755BD5; Wed, 6 Nov 2013 09:12:52 +0000 (UTC) Date: Wed, 6 Nov 2013 09:12:52 +0000 From: Alexey Dokuchaev To: Jimmy Olgeni Subject: Re: svn commit: r332830 - head/www/yaws Message-ID: <20131106091252.GA7147@FreeBSD.org> References: <201311051116.rA5BGute034321@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311051116.rA5BGute034321@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Nov 2013 09:12:52 -0000 On Tue, Nov 05, 2013 at 11:16:56AM +0000, Jimmy Olgeni wrote: > New Revision: 332830 > URL: http://svnweb.freebsd.org/changeset/ports/332830 > > Log: > - Upgrade to version 1.98 > - Switch to github > > -MASTER_SITES= http://yaws.hyber.org/download/ > +MASTER_SITES= GH I think you could simply drop it (MASTER_SITES) now, since you have USE_GITHUB. > MAINTAINER= olgeni@FreeBSD.org > COMMENT= A webserver for dynamic content written in Erlang Just as you can (and should) drop leading article from COMMENT lines. > +USE_AUTOTOOLS+= autoconf > USE_GMAKE= yes USE_GMAKE is deprecated, "gmake" should be added to USES these days. ./danfe