From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 10:22:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A65EDA56; Wed, 19 Feb 2014 10:22:50 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E62314C1; Wed, 19 Feb 2014 10:22:50 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1E08D438EB; Wed, 19 Feb 2014 04:22:34 -0600 (CST) Message-ID: <530485D8.7070801@marino.st> Date: Wed, 19 Feb 2014 11:22:16 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Edwin Groothuis Subject: Re: svn commit: r345059 - head/net-mgmt/ipv6calc References: <201402191015.s1JAFlHQ070414@svn.freebsd.org> In-Reply-To: <201402191015.s1JAFlHQ070414@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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.17 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, 19 Feb 2014 10:22:50 -0000 On 2/19/2014 11:15, Edwin Groothuis wrote: > Author: edwin > Date: Wed Feb 19 10:15:47 2014 > New Revision: 345059 > URL: http://svnweb.freebsd.org/changeset/ports/345059 > QAT: https://qat.redports.org/buildarchive/r345059/ > > Log: > Add perl5 to USES statement to make the pkg-fallout-builder happy. > > Modified: > head/net-mgmt/ipv6calc/Makefile > Hi Edwin, I was just fixing this but also it needs SHEBANGFIX as well (many scripts hardcoded with /usr/bin/perl). I was just about to fire poudriere to do this. Unless you tell me "stop" I'll proceed. Thanks, John