pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-File-Rsync Add missing dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2968d812bca5
branches:  trunk
changeset: 308144:2968d812bca5
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu May 17 09:53:22 2018 +0000

description:
Add missing dependencies.

diffstat:

 net/p5-File-Rsync/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4da8633b41d6 -r 2968d812bca5 net/p5-File-Rsync/Makefile
--- a/net/p5-File-Rsync/Makefile        Thu May 17 09:52:43 2018 +0000
+++ b/net/p5-File-Rsync/Makefile        Thu May 17 09:53:22 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2017/06/05 14:24:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/17 09:53:22 hauke Exp $
 
 DISTNAME=      File-Rsync-0.49
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../..//authors/id/L/LE/LEAKIN/}
 
@@ -11,7 +11,10 @@
 COMMENT=       Perl module interface to rsync(1)
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=              rsync-[0-9]*:../../net/rsync
+DEPENDS+=      rsync-[0-9]*:../../net/rsync
+DEPENDS+=      p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
+DEPENDS+=      p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper
+DEPENDS+=      p5-Carp-[0-9]*:../../devel/p5-Carp
 
 REPLACE_PERL+=         test.pl
 



Home | Main Index | Thread Index | Old Index