From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 15:44:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D74D6682 for ; Tue, 3 Jun 2014 15:44:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A41772915 for ; Tue, 3 Jun 2014 15:44:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s53Fif4r040349 for ; Tue, 3 Jun 2014 15:44:41 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s53Fifcj040341 for svn-ports-all@freebsd.org; Tue, 3 Jun 2014 15:44:41 GMT (envelope-from bdrewery) Received: (qmail 6507 invoked from network); 3 Jun 2014 10:44:39 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 3 Jun 2014 10:44:39 -0500 Message-ID: <538DED66.6060501@FreeBSD.org> Date: Tue, 03 Jun 2014 10:44:38 -0500 From: "Drewery, Bryan" Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r354497 - head/sysutils/pear-Cache_Lite References: <201405190713.s4J7DAuF096825@svn.freebsd.org> <20140603012726.GA60685@FreeBSD.org> In-Reply-To: <20140603012726.GA60685@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Martin Wilke , 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 15:44:41 -0000 On Mon Jun 2 20:27:26 2014, Alexey Dokuchaev wrote: > 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 This is a bit extreme and pedantic. The URL is fine as is. There was little need to change it, and even less need to revert it and cause grief to a contributor. The modern web more and more makes trailing / more incorrect than correct. You have absolutely no way to tell if a URL is the "root of a directory" with so many internal rewrites and dynamic URLs around the web now. -- Regards, Bryan Drewery