summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/Makefile
diff options
context:
space:
mode:
authorrichard <richard>2013-10-13 12:06:30 +0000
committerrichard <richard>2013-10-13 12:06:30 +0000
commit584bf3dd35262332e5f9c340dccd27833553b307 (patch)
tree5deb5107f52935cf04de662e936547afaa45525a /databases/pgadmin3/Makefile
parent20e6168829fac13010bdffc8ca7cd995d05a4f17 (diff)
downloadpkgsrc-584bf3dd35262332e5f9c340dccd27833553b307.tar.gz
update to pgAdmin3 v1.18.1
From the release announcement: This is a bug fix release which includes the following fixes: * Allow the dump of pg schemas [Guillaume Lelarge]] * Prevent a crash on Windows when dropping a column or a constraint on a table [Dhiraj Chawla] * Ensure DDLScript will work with Slony 2.2+ which has a new SQL level API [Neel Patel] * Fix ordering of object types in the display options and add Event Triggers which were missing [Dhiraj Chawla]. * Ensure the debugger can cope with functions that have an OUT parameter as the first. [Ashesh Vashi] * Fix the quoting of user mapping objects [Dinesh Kumar] * Ensure that materialised views are available as targets for synonyms [Neel Patel] * Fix the query used to find tables in a Slony replication set [Neel Patel] * Prevent a crash if a user starts an external process such as a backup, and then immediately hits cancel [Neel Patel]. * Fix a memory leak in the Event Trigger code [Dinesh Kumar]. For more information or to download, please visit the website at http://www.pgadmin.org/.
Diffstat (limited to 'databases/pgadmin3/Makefile')
-rw-r--r--databases/pgadmin3/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile
index 5eb1a1c335d..f512bc1825e 100644
--- a/databases/pgadmin3/Makefile
+++ b/databases/pgadmin3/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2013/10/10 14:42:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2013/10/13 12:06:30 richard Exp $
-DISTNAME= pgadmin3-1.18.0
-PKGREVISION= 1
+DISTNAME= pgadmin3-1.18.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=pgadmin3/release/v${PKGVERSION_NOREV}/src/}