Date: Sun, 7 Sep 2008 14:00:47 GMT From: Petr Macek <pm@kostax.cz> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/127179: [maintainer update] Message-ID: <200809071400.m87E0lIH099415@www.freebsd.org> Resent-Message-ID: <200809071410.m87EA1BD028602@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809071400.m87E0lIH099415>