aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/googlog
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2010-09-21 15:56:43 +0800
committermm <mm@FreeBSD.org>2010-09-21 15:56:43 +0800
commita447d3207d987ddc5b4cb16345ffd07b474aea9c (patch)
tree740d2c4dbf9c6b5d7e0a621cb113b01436081f94 /sysutils/googlog
parent755a0561c300f159d88d880440dc70a9ae0425e2 (diff)
downloadfreebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.tar.gz
freebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.tar.zst
freebsd-ports-gnome-a447d3207d987ddc5b4cb16345ffd07b474aea9c.zip
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION
Diffstat (limited to 'sysutils/googlog')
-rw-r--r--sysutils/googlog/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/googlog/Makefile b/sysutils/googlog/Makefile
index 610553711a6d..84ac41f8b98c 100644
--- a/sysutils/googlog/Makefile
+++ b/sysutils/googlog/Makefile
@@ -7,6 +7,7 @@
PORTNAME= googlog
PORTVERSION= 1.18
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.googlog.org/download/
DISTNAME= GoogLog-${PORTVERSION}
@@ -16,7 +17,6 @@ MAINTAINER= ports@eitanadler.com
COMMENT= GoogLog is a simple tool to search inside your syslog files
RUN_DEPENDS= ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
- ${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template
NO_BUILD= yes
@@ -24,6 +24,10 @@ USE_PERL5= yes
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500903
+RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
+.endif
+
do-install:
@${MKDIR} ${WWWDIR}
${INSTALL_SCRIPT} ${WRKSRC}/GoogLog_cgi.pl ${WWWDIR}/