summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2010-05-20 13:27:20 +0000
committeradam <adam>2010-05-20 13:27:20 +0000
commit64bdaee1d54cb57f96be453f9b551745dd35a413 (patch)
treefbbc3c86a5e57c6491beb8257062debcb9981650 /databases/pgadmin3/Makefile
parente959c0da779c338a7b6d71a7f4627d4bad421f83 (diff)
downloadpkgsrc-64bdaee1d54cb57f96be453f9b551745dd35a413.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...
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r--databases/pgadmin3/Makefile8
1 files changed, 5 insertions, 3 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