Received: by mail.netbsd.org (Postfix, from userid 605) id 94E5F84D57; Thu, 17 May 2018 09:53:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EB1184D5D for ; Thu, 17 May 2018 09:53:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id q6JDYhg-EbEi for ; Thu, 17 May 2018 09:53:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7895E84D57 for ; Thu, 17 May 2018 09:53:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 765E6FBEC; Thu, 17 May 2018 09:53:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526550802114400" MIME-Version: 1.0 Date: Thu, 17 May 2018 09:53:22 +0000 From: "Hauke Fath" Subject: CVS commit: pkgsrc/net/p5-File-Rsync To: pkgsrc-changes@NetBSD.org Reply-To: hauke@netbsd.org X-Mailer: log_accum Message-Id: <20180517095322.765E6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1526550802114400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: hauke Date: Thu May 17 09:53:22 UTC 2018 Modified Files: pkgsrc/net/p5-File-Rsync: Makefile Log Message: Add missing dependencies. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/p5-File-Rsync/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526550802114400 Content-Disposition: inline Content-Length: 993 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-File-Rsync/Makefile diff -u pkgsrc/net/p5-File-Rsync/Makefile:1.5 pkgsrc/net/p5-File-Rsync/Makefile:1.6 --- pkgsrc/net/p5-File-Rsync/Makefile:1.5 Mon Jun 5 14:24:16 2017 +++ pkgsrc/net/p5-File-Rsync/Makefile Thu May 17 09:53:22 2018 @@ -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 @@ HOMEPAGE= http://search.cpan.org/~leakin 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 --_----------=_1526550802114400--