Update p5-File-Tail

Jun Kuriyama kuriyama at imgsrc.co.jp
Thu Feb 26 06:03:06 PST 2004


Current p5-File-Tail depends on p5-Time-HiRes even if perl is 5.8.2.
Is it okay to commit this?


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Tail/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	24 Oct 2003 12:01:51 -0000	1.6
+++ Makefile	26 Feb 2004 13:58:04 -0000
@@ -6,22 +6,25 @@
 
 PORTNAME=	File-Tail
 PORTVERSION=	0.98
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	jeremy at external.org
-COMMENT=	Perl Module to read the end of a file as it's appended to
-
-BUILD_DEPENDS=	${site_perl}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
-site_perl=	${SITE_PERL}/${PERL_ARCH}
+COMMENT=	Perl Module to read the end of a file as it\'s appended to
 
 PERL_CONFIGURE=	YES
 
 MAN3=		File::Tail.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+RUN_DEPENDS=	${BUILD_DEPENDS}
+.endif
+
+.include <bsd.port.post.mk>
+
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/p5-File-Tail/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	21 Dec 2000 10:30:25 -0000	1.1
+++ pkg-descr	26 Feb 2004 13:57:53 -0000
@@ -1,3 +1,5 @@
 The File::Tail module is designed for reading files which are continously
 appended to (the name comes from the tail -f directive). Usualy such files
 are logfiles of some description.
+
+WWW: http://search.cpan.org/dist/File-Tail/


-- 
Jun Kuriyama <kuriyama at imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama at FreeBSD.org> // FreeBSD Project


More information about the freebsd-ports mailing list