From owner-svn-ports-head@freebsd.org Mon Nov 2 15:58:53 2015 Return-Path: Delivered-To: svn-ports-head@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 D9986A03A1B; Mon, 2 Nov 2015 15:58:53 +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 C75ED14E7; Mon, 2 Nov 2015 15:58:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id C78AB114E; Mon, 2 Nov 2015 15:58:53 +0000 (UTC) Date: Mon, 2 Nov 2015 15:58:53 +0000 From: Alexey Dokuchaev To: Dag-Erling Sm??rgrav Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r400658 - in head/net: . p5-ldap2pf p5-ldap2pw p5-srv2pf Message-ID: <20151102155853.GA29265@FreeBSD.org> References: <201511021504.tA2F4qg3052690@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201511021504.tA2F4qg3052690@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 02 Nov 2015 15:58:54 -0000 On Mon, Nov 02, 2015 at 03:04:52PM +0000, Dag-Erling Sm??rgrav wrote: > New Revision: 400658 > URL: https://svnweb.freebsd.org/changeset/ports/400658 > > Log: > Three small Perl utilities It's normally expected to briefly mention in the commit log what are those programs are about. > Added: > head/net/p5-ldap2pf/ > [...] > +PORTNAME= ldap2pw > +PORTVERSION= 20151101 > +CATEGORIES= net > +MASTER_SITES= GH This last line is not needed because USE_GITHUB implies it. > Added: head/net/p5-srv2pf/pkg-descr > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net/p5-srv2pf/pkg-descr Mon Nov 2 15:04:52 2015 (r400658) > @@ -0,0 +1,4 @@ > +The srv2pf utility creates and updates PF tables based on SRV, A or > +AAAA records. Missin Oxford comma in "A or" which we typically respect in FreeBSD. ./danfe