svn commit: r313429 - head/sysutils/googlog
Eitan Adler
eadler at FreeBSD.org
Tue Mar 5 02:41:35 UTC 2013
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 at 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/
More information about the svn-ports-head
mailing list