From owner-svn-ports-all@freebsd.org Sat Sep 19 14:30:43 2015 Return-Path: Delivered-To: svn-ports-all@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 B0DE4A03BDF; Sat, 19 Sep 2015 14:30:43 +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 A1E94197B; Sat, 19 Sep 2015 14:30:43 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A11C017F0; Sat, 19 Sep 2015 14:30:43 +0000 (UTC) Date: Sat, 19 Sep 2015 14:30:43 +0000 From: Alexey Dokuchaev To: Wen Heping Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r397327 - head/textproc/utf8proc Message-ID: <20150919143043.GA69287@FreeBSD.org> References: <201509191415.t8JEFZsv027725@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509191415.t8JEFZsv027725@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2015 14:30:43 -0000 On Sat, Sep 19, 2015 at 02:15:35PM +0000, Wen Heping wrote: > New Revision: 397327 > URL: https://svnweb.freebsd.org/changeset/ports/397327 > > Log: > - Update to 1.3 > > PR: 201853 > Submitted by: tkato432@yahoo.com Guys, please bear in mind that Kato's patches often contain unrelated changes and should always be reviewed thoroughly before applying. > Deleted: > head/textproc/utf8proc/pkg-plist > [...] > > +PORTDOCS= NEWS.md README.md > +PLIST_FILES= include/utf8proc.h \ > + lib/libutf8proc.a \ > + lib/libutf8proc.so \ > + lib/libutf8proc.so.1 \ > + lib/libutf8proc.so.1.3 \ > + lib/libutf8proc.so.1.3.0 Why convert to PLIST_FILES? It's long enough to warrant a dedicated file. ./danfe