Date: Thu, 13 Sep 2018 21:56:28 +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: r479744 - head/net/p5-Net-Amazon-Signature-V4 Message-ID: <201809132156.w8DLuSjN086347@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132156.w8DLuSjN086347>