Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 16:13:18 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r492860 - branches/2019Q1/net/p5-Net-SFTP
Message-ID:  <201902131613.x1DGDI2i093840@repo.freebsd.org>

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

Log:
  MFH: r492859
  
  - Add missing dependency on Math::Int64
  - Bump PORTREVISION
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2019Q1/net/p5-Net-SFTP/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/net/p5-Net-SFTP/Makefile
==============================================================================
--- branches/2019Q1/net/p5-Net-SFTP/Makefile	Wed Feb 13 16:12:01 2019	(r492859)
+++ branches/2019Q1/net/p5-Net-SFTP/Makefile	Wed Feb 13 16:13:18 2019	(r492860)
@@ -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?201902131613.x1DGDI2i093840>