From owner-freebsd-ports@freebsd.org Sun Aug 28 07:21:03 2016 Return-Path: Delivered-To: freebsd-ports@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 A472EB78C1E for ; Sun, 28 Aug 2016 07:21:03 +0000 (UTC) (envelope-from danny@dannywarren.com) Received: from helper.dannywarren.com (helper.dannywarren.com [45.32.229.219]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8849EA77 for ; Sun, 28 Aug 2016 07:21:03 +0000 (UTC) (envelope-from danny@dannywarren.com) Received: from [10.0.0.100] (173-160-240-149-Washington.hfc.comcastbusiness.net [173.160.240.149]) by helper.dannywarren.com (OpenSMTPD) with ESMTPSA id af48466e (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Sun, 28 Aug 2016 00:21:02 -0700 (PDT) Subject: Re: Committer needed for new perl5 ports To: freebsd-ports@freebsd.org References: <48b49dbd-0563-780e-b579-048d6f256b0d@dannywarren.com> <20160828070617.GD96200@home.opsec.eu> From: Danny Warren Message-ID: <821d9ed1-29b9-44a7-0df9-67dee7ec6522@dannywarren.com> Date: Sun, 28 Aug 2016 00:21:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160828070617.GD96200@home.opsec.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2016 07:21:03 -0000 On 8/28/2016 12:06 AM, Kurt Jaeger wrote: > Hi! > >> Hi all! I have a few new perl5 ports that could use a committer. >> >> Each of these has a successful poudriere log attached, no complaints >> from portlint and dependencies met. >> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212206 > > Done. The distinfo files do not have the TIMESTAMP element, > which is now required. Please add that element in future PRs. > > Another issue: Do not attach build-logs to the PRs per default, as it > blows up the bugzilla database. If the build is fine, mention it > in the PR, like: > > poudriere testbuild on 10.3-amd64, 11.0-RC2-i386 is ok. > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209191 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212209 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212210 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209187 >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209189 > > I'll work on those in the next few hours. Thanks Kurt! I'll make sure to use "make distinfo" next time, and I'll refrain from spamming bugzilla with buildlogs. Appreciate the pointers.