From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:07:05 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D42CEA5 for ; Sat, 21 Feb 2015 20:07:05 +0000 (UTC) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) (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 0B657FC4 for ; Sat, 21 Feb 2015 20:07:04 +0000 (UTC) Received: by lams18 with SMTP id s18so12025375lam.13 for ; Sat, 21 Feb 2015 12:06:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=V4nNfxq5PeyiQA9MOJA45IySnv2xBqB2BRm5Veqtb8k=; b=PjFLNnVfvCeIudy/TpCc2D+5NtR/gPodk7v10GuR3oERBjh7Kua2Dd/i6oLxQLea6y RvUT/uWBLmMIRVzjJ7EHwNKqwNyG52e9mQAnY3m3GXdKx21HTWUTmeNfFw1DpjixeuxN ZTQNEeCVZINWuvbY39LieOnwrcCw+doCUMqqoySEzhxnSRjGfCC0qlBuSpLeWv+U6g/h gGrWz5pPjH6YO/dB2QQyucX88m2ZkaH8/9vCHhjcyNwAcZXNcCmgAgQvvwWkupJSYCMd jXiYrBp5HH9K5nlzJxApuSa/FJzzdmoU0Gyfk96GuB/YuRZCp2qmfdpHQKsTYZHxOBn2 nP6A== X-Gm-Message-State: ALoCoQmZKydPom6xwKsWptqK4A/11O9KcrL7YO9wqOr0AfnQxjr8RlfXzYwQQs1gAFKHmmR/FoAD X-Received: by 10.152.26.136 with SMTP id l8mr3257682lag.109.1424549217386; Sat, 21 Feb 2015 12:06:57 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.142.39 with HTTP; Sat, 21 Feb 2015 12:06:37 -0800 (PST) In-Reply-To: <201502211848.t1LImUcl004841@svn.freebsd.org> References: <201502211848.t1LImUcl004841@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 22 Feb 2015 04:06:37 +0800 X-Google-Sender-Auth: yJNcYqjmmo3S6MAEfNFQ6UGDslM Message-ID: Subject: Re: svn commit: r379540 - head/databases/p5-Mojo-Pg To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Andrej Zverev , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 21 Feb 2015 20:07:05 -0000 On Sun, Feb 22, 2015 at 2:48 AM, Adam Weinberger wrote: > Author: adamw > Date: Sat Feb 21 18:48:29 2015 > New Revision: 379540 > URL: https://svnweb.freebsd.org/changeset/ports/379540 > QAT: https://qat.redports.org/buildarchive/r379540/ > > Log: > Use metacpan as the WWW instead of Mojolicious's POD interface. > > Suggested by: az > > Modified: > head/databases/p5-Mojo-Pg/pkg-descr > > Modified: head/databases/p5-Mojo-Pg/pkg-descr > > ============================================================================== > --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 > (r379539) > +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 > (r379540) > @@ -5,4 +5,4 @@ Database handles are cached automaticall > to increase performance. And you can handle connection timeouts > gracefully by > holding on to them only for short amounts of time. > > -WWW: http://mojolicio.us/perldoc/Mojo/Pg > +WWW: https://metacpan.org/pod/Mojo::Pg > > Do you consider to use "http://search.cpan.org/dist/Mojo-Pg/"? I see much more ports with search.cpan.org as WWW. % grep metacpan.org /usr/ports/INDEX-10 | wc -l 27 % grep search.cpan.org /usr/ports/INDEX-10 | wc -l 4698 Regards, sunpoet