Re: UPDATE: www/phpmyadmin (hints needed)

2013-12-17 Thread Giovanni Bechis
On 12/14/13 23:31, Stuart Henderson wrote:
> On 2013/12/14 18:14, Giovanni Bechis wrote:
>> Hi,
>> quiet trivial update to phpmyadmin, when installed on a clean machine, 
>> phpmyadmin.conf is installed under www/conf/moduls.sample but there no 
>> message to create the link as php does.
>> Is it worth to add a [UN]MESSAGE file similar to the php one ?
> 
> This is mentioned in README anyway. I would prefer to get rid of the
> MESSAGE files in php rather than add any more ;)
> 
ok with the diff as-is then ?
 Cheers
  Giovanni



Re: UPDATE: www/phpmyadmin (hints needed)

2013-12-14 Thread Stuart Henderson
On 2013/12/14 18:14, Giovanni Bechis wrote:
> Hi,
> quiet trivial update to phpmyadmin, when installed on a clean machine, 
> phpmyadmin.conf is installed under www/conf/moduls.sample but there no 
> message to create the link as php does.
> Is it worth to add a [UN]MESSAGE file similar to the php one ?

This is mentioned in README anyway. I would prefer to get rid of the
MESSAGE files in php rather than add any more ;)



UPDATE: www/phpmyadmin (hints needed)

2013-12-14 Thread Giovanni Bechis
Hi,
quiet trivial update to phpmyadmin, when installed on a clean machine, 
phpmyadmin.conf is installed under www/conf/moduls.sample but there no message 
to create the link as php does.
Is it worth to add a [UN]MESSAGE file similar to the php one ?
 Cheers
  Giovanni 
Index: Makefile
===
RCS file: /cvs/ports/www/phpmyadmin/Makefile,v
retrieving revision 1.93
diff -u -p -u -p -r1.93 Makefile
--- Makefile	14 Nov 2013 08:47:21 -	1.93
+++ Makefile	14 Dec 2013 17:12:31 -
@@ -2,7 +2,7 @@
 
 COMMENT=	tool to handle the administration of MySQL over the web
 
-V=		4.0.9
+V=		4.1.0
 
 PKGNAME=	phpMyAdmin-$V
 DISTNAME=	phpMyAdmin-$V-all-languages
@@ -25,8 +25,7 @@ INSTDIR=	${PREFIX}/phpMyAdmin
 SUBST_VARS=	INSTDIR V
 
 MODULES=	lang/php
-RUN_DEPENDS=	lang/php/${MODPHP_VERSION},-mysql \
-		lang/php/${MODPHP_VERSION},-mysqli \
+RUN_DEPENDS=	lang/php/${MODPHP_VERSION},-mysqli \
 		lang/php/${MODPHP_VERSION},-mcrypt \
 		lang/php/${MODPHP_VERSION},-gd
 
Index: distinfo
===
RCS file: /cvs/ports/www/phpmyadmin/distinfo,v
retrieving revision 1.80
diff -u -p -u -p -r1.80 distinfo
--- distinfo	14 Nov 2013 08:47:21 -	1.80
+++ distinfo	14 Dec 2013 17:12:31 -
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.0.9-all-languages.tar.gz) = 59IvOvPg42OmMw9GSl8c3XbyC8W88PmAWF1RfB6kqA0=
-SIZE (phpMyAdmin-4.0.9-all-languages.tar.gz) = 8068018
+SHA256 (phpMyAdmin-4.1.0-all-languages.tar.gz) = uu18OrMyWomcIZ+PPeGL1FCqmcqaTxP3EwVkCgXnFys=
+SIZE (phpMyAdmin-4.1.0-all-languages.tar.gz) = 8038672
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/phpmyadmin/pkg/PLIST,v
retrieving revision 1.49
diff -u -p -u -p -r1.49 PLIST
--- pkg/PLIST	10 Sep 2013 15:52:03 -	1.49
+++ pkg/PLIST	14 Dec 2013 17:12:31 -
@@ -1,6 +1,8 @@
 @comment $OpenBSD: PLIST,v 1.49 2013/09/10 15:52:03 giovanni Exp $
 @group daemon
 phpMyAdmin/
+@comment phpMyAdmin/.coveralls.yml
+phpMyAdmin/CONTRIBUTING.md
 phpMyAdmin/ChangeLog
 phpMyAdmin/LICENSE
 phpMyAdmin/README
@@ -122,6 +124,7 @@ phpMyAdmin/doc/setup.rst
 phpMyAdmin/doc/transformations.rst
 phpMyAdmin/doc/user.rst
 phpMyAdmin/doc/vendors.rst
+phpMyAdmin/error_report.php
 phpMyAdmin/examples/
 phpMyAdmin/examples/config.manyhosts.inc.php
 phpMyAdmin/examples/create_tables.sql
@@ -151,17 +154,22 @@ phpMyAdmin/js/canvg/flashcanvas.swf
 phpMyAdmin/js/chart.js
 phpMyAdmin/js/codemirror/
 phpMyAdmin/js/codemirror/LICENSE
+phpMyAdmin/js/codemirror/addon/
+phpMyAdmin/js/codemirror/addon/runmode/
+phpMyAdmin/js/codemirror/addon/runmode/runmode.js
 phpMyAdmin/js/codemirror/lib/
 phpMyAdmin/js/codemirror/lib/codemirror.js
 phpMyAdmin/js/codemirror/mode/
-phpMyAdmin/js/codemirror/mode/mysql/
-phpMyAdmin/js/codemirror/mode/mysql/mysql.js
+phpMyAdmin/js/codemirror/mode/sql/
+phpMyAdmin/js/codemirror/mode/sql/sql.js
 phpMyAdmin/js/common.js
 phpMyAdmin/js/config.js
 phpMyAdmin/js/cross_framing_protection.js
 phpMyAdmin/js/db_operations.js
 phpMyAdmin/js/db_search.js
 phpMyAdmin/js/db_structure.js
+phpMyAdmin/js/doclinks.js
+phpMyAdmin/js/error_report.js
 phpMyAdmin/js/export.js
 phpMyAdmin/js/functions.js
 phpMyAdmin/js/get_image.js.php
@@ -184,6 +192,7 @@ phpMyAdmin/js/jqplot/plugins/jqplot.high
 phpMyAdmin/js/jqplot/plugins/jqplot.pieRenderer.js
 phpMyAdmin/js/jqplot/plugins/jqplot.pointLabels.js
 phpMyAdmin/js/jquery/
+phpMyAdmin/js/jquery/MIT-LICENSE.txt
 phpMyAdmin/js/jquery/jquery-1.8.3.min.js
 phpMyAdmin/js/jquery/jquery-ui-1.9.2.custom.min.js
 phpMyAdmin/js/jquery/jquery-ui-timepicker-addon.js
@@ -265,6 +274,7 @@ phpMyAdmin/js/jquery/src/jquery/support.
 phpMyAdmin/js/jquery/src/jquery/traversing.js
 phpMyAdmin/js/jquery/src/jquery/wrap.js
 phpMyAdmin/js/keyhandler.js
+phpMyAdmin/js/line_counts.php
 phpMyAdmin/js/makegrid.js
 phpMyAdmin/js/messages.php
 phpMyAdmin/js/navigation.js
@@ -347,25 +357,29 @@ phpMyAdmin/js/rte.js
 phpMyAdmin/js/server_databases.js
 phpMyAdmin/js/server_plugins.js
 phpMyAdmin/js/server_privileges.js
-phpMyAdmin/js/server_status.js
 phpMyAdmin/js/server_status_advisor.js
 phpMyAdmin/js/server_status_monitor.js
 phpMyAdmin/js/server_status_queries.js
 phpMyAdmin/js/server_status_sorter.js
 phpMyAdmin/js/server_status_variables.js
+phpMyAdmin/js/server_user_groups.js
 phpMyAdmin/js/server_variables.js
 phpMyAdmin/js/sql.js
 phpMyAdmin/js/tbl_change.js
 phpMyAdmin/js/tbl_chart.js
+phpMyAdmin/js/tbl_find_replace.js
 phpMyAdmin/js/tbl_gis_visualization.js
 phpMyAdmin/js/tbl_relation.js
 phpMyAdmin/js/tbl_select.js
 phpMyAdmin/js/tbl_structure.js
 phpMyAdmin/js/tbl_zoom_plot_jqplot.js
+phpMyAdmin/js/tracekit/
+phpMyAdmin/js/tracekit/tracekit.js
 phpMyAdmin/libraries/
 phpMyAdmin/libraries/Advisor.class.php
 phpMyAdmin/libraries/Config.class.php
 phpMyAdmin/libraries/DBQbe.class.php
+phpMyAdmin/libraries/DatabaseInterface.class.php
 phpMyAdmin/libraries/DbSearch.class.php
 phpMyAdmin/libraries/DisplayResults.cla