diff options
author | adam <adam@pkgsrc.org> | 2010-05-20 13:27:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-05-20 13:27:20 +0000 |
commit | e5728ed7e70d3f7e14f06e4e2731db4753133797 (patch) | |
tree | fbbc3c86a5e57c6491beb8257062debcb9981650 | |
parent | 4a8eeb454dc26fd0512b8bdfb3f8d3849d40d27e (diff) | |
download | pkgsrc-e5728ed7e70d3f7e14f06e4e2731db4753133797.tar.gz |
Changes 1.10.3:
* Fix the "quiet log" query in the status server.
* Call Stored Procedures in EnterpriseDB in an anonymous
block to prevent errors with out/inout parameters.
* Fix an error when working with packages on EnterpriseDB in 'postgres' mode.
* Prevent a crash if the user cancels a restore operation.
* Fix the refresh of a dropped function.
* Fix a crash bug seen when closing the debugger parameter dialog on OSX.
* Fix to only show Storage value if the value is different from the type's
default value.
* Fix uncalled attempt to "change" array data types in dlgColumn.
* Fix a crash that could occur if viewing a table with no rows in the Edit Grid.
* Fix a crash occuring when a function with a parameter with a default is
selected.
* Don't offer debugging options to non-superusers on Postgres Plus Advanced
Server < 8.4 which doesn't have support for user debugging.
* Fix the saving and reverse engineering of parameters for database, table,
and function.
* Specify the schema of the table/function to restore if pg_restore's release
is 8.2 or later.
* Fix the reverse engineering of a rule.
* Fix the status server window on Mac OS X.
* Fix the recent files, by notifying each frmQuery to update their recent files.
Same support for macros and favourites.
* Fix the canvas resizing with really big table.
* Add the missing RULEs for VIEWs in SQL pane.
* More...
-rw-r--r-- | databases/pgadmin3/Makefile | 8 | ||||
-rw-r--r-- | databases/pgadmin3/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index f32f2dd75db..c544f9ec010 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2010/04/26 06:14:21 adam Exp $ +# $NetBSD: Makefile,v 1.14 2010/05/20 13:27:20 adam Exp $ .include "../../databases/postgresql84/Makefile.mirrors" -DISTNAME= pgadmin3-1.10.2 +DISTNAME= pgadmin3-1.10.3 CATEGORIES= databases -MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.2/src/} +MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.3/src/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ @@ -12,6 +12,8 @@ COMMENT= Graphical PostgreSQL client and administration tool PKG_DESTDIR_SUPPORT= user-destdir +PGSQL_VERSIONS_ACCEPTED=84 83 + USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes diff --git a/databases/pgadmin3/distinfo b/databases/pgadmin3/distinfo index 4f923514229..e9f7dd3fc04 100644 --- a/databases/pgadmin3/distinfo +++ b/databases/pgadmin3/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2010/04/26 06:14:21 adam Exp $ +$NetBSD: distinfo,v 1.6 2010/05/20 13:27:20 adam Exp $ -SHA1 (pgadmin3-1.10.2.tar.gz) = 8fefde8e22a40b7f3009203a90088bd1eb3ab846 -RMD160 (pgadmin3-1.10.2.tar.gz) = 1d81739eafda0afb6077f79a755a675ad09205f6 -Size (pgadmin3-1.10.2.tar.gz) = 12091611 bytes +SHA1 (pgadmin3-1.10.3.tar.gz) = d5895ca8be9cccf0faa626b2b7be0049dd4abf92 +RMD160 (pgadmin3-1.10.3.tar.gz) = 8db5b45c946fb4ed990f8386cb193f56c9a0cca9 +Size (pgadmin3-1.10.3.tar.gz) = 12098537 bytes SHA1 (patch-aa) = 53bb8be237acce254d50a9b7a33bdc054a5a9b4a SHA1 (patch-ab) = 266fcf43dbb507a920d3b2c4446ea86d4cc599af SHA1 (patch-ac) = debdeb377a4496001fdc535bdc4039aa74088c3c |