summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2010-11-05 20:21:17 +0000
committeradam <adam>2010-11-05 20:21:17 +0000
commit0e666146ba78421818476b335339e4b75c646d37 (patch)
tree4aae12cfc0347ee14ec0e4b8e772930852da7ae9 /databases/pgadmin3/Makefile
parent6d001fceb253fa0b4a43122492a28227dc386e1b (diff)
downloadpkgsrc-0e666146ba78421818476b335339e4b75c646d37.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/Makefile6
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/