From owner-svn-ports-all@freebsd.org Thu May 18 13:16:08 2017 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 05613D72910; Thu, 18 May 2017 13:16:08 +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 D9C57329; Thu, 18 May 2017 13:16:07 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 006027748; Thu, 18 May 2017 13:16:06 +0000 (UTC) Date: Thu, 18 May 2017 13:16:06 +0000 From: Alexey Dokuchaev To: Joseph Mingrone Cc: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r441133 - head/devel/rubygem-simple-navigation Message-ID: <20170518131606.GA25843@FreeBSD.org> References: <201705180900.v4I90Xnx023611@repo.freebsd.org> <86pof6ifbl.fsf@phe.ftfl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86pof6ifbl.fsf@phe.ftfl.ca> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 18 May 2017 13:16:08 -0000 On Thu, May 18, 2017 at 08:18:06AM -0300, Joseph Mingrone wrote: > Dmitry Marakasov writes: > > New Revision: 441133 > > URL: https://svnweb.freebsd.org/changeset/ports/441133 > > > Log: > > - Fix WWW > > > Approved by: portmgr blanket > > ... > > -WWW: http://github.com/codeplant/simple-navigation/ > > +WWW: https://github.com/codeplant/simple-navigation > > Did I misinterpret section 3.2.1. of the porter's handbook? > > "If the URI is the root of the website or directory, it must be > terminated with a slash." No, you didn't. GitHub pages are not really directories (e.g. Firefox would not append slash to it if you paste the URL and go, like it does for real directories). ./danfe