diff options
author | adam <adam@pkgsrc.org> | 2010-11-05 20:21:17 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-11-05 20:21:17 +0000 |
commit | 047673287edc86bd530964fbd9907d964cc177ac (patch) | |
tree | 4aae12cfc0347ee14ec0e4b8e772930852da7ae9 /databases/pgadmin3/Makefile | |
parent | ffdc7c57f94531607fc2bddee2231603b9fb1a5a (diff) | |
download | pkgsrc-047673287edc86bd530964fbd9907d964cc177ac.tar.gz |
Changes 1.12.1:
* Fix the debugger invocation code to ensure it handles different combinations
of server version and libpq builds as cleanly as possible.
* Fix the double line number in the function properties dialog.
* Fix for log_statement in 7.4.
* Lots of fixes on my "sort column" patch.
* Avoid an error when viewing index statistics in languages other than English.
* Fix connection color on the query tool
* Fix the reverse-engineered query for triggers
* Fix the server's property dialog for unpriviledged users
* Fix a crash if pressing escape in the edit grid filter and sorting dialogue.
Add a tooltip and make RO the queries combobox
* Fix the perspective string parameter
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r-- | databases/pgadmin3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 8341e6c2ab2..82daecefe71 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2010/09/22 12:53:28 adam Exp $ +# $NetBSD: Makefile,v 1.18 2010/11/05 20:21:17 adam Exp $ .include "../../databases/postgresql84/Makefile.mirrors" -DISTNAME= pgadmin3-1.12.0 +DISTNAME= pgadmin3-1.12.1 CATEGORIES= databases -MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.12.0/src/} +MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v${PKGVERSION_NOREV}/src/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ |