From owner-svn-ports-head@FreeBSD.ORG Sat Sep 22 14:08:45 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BC45106566B; Sat, 22 Sep 2012 14:08:45 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 679588FC08; Sat, 22 Sep 2012 14:08:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ME8jBO080361; Sat, 22 Sep 2012 14:08:45 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ME8jnO080357; Sat, 22 Sep 2012 14:08:45 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201209221408.q8ME8jnO080357@svn.freebsd.org> From: Carlo Strub Date: Sat, 22 Sep 2012 14:08:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304676 - head/www/asql X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 14:08:45 -0000 Author: cs Date: Sat Sep 22 14:08:44 2012 New Revision: 304676 URL: http://svn.freebsd.org/changeset/ports/304676 Log: - Update to 1.7 - Cleanup pkg-descr (remove tab in front of WWW) Modified: head/www/asql/Makefile head/www/asql/distinfo head/www/asql/pkg-descr Modified: head/www/asql/Makefile ============================================================================== --- head/www/asql/Makefile Sat Sep 22 14:04:11 2012 (r304675) +++ head/www/asql/Makefile Sat Sep 22 14:08:44 2012 (r304676) @@ -6,7 +6,7 @@ # PORTNAME= asql -PORTVERSION= 1.6 +PORTVERSION= 1.7 CATEGORIES= www MASTER_SITES= http://www.steve.org.uk/Software/asql/ \ http://www.c-s.li/ports/ Modified: head/www/asql/distinfo ============================================================================== --- head/www/asql/distinfo Sat Sep 22 14:04:11 2012 (r304675) +++ head/www/asql/distinfo Sat Sep 22 14:08:44 2012 (r304676) @@ -1,2 +1,2 @@ -SHA256 (asql-1.6.tar.gz) = 88ad62c32dbdb02b38be9ff43215d4b5c5cced52418b096041ac8f376722247a -SIZE (asql-1.6.tar.gz) = 13216 +SHA256 (asql-1.7.tar.gz) = f064d9d515c09da08a58a800cf0ea63ad66fd4b55b8accec44eb15d2be74db1a +SIZE (asql-1.7.tar.gz) = 13853 Modified: head/www/asql/pkg-descr ============================================================================== --- head/www/asql/pkg-descr Sat Sep 22 14:04:11 2012 (r304675) +++ head/www/asql/pkg-descr Sat Sep 22 14:08:44 2012 (r304676) @@ -1,6 +1,5 @@ -asql is a simple console shell which allows you to run SQL queries -against an Apache logfile, something that can be very useful - -especially at getting information which is not easily available via -static logfile analysers. +asql is a simple console shell which allows you to run SQL queries against an +Apache logfile, something that can be very useful -- especially at getting +information which is not easily available via static logfile analysers. -WWW: http://www.steve.org.uk/Software/asql/ +WWW: http://www.steve.org.uk/Software/asql/