svn commit: r479744 - head/net/p5-Net-Amazon-Signature-V4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 13 21:56:31 UTC 2018


Author: sunpoet
Date: Thu Sep 13 21:56:28 2018
New Revision: 479744
URL: https://svnweb.freebsd.org/changeset/ports/479744

Log:
  Remove Perl core modules
  
  - While I'm here, sort *_DEPENDS
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/net/p5-Net-Amazon-Signature-V4/Makefile

Modified: head/net/p5-Net-Amazon-Signature-V4/Makefile
==============================================================================
--- head/net/p5-Net-Amazon-Signature-V4/Makefile	Thu Sep 13 21:56:23 2018	(r479743)
+++ head/net/p5-Net-Amazon-Signature-V4/Makefile	Thu Sep 13 21:56:28 2018	(r479744)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Net-Amazon-Signature-V4
 PORTVERSION=	0.18
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,10 +13,8 @@ COMMENT=	Perl extension for AWS signature V4, AWS4-HMA
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-URI>=0:net/p5-URI \
-		p5-Digest-SHA>=0:security/p5-Digest-SHA \
-		p5-Time-Piece>1.17:devel/p5-Time-Piece
 BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-URI>=0:net/p5-URI
 TEST_DEPENDS=	p5-File-Slurper>0:devel/p5-File-Slurper
 
 USES=		perl5


More information about the svn-ports-head mailing list