From owner-svn-ports-head@freebsd.org Wed Sep 2 06:01:16 2015 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 049199C77D1; Wed, 2 Sep 2015 06:01:16 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (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 C4D1764A; Wed, 2 Sep 2015 06:01:15 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by igcpb10 with SMTP id pb10so18016075igc.1; Tue, 01 Sep 2015 23:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=gs6cWlOQy4FndplRkfWGgxXDtwmRgMZ1afh2z611c8Q=; b=dhuEJF+bJlUvuLKP8+/JQXrumo8iVC5ERLWRNyqMdHW2VQDzcBBUyX6OeDQfp/+dE0 jSLWr3o7eBIFstXzuWsv1VV5FtV7EPaRcjE3xLzXP11nA0IsKGy1lRKsNW+Oyx1sDF+T 7yWfZtaXdggRXEQgdc6MEPgf4RZU9t4/cN16LgJZkHXrukNCKaQ1QjE9TmnlwT1MqL5Y 44vmRO8SzlwDuiWp9RZqhyNliZZH00rx2/h8JNxgzwqtdczNneNRIRiWRaoiUjeGB35g aoBpVs0mrNoK5R3n57zCWlmRfgtWXxB/PGQyzklF4cq8tNvJr7y5JzXTSHZOwITqQ6MU jqqA== MIME-Version: 1.0 X-Received: by 10.50.61.172 with SMTP id q12mr1699759igr.43.1441173674982; Tue, 01 Sep 2015 23:01:14 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.79.111.130 with HTTP; Tue, 1 Sep 2015 23:01:14 -0700 (PDT) In-Reply-To: <201508232218.t7NMIWS8046906@repo.freebsd.org> References: <201508232218.t7NMIWS8046906@repo.freebsd.org> Date: Wed, 2 Sep 2015 08:01:14 +0200 X-Google-Sender-Auth: ygPCeF2ApFOifRJr9LaKeWVCLhg Message-ID: Subject: Re: svn commit: r395135 - in head/www: . p5-HTTP-CookieMonster From: Antoine Brodin To: Jun Kuriyama Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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, 02 Sep 2015 06:01:16 -0000 On Mon, Aug 24, 2015 at 12:18 AM, Jun Kuriyama wrote: > Author: kuriyama > Date: Sun Aug 23 22:18:32 2015 > New Revision: 395135 > URL: https://svnweb.freebsd.org/changeset/ports/395135 > > Log: > This module was created because messing around with HTTP::Cookies is > non-trivial. HTTP::Cookies a very useful module, but using it is not > always as easy and clean as it could be. > > WWW: http://search.cpan.org/dist/HTTP-CookieMonster/ ... > Added: head/www/p5-HTTP-CookieMonster/Makefile > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-HTTP-CookieMonster/Makefile Sun Aug 23 22:18:32 2015 (r395135) ... > +RUN_DEPENDS= \ > + p5-HTTP-Cookies>0:${PORTSDIR}/www/p5-HTTP-Cookies \ > + p5-Moo>=1.000003:${PORTSDIR}/devel/p5-Moo \ > + p5-Safe-Isa>0:${PORTSDIR}/devel/p5-Safe-Isa \ > + p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \ > + p5-URI>0:${PORTSDIR}/net/p5-Net ... Hi, The p5-URI/p5-Net line looks wrong. Cheers, Antoine