From owner-svn-ports-all@FreeBSD.ORG Fri Mar 8 18:58:20 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 665E11FB; Fri, 8 Mar 2013 18:58:20 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5F41D2; Fri, 8 Mar 2013 18:58:19 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id j1so2368413oag.7 for ; Fri, 08 Mar 2013 10:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=me17/rOgSfOAPA8TE1x/Imo2j9K7MhlmXzakCf5s6H8=; b=HBSF7YPq4X5qb59EnVJZiv5YzeYMDsZWvY1AMMYCedOBLf5gUnySxC6lgafdu/XOgu yU89UIAQtJkjAEv5pe+8zNUhkTwq99teYHMGda4v6xZl17zE7algTifRqlNC02Y+abJd jSVZE6BY/i4TgIvpbfrRk9jNyiP8bgz4ji96YfRiKLgxUgyBLSQst8habs10SALMfIpd ucjQ79Kl+SuKzsXCDXP80IEZyXaRJi9qHWmwjOBUAoAn3p13AVDxrmtlRzMoZAKiGjxH 1NQ5pwYhEsWHWNbRc3pYZ0sB523bBuIXgvJ5ce9UNGgJX3WnrSDgV6Xz228CzlbDUNne //JA== MIME-Version: 1.0 X-Received: by 10.60.3.41 with SMTP id 9mr2693155oez.53.1362769099374; Fri, 08 Mar 2013 10:58:19 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.182.52.3 with HTTP; Fri, 8 Mar 2013 10:58:19 -0800 (PST) In-Reply-To: <201303081852.r28IqER8021200@svn.freebsd.org> References: <201303081852.r28IqER8021200@svn.freebsd.org> Date: Fri, 8 Mar 2013 22:58:19 +0400 X-Google-Sender-Auth: UG1EnrvHXGdwMi7oA8M3-lWhYcA Message-ID: Subject: Re: svn commit: r313664 - head/net/p5-Net-Twitter-Lite From: Andrej Zverev To: Masafumi Max NAKANE Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Mar 2013 18:58:20 -0000 bump PORTREVISION? also if Test:: not really needed for build/run you can put these into TEST_DEPENDS On Fri, Mar 8, 2013 at 10:52 PM, Masafumi Max NAKANE wrote: > Author: max > Date: Fri Mar 8 18:52:14 2013 > New Revision: 313664 > URL: http://svnweb.freebsd.org/changeset/ports/313664 > > Log: > Update and adjust the dependencies. > > Modified: > head/net/p5-Net-Twitter-Lite/Makefile > > Modified: head/net/p5-Net-Twitter-Lite/Makefile > > ============================================================================== > --- head/net/p5-Net-Twitter-Lite/Makefile Fri Mar 8 18:14:12 2013 > (r313663) > +++ head/net/p5-Net-Twitter-Lite/Makefile Fri Mar 8 18:52:14 2013 > (r313664) > @@ -19,8 +19,15 @@ BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR} > p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \ > p5-URI>=1.4:${PORTSDIR}/net/p5-URI \ > p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \ > + p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay \ > + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ > + p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple > +RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \ > + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ > + p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize \ > + p5-URI>=1.4:${PORTSDIR}/net/p5-URI \ > + p5-Net-OAuth>=0.25:${PORTSDIR}/net/p5-Net-OAuth \ > p5-Crypt-SSLeay>=0.5:${PORTSDIR}/security/p5-Crypt-SSLeay > -RUN_DEPENDS:= ${BUILD_DEPENDS} > > PERL_CONFIGURE= yes > MAN3= Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \ >