From owner-svn-ports-head@freebsd.org Wed Jan 4 16:49:54 2017 Return-Path: Delivered-To: svn-ports-head@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 1F2AEC9F899; Wed, 4 Jan 2017 16:49:54 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com [209.85.216.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE02F15B2; Wed, 4 Jan 2017 16:49:53 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: by mail-qt0-f181.google.com with SMTP id d45so273543832qta.1; Wed, 04 Jan 2017 08:49:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uBgZnVyq5CeLfAFX6SNxJ17Qf0YDo8R8YTxmOYXQo5k=; b=pT4jL+CigLGg1HvFVCKAPEH+iyQbDdwml0X4W86m8BkjkKqMuaeAbZ+OI8yJruTLTI MK7bB4kdCnPwVsK7rrix7yJpxjwiXhb8LOWmXI5P9lKT16kEiX0qk2BVqngjxi8NVYDA 0ZZY2mbWoo0RaIRNGYwxZK330/3PBdkwXDbyVznvpibn2Px1obMg4rZtSrlWVZn+XOmx urL2DGH9eTEIXgj+5GEPwNz5+Pf4TBzsowHePJ9/V2z6xPHC67oJ/g1pjHww0Wf6g6lf AvmrucrEcoK8A5x1roLlYzBvNiwuRqbJ6+zPZAhEQu14IidEEzhf6O+k4Gqsb0oC1odL lPqw== X-Gm-Message-State: AIkVDXJtnkDjZ8G2IRSSYnfkkHxCLPPLMCohMmeSGDTu/ekvefp2ABRQbu40g2+JOIWwcCs1SiNuMTPmCXmIQQ== X-Received: by 10.237.41.2 with SMTP id s2mr58472630qtd.89.1483548587234; Wed, 04 Jan 2017 08:49:47 -0800 (PST) MIME-Version: 1.0 References: <201701041230.v04CUUjF076965@repo.freebsd.org> In-Reply-To: From: Alberto Villa Date: Wed, 04 Jan 2017 16:49:36 +0000 Message-ID: Subject: Re: svn commit: r430553 - in head/x11-toolkits: . diorite diorite/files To: Adam Weinberger Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2017 16:49:54 -0000 Hi Adam, Thanks! Il giorno mer 4 gen 2017 alle ore 15:02 Adam Weinberger ha scritto: > On 4 Jan, 2017, at 5:30, Alberto Villa wrote: > > Author: avilla > Date: Wed Jan 4 12:30:30 2017 > New Revision: 430553 > URL: https://svnweb.freebsd.org/changeset/ports/430553 > > 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. > > WWW: https://tiliado.eu/diorite > > Added: head/x11-toolkits/diorite/pkg-descr > ============================================================================== > --- /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 -- Adam Weinberger adamw@adamw.org https://www.adamw.org