From owner-svn-ports-all@FreeBSD.ORG Tue Mar 5 02:41:35 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83BBA197; Tue, 5 Mar 2013 02:41:35 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4F3967; Tue, 5 Mar 2013 02:41:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r252fZO0093721; Tue, 5 Mar 2013 02:41:35 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r252fYFc093719; Tue, 5 Mar 2013 02:41:34 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201303050241.r252fYFc093719@svn.freebsd.org> From: Eitan Adler Date: Tue, 5 Mar 2013 02:41:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313429 - head/sysutils/googlog X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 02:41:35 -0000 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 -.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/