Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2015 11:18:42 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201507241118.t6OBIg69050471@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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