From owner-svn-ports-all@freebsd.org Wed Jan 4 14:02:55 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 D71DFC9E73F; Wed, 4 Jan 2017 14:02:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61D7B10A8; Wed, 4 Jan 2017 14:02:55 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id 8245f28a TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 4 Jan 2017 07:02:53 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: svn commit: r430553 - in head/x11-toolkits: . diorite diorite/files From: Adam Weinberger In-Reply-To: <201701041230.v04CUUjF076965@repo.freebsd.org> Date: Wed, 4 Jan 2017 07:02:51 -0700 Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201701041230.v04CUUjF076965@repo.freebsd.org> To: Alberto Villa X-Mailer: Apple Mail (2.3259) 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: Wed, 04 Jan 2017 14:02:56 -0000 > On 4 Jan, 2017, at 5:30, Alberto Villa wrote: >=20 > Author: avilla > Date: Wed Jan 4 12:30:30 2017 > New Revision: 430553 > URL: https://svnweb.freebsd.org/changeset/ports/430553 >=20 > Log: > Diorite is a a grey to dark-grey intermediate intrusive igneous rock. > Diorite library is a utility and widget library for Nuvola Player > project based on GLib, GIO and GTK+ 3. >=20 > WWW: https://tiliado.eu/diorite >=20 > Added: head/x11-toolkits/diorite/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11-toolkits/diorite/pkg-descr Wed Jan 4 12:30:30 2017 = (r430553) > @@ -0,0 +1,5 @@ > +Diorite is a a grey to dark-grey intermediate intrusive igneous rock. > +Diorite library is a utility and widget library for Nuvola Player > +project based on GLib, GIO and GTK+ 3. > + > +WWW: https://tiliado.eu/diorite Hi Alberto, That WWW needs a trailing slash; the above URL doesn't work. [adamw@anoxia ~] curl -I https://tiliado.eu/diorite | grep HTTP HTTP/1.1 404 Not Found [adamw@anoxia ~] curl -I https://tiliado.eu/diorite/ | grep HTTP HTTP/1.1 200 OK # Adam --=20 Adam Weinberger adamw@adamw.org https://www.adamw.org