this diff updates phppgadmin to 5.6 version, released a few days ago after a
few years of inactivity.

It happens that the "processes" tab doesn't work on older postgresql with this
version... Don't know if it's a show stopper?

Index: Makefile
===================================================================
RCS file: /data/cvs/ports/www/phppgadmin/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile    17 Oct 2018 14:15:56 -0000      1.29
+++ Makefile    5 Dec 2018 14:03:11 -0000
@@ -2,17 +2,17 @@
 
 COMMENT=       tool to handle the administration of PostgreSQL over the web
 
-DISTNAME=      phpPgAdmin-5.1
+DISTNAME=      phpPgAdmin-5.6.0
 CATEGORIES=    www databases
 HOMEPAGE=      http://phppgadmin.sourceforge.net/
-REVISION=      4
 
 MAINTAINER=    Pierre-Emmanuel Andre <p...@openbsd.org>
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=phppgadmin/}
+MASTER_SITES=  
https://github.com/phppgadmin/phppgadmin/releases/download/REL_5-6-0/
+EXTRACT_SUFX=  .tar.bz2
 
 NO_BUILD=      Yes
 NO_TEST=       Yes
Index: distinfo
===================================================================
RCS file: /data/cvs/ports/www/phppgadmin/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    25 Apr 2014 11:00:34 -0000      1.12
+++ distinfo    5 Dec 2018 13:43:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (phpPgAdmin-5.1.tar.gz) = QilOexnTtAA5EuqtmjTfQJbAOAhxrtzhUqoT1JVYeKU=
-SIZE (phpPgAdmin-5.1.tar.gz) = 747520
+SHA256 (phpPgAdmin-5.6.0.tar.bz2) = 
M+D8e7A4hy0vHdJp93yZJYIgpfT2WfjQ97QpBzeg3TU=
+SIZE (phpPgAdmin-5.6.0.tar.bz2) = 880640
Index: pkg/PLIST
===================================================================
RCS file: /data/cvs/ports/www/phppgadmin/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- pkg/PLIST   4 Sep 2018 12:46:26 -0000       1.10
+++ pkg/PLIST   5 Dec 2018 13:54:03 -0000
@@ -25,6 +25,8 @@ phpPgAdmin/classes/database/
 phpPgAdmin/classes/database/ADODB_base.php
 phpPgAdmin/classes/database/Connection.php
 phpPgAdmin/classes/database/Postgres.php
+phpPgAdmin/classes/database/Postgres10.php
+phpPgAdmin/classes/database/Postgres11.php
 phpPgAdmin/classes/database/Postgres74.php
 phpPgAdmin/classes/database/Postgres80.php
 phpPgAdmin/classes/database/Postgres81.php
@@ -33,8 +35,15 @@ phpPgAdmin/classes/database/Postgres83.p
 phpPgAdmin/classes/database/Postgres84.php
 phpPgAdmin/classes/database/Postgres90.php
 phpPgAdmin/classes/database/Postgres91.php
+phpPgAdmin/classes/database/Postgres92.php
+phpPgAdmin/classes/database/Postgres93.php
+phpPgAdmin/classes/database/Postgres94.php
+phpPgAdmin/classes/database/Postgres95.php
+phpPgAdmin/classes/database/Postgres96.php
 phpPgAdmin/colproperties.php
+phpPgAdmin/composer.json
 phpPgAdmin/conf/
+phpPgAdmin/conf/.gitignore
 phpPgAdmin/conf/config.inc.php
 phpPgAdmin/conf/config.inc.php-dist
 phpPgAdmin/constraints.php
@@ -51,6 +60,9 @@ phpPgAdmin/functions.php
 phpPgAdmin/groups.php
 phpPgAdmin/help/
 phpPgAdmin/help.php
+phpPgAdmin/help/PostgresDoc10.php
+phpPgAdmin/help/PostgresDoc11.php
+phpPgAdmin/help/PostgresDoc12.php
 phpPgAdmin/help/PostgresDoc74.php
 phpPgAdmin/help/PostgresDoc80.php
 phpPgAdmin/help/PostgresDoc81.php
@@ -60,9 +72,17 @@ phpPgAdmin/help/PostgresDoc84.php
 phpPgAdmin/help/PostgresDoc90.php
 phpPgAdmin/help/PostgresDoc91.php
 phpPgAdmin/help/PostgresDoc92.php
+phpPgAdmin/help/PostgresDoc93.php
+phpPgAdmin/help/PostgresDoc94.php
+phpPgAdmin/help/PostgresDoc95.php
+phpPgAdmin/help/PostgresDoc96.php
 phpPgAdmin/history.php
 phpPgAdmin/images/
 phpPgAdmin/images/themes/
+phpPgAdmin/images/themes/bootstrap/
+phpPgAdmin/images/themes/bootstrap/Favicon.ico
+phpPgAdmin/images/themes/bootstrap/Introduction.png
+phpPgAdmin/images/themes/bootstrap/title.png
 phpPgAdmin/images/themes/cappuccino/
 phpPgAdmin/images/themes/cappuccino/Lminus.png
 phpPgAdmin/images/themes/cappuccino/Lplus.png
@@ -372,7 +392,175 @@ phpPgAdmin/tables.js
 phpPgAdmin/tables.php
 phpPgAdmin/tablespaces.php
 phpPgAdmin/tblproperties.php
+@comment phpPgAdmin/tests/
+@comment phpPgAdmin/tests/selenium/
+@comment phpPgAdmin/tests/selenium/README
+@comment phpPgAdmin/tests/selenium/TestSuite.php
+@comment phpPgAdmin/tests/selenium/config.test.php-dist
+@comment phpPgAdmin/tests/selenium/selenium-lib/
+@comment phpPgAdmin/tests/selenium/selenium-lib/VERSION.txt
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/Blank.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/InjectedRemoteRunner.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/RemoteRunner.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/SeleniumLog.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/TestPrompt.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/TestRunner-splash.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/TestRunner.hta
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/TestRunner.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/domviewer/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/domviewer/butmin.gif
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/domviewer/butplus.gif
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/all.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/continue.png
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/icons/continue_disabled.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/pause.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/pause_disabled.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/remains.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/selected.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/step.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/icons/step_disabled.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/iedoc-core.xml
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/iedoc.xml
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/cssQuery-p.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/src/
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-level2.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-level3.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery-standard.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/cssQuery/src/cssQuery.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/prototype.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/builder.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/controls.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/dragdrop.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/effects.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/scriptaculous.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/slider.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/lib/scriptaculous/unittest.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/lib/snapsie.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/find_matching_child.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/htmlutils.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/injection.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-api.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-browserbot.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-browserdetect.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-commandhandlers.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-executionloop.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-logging.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-remoterunner.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-testrunner.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/selenium-version.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/ui-doc.html
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/ui-element.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/ui-map-sample.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/user-extensions.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/scripts/user-extensions.js.sample
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/scripts/xmlextras.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/selenium-logo.png
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/selenium-test.css
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/selenium.css
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/xpath/
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/xpath/dom.js
+@comment 
phpPgAdmin/tests/selenium/selenium-lib/core/xpath/javascript-xpath-0.1.11.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/xpath/util.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/xpath/xmltoken.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/core/xpath/xpath.js
+@comment phpPgAdmin/tests/selenium/selenium-lib/readyState.xpi
+@comment phpPgAdmin/tests/selenium/selenium-lib/reference.html
+@comment phpPgAdmin/tests/selenium/src/
+@comment phpPgAdmin/tests/selenium/src/01-roles.php
+@comment phpPgAdmin/tests/selenium/src/04-database.php
+@comment phpPgAdmin/tests/selenium/src/06-schema.php
+@comment phpPgAdmin/tests/selenium/src/08-domaine.php
+@comment phpPgAdmin/tests/selenium/src/10-table.php
+@comment phpPgAdmin/tests/selenium/src/12-admin.php
+@comment phpPgAdmin/tests/selenium/src/15-sequence.php
+@comment phpPgAdmin/tests/selenium/src/20-constraint.php
+@comment phpPgAdmin/tests/selenium/src/25-column.php
+@comment phpPgAdmin/tests/selenium/src/30-view.php
+@comment phpPgAdmin/tests/selenium/src/35-index.php
+@comment phpPgAdmin/tests/selenium/src/99-cleantests.php
+@comment phpPgAdmin/tests/selenium/src/skeleton.php-dist
+@comment phpPgAdmin/tests/selenium/testBuilder.class.php
+@comment phpPgAdmin/tests/simpletests/
+@comment phpPgAdmin/tests/simpletests/README
+@comment phpPgAdmin/tests/simpletests/TODO
+@comment phpPgAdmin/tests/simpletests/build.xml
+@comment phpPgAdmin/tests/simpletests/config.tests.php
+@comment phpPgAdmin/tests/simpletests/data/
+@comment phpPgAdmin/tests/simpletests/data/.cvsignore
+@comment phpPgAdmin/tests/simpletests/data/CFunction/
+@comment phpPgAdmin/tests/simpletests/data/CFunction/euc_jp_and_sjis.so
+@comment phpPgAdmin/tests/simpletests/data/TableSpace/
+@comment phpPgAdmin/tests/simpletests/data/TableSpace/.cvsignore
+@comment phpPgAdmin/tests/simpletests/data/config.sql
+@comment phpPgAdmin/tests/simpletests/data/ppatests_install.sql
+@comment phpPgAdmin/tests/simpletests/data/ppatests_remove.sql
+@comment phpPgAdmin/tests/simpletests/data/select.sql
+@comment phpPgAdmin/tests/simpletests/data/student.csv
+@comment phpPgAdmin/tests/simpletests/data/student.txt
+@comment phpPgAdmin/tests/simpletests/data/student.xml
+@comment phpPgAdmin/tests/simpletests/testcase/
+@comment phpPgAdmin/tests/simpletests/testcase/Common/
+@comment phpPgAdmin/tests/simpletests/testcase/Common/CommonGroupTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Common/ExportTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Common/ImportTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Common/SecurityTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/AdminTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/CastsTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/DatabaseGroupTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/DatabaseTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/FindObjectsTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/HelpTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/LanguageTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/ProcessesTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/SchemaBasicTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/SqlTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Databases/VariablesTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Public/
+@comment phpPgAdmin/tests/simpletests/testcase/Public/SetPrecondition.php
+@comment phpPgAdmin/tests/simpletests/testcase/Public/common.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/AggregateTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/ConversionTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/DomainTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/FunctionTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/OpClassTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/OperatorTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/SchemasGroupTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/SequenceTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/TableTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/TypeTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Schemas/ViewTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Server/
+@comment phpPgAdmin/tests/simpletests/testcase/Server/GroupsTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Server/ReportsTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Server/ServerGroupTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Server/TableSpacesTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Server/UsersTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/ColumnTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/ConstraintsTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/DeadlockTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/IndexesTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/InfoTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/RulesTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/TableGroupTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/Tables/TriggersTest.php
+@comment phpPgAdmin/tests/simpletests/testcase/coveragephpPgAdminMain.php
+@comment phpPgAdmin/tests/simpletests/testcase/phpcoverage.inc.php
+@comment phpPgAdmin/tests/simpletests/testcase/simpletest.inc.php
+@comment phpPgAdmin/tests/simpletests/testcase/testphpPgAdminMain.php
+@comment phpPgAdmin/tests/simpletests/tests.php
 phpPgAdmin/themes/
+phpPgAdmin/themes/bootstrap/
+phpPgAdmin/themes/bootstrap/global.css
+phpPgAdmin/themes/bootstrap/title.png
 phpPgAdmin/themes/cappuccino/
 phpPgAdmin/themes/cappuccino/global.css
 phpPgAdmin/themes/default/

Reply via email to