svn commit: r492860 - branches/2019Q1/net/p5-Net-SFTP

Ryan Steinmetz zi at FreeBSD.org
Wed Feb 13 16:13:19 UTC 2019


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


More information about the svn-ports-branches mailing list