Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2013 02:41:34 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313429 - head/sysutils/googlog
Message-ID:  <201303050241.r252fYFc093719@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Mar  5 02:41:34 2013
New Revision: 313429
URL: http://svnweb.freebsd.org/changeset/ports/313429

Log:
  - Remove support for old versions of perl
  - Pet portlint a bit
  - Correct BUILD and RUN depends
  
  Reviewed by:	swills

Modified:
  head/sysutils/googlog/Makefile
  head/sysutils/googlog/pkg-descr

Modified: head/sysutils/googlog/Makefile
==============================================================================
--- head/sysutils/googlog/Makefile	Tue Mar  5 02:20:24 2013	(r313428)
+++ head/sysutils/googlog/Makefile	Tue Mar  5 02:41:34 2013	(r313429)
@@ -10,8 +10,10 @@ DISTNAME=	GoogLog-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	eadler@FreeBSD.org
-COMMENT=	GoogLog is a simple tool to search inside your syslog files
+COMMENT=	Simple tool to search inside your syslog files
 
+BUILD_DEPENDS=	p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
+		p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
 RUN_DEPENDS=	p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny \
 		p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template
 
@@ -20,10 +22,6 @@ 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}/

Modified: head/sysutils/googlog/pkg-descr
==============================================================================
--- head/sysutils/googlog/pkg-descr	Tue Mar  5 02:20:24 2013	(r313428)
+++ head/sysutils/googlog/pkg-descr	Tue Mar  5 02:41:34 2013	(r313429)
@@ -1,6 +1,7 @@
-GoogLog - GoogLog is a easy and simple web tool to search inside your syslog files.
+GoogLog is a easy and simple web tool to search inside your syslog files.
 
-The goal of Googlog is to be simple to install and use. so there's not a lot of functionality,
-but, from my point of view, it is simple to install and use and fast to search into syslog's files.
+The goal of Googlog is to be simple to install and use. so there's not a lot of
+functionality, but, from my point of view, it is simple to install and use and
+fast to search into syslog's files.
 
 WWW: http://www.googlog.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303050241.r252fYFc093719>