From owner-svn-ports-all@freebsd.org Thu Feb 22 09:49:49 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0451AF1A03B; Thu, 22 Feb 2018 09:49:49 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABEC1783EA; Thu, 22 Feb 2018 09:49:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 88DF325F7E; Thu, 22 Feb 2018 09:49:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1M9nm0O089590; Thu, 22 Feb 2018 09:49:48 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1M9nmSV089588; Thu, 22 Feb 2018 09:49:48 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201802220949.w1M9nmSV089588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 22 Feb 2018 09:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462577 - head/net/p5-Net-Twitter-Lite X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/net/p5-Net-Twitter-Lite X-SVN-Commit-Revision: 462577 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Thu, 22 Feb 2018 09:49:49 -0000 Author: culot Date: Thu Feb 22 09:49:47 2018 New Revision: 462577 URL: https://svnweb.freebsd.org/changeset/ports/462577 Log: - Update to 0.12008 Changes: http://search.cpan.org/dist/Net-Twitter-Lite/Changes Modified: head/net/p5-Net-Twitter-Lite/Makefile head/net/p5-Net-Twitter-Lite/distinfo Modified: head/net/p5-Net-Twitter-Lite/Makefile ============================================================================== --- head/net/p5-Net-Twitter-Lite/Makefile Thu Feb 22 09:47:20 2018 (r462576) +++ head/net/p5-Net-Twitter-Lite/Makefile Thu Feb 22 09:49:47 2018 (r462577) @@ -2,31 +2,35 @@ # $FreeBSD$ PORTNAME= Net-Twitter-Lite -PORTVERSION= 0.12006 -PORTREVISION= 2 +PORTVERSION= 0.12008 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= culot@FreeBSD.org -COMMENT= Perl interface to the Twitter API +COMMENT= Interface to the Twitter API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-JSON>=2.02:converters/p5-JSON \ - p5-libwww>=0:www/p5-libwww \ +BUILD_DEPENDS= p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-JSON>=2.02:converters/p5-JSON \ + p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ p5-URI>=1.4:net/p5-URI \ - p5-Net-OAuth>=0.25:net/p5-Net-OAuth \ - p5-Crypt-SSLeay>=0.5:security/p5-Crypt-SSLeay -RUN_DEPENDS= p5-JSON>=2.02:converters/p5-JSON \ - p5-libwww>=0:www/p5-libwww \ + p5-libwww>0:www/p5-libwww \ + p5-Net-HTTP>=6.06:net/p5-Net-HTTP \ + p5-Net-OAuth>=0.25:net/p5-Net-OAuth +RUN_DEPENDS= p5-HTTP-Message>0:www/p5-HTTP-Message \ + p5-JSON>=2.02:converters/p5-JSON \ + p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \ p5-URI>=1.4:net/p5-URI \ - p5-Net-OAuth>=0.25:net/p5-Net-OAuth \ - p5-Crypt-SSLeay>=0.5:security/p5-Crypt-SSLeay -TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal + p5-libwww>0:www/p5-libwww \ + p5-Net-HTTP>=6.06:net/p5-Net-HTTP \ + p5-Net-OAuth>=0.25:net/p5-Net-OAuth +TEST_DEPENDS= p5-Test-Fatal>0:devel/p5-Test-Fatal +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= modbuildtiny .include Modified: head/net/p5-Net-Twitter-Lite/distinfo ============================================================================== --- head/net/p5-Net-Twitter-Lite/distinfo Thu Feb 22 09:47:20 2018 (r462576) +++ head/net/p5-Net-Twitter-Lite/distinfo Thu Feb 22 09:49:47 2018 (r462577) @@ -1,2 +1,3 @@ -SHA256 (Net-Twitter-Lite-0.12006.tar.gz) = d14459b9118caa96f01d78a3a4fadd86810cd41c8ec877228f4e6ddf4068fada -SIZE (Net-Twitter-Lite-0.12006.tar.gz) = 79047 +TIMESTAMP = 1519290972 +SHA256 (Net-Twitter-Lite-0.12008.tar.gz) = b2eabe1f2a3f2c64decd60f27bc3b46ee652560b024c4c568115616c8d4a468e +SIZE (Net-Twitter-Lite-0.12008.tar.gz) = 80537