pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/p5-File-Tail The package supports installation to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6be6c7738e0
branches:  trunk
changeset: 538413:c6be6c7738e0
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Thu Feb 07 19:57:23 2008 +0000

description:
The package supports installation to DESTDIR.
Added correct version requirement for p5-Time-HiRes.

diffstat:

 misc/p5-File-Tail/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 7d16ec575809 -r c6be6c7738e0 misc/p5-File-Tail/Makefile
--- a/misc/p5-File-Tail/Makefile        Thu Feb 07 19:41:40 2008 +0000
+++ b/misc/p5-File-Tail/Makefile        Thu Feb 07 19:57:23 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/13 20:26:31 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/07 19:57:23 heinz Exp $
 
 DISTNAME=      File-Tail-0.99.3
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,9 @@
 HOMEPAGE=      http://search.cpan.org/dist/File-Tail/
 COMMENT=       Perl5 module for reading from continuously updated files
 
-DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+DEPENDS+=      p5-Time-HiRes>1.12:../../time/p5-Time-HiRes
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/File/Tail/.packlist



Home | Main Index | Thread Index | Old Index