Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 00:08:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492573 - head/www/p5-WWW-Telegram-BotAPI
Message-ID:  <201902100008.x1A08Q74085564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 10 00:08:26 2019
New Revision: 492573
URL: https://svnweb.freebsd.org/changeset/ports/492573

Log:
  Remove Perl core modules
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/www/p5-WWW-Telegram-BotAPI/Makefile

Modified: head/www/p5-WWW-Telegram-BotAPI/Makefile
==============================================================================
--- head/www/p5-WWW-Telegram-BotAPI/Makefile	Sun Feb 10 00:08:23 2019	(r492572)
+++ head/www/p5-WWW-Telegram-BotAPI/Makefile	Sun Feb 10 00:08:26 2019	(r492573)
@@ -2,6 +2,7 @@
 
 PORTNAME=	WWW-Telegram-BotAPI
 PORTVERSION=	0.10
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:ROBERTOF
@@ -14,14 +15,11 @@ LICENSE=	ART20 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Carp>=0:devel/p5-Carp \
-		p5-URI-Encode>0:www/p5-URI-Encode \
-		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
+RUN_DEPENDS=	p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
-		p5-ExtUtils-MakeMaker>=0:devel/p5-ExtUtils-MakeMaker
+		p5-URI-Encode>0:www/p5-URI-Encode
 
 USES=		perl5
-
 USE_PERL5=	configure
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902100008.x1A08Q74085564>