Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 16:12:02 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492859 - head/net/p5-Net-SFTP
Message-ID:  <201902131612.x1DGC296090584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Wed Feb 13 16:12:01 2019
New Revision: 492859
URL: https://svnweb.freebsd.org/changeset/ports/492859

Log:
  - Add missing dependency on Math::Int64
  - Bump PORTREVISION

Modified:
  head/net/p5-Net-SFTP/Makefile

Modified: head/net/p5-Net-SFTP/Makefile
==============================================================================
--- head/net/p5-Net-SFTP/Makefile	Wed Feb 13 14:47:08 2019	(r492858)
+++ head/net/p5-Net-SFTP/Makefile	Wed Feb 13 16:12:01 2019	(r492859)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Net-SFTP
 PORTVERSION=	0.12
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,7 +16,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Net-SSH-Perl>=0:net/p5-Net-SSH-Perl
+RUN_DEPENDS=	p5-Net-SSH-Perl>=0:net/p5-Net-SSH-Perl \
+		p5-Math-Int64>0:math/p5-Math-Int64
 
 NO_ARCH=	yes
 USES=		perl5



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