From owner-svn-ports-head@freebsd.org Wed Mar 1 03:33:55 2017 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 15366CF2912; Wed, 1 Mar 2017 03:33:55 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E70DDF1E; Wed, 1 Mar 2017 03:33:54 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 3A5004432; Wed, 1 Mar 2017 03:33:54 +0000 (UTC) Date: Wed, 1 Mar 2017 03:33:54 +0000 From: Alexey Dokuchaev To: Michael Gmelin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r435110 - in head/textproc: . kiss-templates Message-ID: <20170301033354.GA74787@FreeBSD.org> References: <201702282328.v1SNStnU098880@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702282328.v1SNStnU098880@repo.freebsd.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 01 Mar 2017 03:33:55 -0000 On Tue, Feb 28, 2017 at 11:28:55PM +0000, Michael Gmelin wrote: > New Revision: 435110 > URL: https://svnweb.freebsd.org/changeset/ports/435110 > > Log: > New port: textproc/kiss-templates > > Added: head/textproc/kiss-templates/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/textproc/kiss-templates/Makefile Tue Feb 28 23:28:55 2017 (r435110) > @@ -0,0 +1,32 @@ > +# Created by: Andreas Sommer > +# $FreeBSD$ > + > +PORTNAME= kiss-templates > +PORTVERSION= 0.18 > +CATEGORIES= textproc > [... and below ...] Indentation is broken in the Makefile (off by one tab). Can you please fix it? Also, port description should be more than a copy of COMMENT, allow me to quote section 3.2.1 of PHB: "A well-written pkg-descr describes the port completely enough that users would not have to consult the documentation or visit the website to understand what the software does, how it can be useful, or what particularly nice features it has." ./danfe