diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 21:56:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 21:56:48 +0000 |
commit | 140cbc4afb930b8adf962863c8b1e15b64f4ae42 (patch) | |
tree | a02e66ec2e72e54a49d438397e657251aae36398 /databases/mywwwatcher | |
parent | 83a878ccb4b553b3ee8b9f53e5d525cb3a244d0c (diff) | |
download | ports-140cbc4afb930b8adf962863c8b1e15b64f4ae42.tar.gz ports-140cbc4afb930b8adf962863c8b1e15b64f4ae42.zip |
Notes
Diffstat (limited to 'databases/mywwwatcher')
-rw-r--r-- | databases/mywwwatcher/Makefile | 4 | ||||
-rw-r--r-- | databases/mywwwatcher/distinfo | 6 | ||||
-rw-r--r-- | databases/mywwwatcher/pkg-descr | 2 | ||||
-rw-r--r-- | databases/mywwwatcher/pkg-plist | 6 |
4 files changed, 7 insertions, 11 deletions
diff --git a/databases/mywwwatcher/Makefile b/databases/mywwwatcher/Makefile index 27f83145973d..343d43df18d4 100644 --- a/databases/mywwwatcher/Makefile +++ b/databases/mywwwatcher/Makefile @@ -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 @@ SUB_FILES= pkg-message 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: diff --git a/databases/mywwwatcher/distinfo b/databases/mywwwatcher/distinfo index 4bdee6c07506..c641464175fb 100644 --- a/databases/mywwwatcher/distinfo +++ b/databases/mywwwatcher/distinfo @@ -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 diff --git a/databases/mywwwatcher/pkg-descr b/databases/mywwwatcher/pkg-descr index 3cd14d4eed94..55a6978fbd05 100644 --- a/databases/mywwwatcher/pkg-descr +++ b/databases/mywwwatcher/pkg-descr @@ -3,7 +3,7 @@ of MySQL over the web interface. It is small, quick, easy to use 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 diff --git a/databases/mywwwatcher/pkg-plist b/databases/mywwwatcher/pkg-plist index cbf37eff9747..6a9c42578daf 100644 --- a/databases/mywwwatcher/pkg-plist +++ b/databases/mywwwatcher/pkg-plist @@ -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%% |