From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 01:27:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AD275D1A; Tue, 3 Jun 2014 01:27:26 +0000 (UTC) Date: Tue, 3 Jun 2014 01:27:26 +0000 From: Alexey Dokuchaev To: Martin Wilke Subject: Re: svn commit: r354497 - head/sysutils/pear-Cache_Lite Message-ID: <20140603012726.GA60685@FreeBSD.org> References: <201405190713.s4J7DAuF096825@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201405190713.s4J7DAuF096825@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 03 Jun 2014 01:27:26 -0000 On Mon, May 19, 2014 at 07:13:10AM +0000, Martin Wilke wrote: > New Revision: 354497 > URL: http://svnweb.freebsd.org/changeset/ports/354497 > QAT: https://qat.redports.org/buildarchive/r354497/ > > +++ head/sysutils/pear-Cache_Lite/pkg-descr Mon May 19 07:13:10 2014 (r354497) > @@ -1,4 +1,4 @@ > This package is a little cache system optimized for file containers. It is > fast and safe (because it uses file locking and/or anti-corruption tests). > > -WWW: http://pear.php.net/package/Cache_Lite/ > +WWW: http://pear.php.net/package/Cache_Lite Hi Martin, I'm afraid this change is wrong: - pear.php.net itself treats package entry page as a directory: Download, Documentation, Bugs, Trackbacks links are implemented as subdirectories; Main entry points to "http://pear.php.net/package/HTTP_Request2/" (note the trailing slash) - PH section 3.2: "Include a URL to the official WWW homepage [...] with WWW: (followed by single space) so that automated tools will work correctly. If the URI is the root of the website or directory, it should be terminated with a slash." These changes present in the next six commits of yours. I think these parts should be backed out, and Mr. Rutkowski kindly advised to refresh his PH knowledge. ./danfe