svn commit: r462577 - head/net/p5-Net-Twitter-Lite

Frederic Culot culot at FreeBSD.org
Thu Feb 22 09:49:49 UTC 2018


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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list