pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-File-Rsync
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.
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
Home |
Main Index |
Thread Index |
Old Index