summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2010-09-22 12:53:28 +0000
committeradam <adam>2010-09-22 12:53:28 +0000
commit8f45869507d9f13f66e226eb9b77e43b83bba56c (patch)
tree051a6ebe8dd9a977663786bcd2f071bdc0c817b7 /databases/pgadmin3/Makefile
parentdd280ddd4d30a67578fc0279e59ebae6404cc53d (diff)
downloadpkgsrc-8f45869507d9f13f66e226eb9b77e43b83bba56c.tar.gz
Changes 1.12.0:
* Fix a possible crash on Solaris when closing the server status windows. * Fix a possible crash on Solaris when cancelling a debugging operation. * Fix a drawing glitch in the GQB, if the canvas exceeds the hard-coded minimum size. * Get rid of the schema name and double quotes of the result of the format_type stored procedure * Add a title to the frmStatus window when launched in standalone mode. * Fix an issue with tab keypress on the frmQuery with Windows. * Disable the "output pad" menu when the user is on the GQB tab. * Disable the "scratch pad" menu when the user is on the GQB tab. * Fix another issue with the connection check code. * Fix an issue where the application_name is used as the database name during a connection. * Fix the connection check code. * Don't send the Greenplum query for each user, but import it in the big roles query. * Ensure the highlight colour in the SQL textboxes will work with the system colours. * Make sure menubar's and toolbar's items are enabled/disabled as appropriate when selecting a server's group, per a report from Steffen Kuhn. * Ensure the Drop option is shown for rules when appropriate. * Fix a crash that occured when pressing a key on a text cell in the Edit Grid, when not in Edit mode.
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r--databases/pgadmin3/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index b53b2d30685..8341e6c2ab2 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2010/09/14 11:01:32 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2010/09/22 12:53:28 adam Exp $
.include "../../databases/postgresql84/Makefile.mirrors"
-DISTNAME= pgadmin3-1.10.3
-PKGREVISION= 2
+DISTNAME= pgadmin3-1.12.0
CATEGORIES= databases
-MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.3/src/}
+MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.12.0/src/}
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://www.pgadmin.org/
@@ -13,7 +12,7 @@ COMMENT= Graphical PostgreSQL client and administration tool
PKG_DESTDIR_SUPPORT= user-destdir
-PGSQL_VERSIONS_ACCEPTED=84 83
+PGSQL_VERSIONS_ACCEPTED=90 84 83
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt