From owner-svn-ports-all@freebsd.org Fri Jul 24 11:18:42 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C97C9A9EE8; Fri, 24 Jul 2015 11:18:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8381FAF; Fri, 24 Jul 2015 11:18:42 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OBIgs3050472; Fri, 24 Jul 2015 11:18:42 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OBIg69050471; Fri, 24 Jul 2015 11:18:42 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201507241118.t6OBIg69050471@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Fri, 24 Jul 2015 11:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392821 - head/net/p5-Net-Amazon-Signature-V4 X-SVN-Group: ports-head 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.20 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: Fri, 24 Jul 2015 11:18:42 -0000 Author: mat Date: Fri Jul 24 11:18:41 2015 New Revision: 392821 URL: https://svnweb.freebsd.org/changeset/ports/392821 Log: Fix dependency on p5-Net. Sponsored by: Absolight 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 Fri Jul 24 11:14:40 2015 (r392820) +++ head/net/p5-Net-Amazon-Signature-V4/Makefile Fri Jul 24 11:18:41 2015 (r392821) @@ -2,6 +2,7 @@ PORTNAME= Net-Amazon-Signature-V4 PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +17,7 @@ RUN_DEPENDS= \ p5-DateTime-Format-Strptime>0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-URI>0:${PORTSDIR}/net/p5-Net + p5-Net>0:${PORTSDIR}/net/p5-Net BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5