From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 7 14:10:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77C2E106567A for ; Sun, 7 Sep 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE408FC1D for ; Sun, 7 Sep 2008 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m87EA175028603 for ; Sun, 7 Sep 2008 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m87EA1BD028602; Sun, 7 Sep 2008 14:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 7 Sep 2008 14:10:01 GMT Resent-Message-Id: <200809071410.m87EA1BD028602@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Petr Macek Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A015F106566B for ; Sun, 7 Sep 2008 14:00:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 882CE8FC18 for ; Sun, 7 Sep 2008 14:00:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m87E0mKH099416 for ; Sun, 7 Sep 2008 14:00:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m87E0lIH099415; Sun, 7 Sep 2008 14:00:47 GMT (envelope-from nobody) Message-Id: <200809071400.m87E0lIH099415@www.freebsd.org> Date: Sun, 7 Sep 2008 14:00:47 GMT From: Petr Macek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127179: [maintainer update] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 14:10:01 -0000 >Number: 127179 >Category: ports >Synopsis: [maintainer update] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Sep 07 14:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Petr Macek >Release: >Organization: KOstax s. r. o. >Environment: >Description: New features: - sql statistics in top, query time - better work with ini (default, without save settings, ...) - new design / better css - menu and controls is now more operative (reloading on demand, bigger buttons) Bug-fixes: - queries - better query formating - import - line separator, max. filesize test - login - wrong db warning, default host - charset/collate - problem with default charset fixed >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mywwwatcher/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 24 Aug 2007 16:43:59 -0000 1.2 +++ Makefile 7 Sep 2008 13:56:19 -0000 @@ -6,7 +6,7 @@ # PORTNAME= mywwwatcher -PORTVERSION= 3.1 +PORTVERSION= 3.2 CATEGORIES= databases www MASTER_SITES= http://www.the.cz/mywwwatcher/files/ DISTNAME= mywwwatcher-${PORTVERSION} @@ -28,9 +28,9 @@ do-install: @${MKDIR} ${WWWDIR} @${CP} -Rp ${WRKSRC}/* ${WWWDIR} + @${CHGRP} -R ${WWWGRP} ${WWWDIR} @${CHMOD} 775 ${WWWDIR}/ini @${CHMOD} 775 ${WWWDIR}/query_archive - @${CHOWN} www ${WWWDIR} @${ECHO_CMD} "" post-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/mywwwatcher/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 24 Aug 2007 16:43:59 -0000 1.2 +++ distinfo 7 Sep 2008 13:56:19 -0000 @@ -1,3 +1,3 @@ -MD5 (mywwwatcher-3.1.tar.gz) = 93b2fb9e9183a1b2b91aadd7aa1834bd -SHA256 (mywwwatcher-3.1.tar.gz) = 3736fbe383c5d8a64d28599d3c31cc6935115965e34e14437b5871beeb583bb3 -SIZE (mywwwatcher-3.1.tar.gz) = 52729 +MD5 (mywwwatcher-3.2.tar.gz) = b2c707115f550da932afdfae7bad2bd7 +SHA256 (mywwwatcher-3.2.tar.gz) = a19f6245df1e18c07109be884ebda2c2d1fbd3a418dc35ea9a228daddccdf24e +SIZE (mywwwatcher-3.2.tar.gz) = 43192 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/databases/mywwwatcher/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 12 Jan 2007 10:15:49 -0000 1.1 +++ pkg-descr 7 Sep 2008 13:56:19 -0000 @@ -3,7 +3,7 @@ alternative to phpMyAdmin. In comparison with with phpMyAdmin is this application more oriented to hand writing of SQL queries and their use for later use. -It enables also other tasks like database dump, import, export (csv,html), +It enables also other tasks like database dump, import, export (csv, html), insert data, database scheme, index manager, history and reuse of SQL requests, etc. Interface is either in English and/or in Czech languages, and it is very Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/mywwwatcher/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 24 Aug 2007 16:43:59 -0000 1.2 +++ pkg-plist 7 Sep 2008 13:56:19 -0000 @@ -6,9 +6,6 @@ %%WWWDIR%%/function.php %%WWWDIR%%/graphics/cursor_down.gif %%WWWDIR%%/graphics/cursor_up.gif -%%WWWDIR%%/graphics/intro.gif -%%WWWDIR%%/graphics/intro.gif.cz -%%WWWDIR%%/graphics/outro.gif %%WWWDIR%%/import.php %%WWWDIR%%/include/compress.inc.php %%WWWDIR%%/include/foot.inc.php @@ -25,7 +22,6 @@ %%WWWDIR%%/insert.php %%WWWDIR%%/lang/cz.lng %%WWWDIR%%/lang/en.lng -%%WWWDIR%%/logout.php %%WWWDIR%%/menu.php %%WWWDIR%%/output.php %%WWWDIR%%/queries.php @@ -38,7 +34,7 @@ %%WWWDIR%%/top.php @dirrm %%WWWDIR%%/query_archive @dirrm %%WWWDIR%%/lang +@dirrm %%WWWDIR%%/include @dirrm %%WWWDIR%%/ini @dirrm %%WWWDIR%%/graphics -@dirrm %%WWWDIR%%/include @dirrm %%WWWDIR%% >Release-Note: >Audit-Trail: >Unformatted: