From 0aa52c6550c0ddf5690b0a6c6c713518b2995b48 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 26 Apr 2010 06:14:21 +0000 Subject: Changes 1.10.2: * Correctly save the position of a pgFrame, per a report from Andreas Laggner and Dan Halbert. * Fix the reverse engineering of a function, per a report from Kieran McCusker. * Fix the xmlTextWriterEndDocument check when saving a favorite. * Fix an SQL error when changing a parameter for a database, role/user and a function. * Fix the display of a type with a specific typmod. * Select the server choosen with the /s command-line argument. * Fix the call to the Slony-I storenode function. * Fix display of the date/time chooser. --- databases/pgadmin3/Makefile | 7 +++---- databases/pgadmin3/distinfo | 9 +++++---- databases/pgadmin3/patches/patch-ac | 13 +++++++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 databases/pgadmin3/patches/patch-ac (limited to 'databases') diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index 89412466c4e..f32f2dd75db 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2010/02/10 19:34:05 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2010/04/26 06:14:21 adam Exp $ .include "../../databases/postgresql84/Makefile.mirrors" -DISTNAME= pgadmin3-1.10.1 -PKGREVISION= 1 +DISTNAME= pgadmin3-1.10.2 CATEGORIES= databases -MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.1/src/} +MASTER_SITES= ${PGSQL_MIRRORS:=pgadmin3/release/v1.10.2/src/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.pgadmin.org/ diff --git a/databases/pgadmin3/distinfo b/databases/pgadmin3/distinfo index a452eafd294..4f923514229 100644 --- a/databases/pgadmin3/distinfo +++ b/databases/pgadmin3/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.4 2010/01/25 14:05:22 adam Exp $ +$NetBSD: distinfo,v 1.5 2010/04/26 06:14:21 adam Exp $ -SHA1 (pgadmin3-1.10.1.tar.gz) = bb6706e539c623a824668de8ce135273ba8e7482 -RMD160 (pgadmin3-1.10.1.tar.gz) = 20c585cbcf26939d2772291fcc6ef20a55d3e611 -Size (pgadmin3-1.10.1.tar.gz) = 12080090 bytes +SHA1 (pgadmin3-1.10.2.tar.gz) = 8fefde8e22a40b7f3009203a90088bd1eb3ab846 +RMD160 (pgadmin3-1.10.2.tar.gz) = 1d81739eafda0afb6077f79a755a675ad09205f6 +Size (pgadmin3-1.10.2.tar.gz) = 12091611 bytes SHA1 (patch-aa) = 53bb8be237acce254d50a9b7a33bdc054a5a9b4a SHA1 (patch-ab) = 266fcf43dbb507a920d3b2c4446ea86d4cc599af +SHA1 (patch-ac) = debdeb377a4496001fdc535bdc4039aa74088c3c diff --git a/databases/pgadmin3/patches/patch-ac b/databases/pgadmin3/patches/patch-ac new file mode 100644 index 00000000000..afc72f60041 --- /dev/null +++ b/databases/pgadmin3/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2010/04/26 06:14:21 adam Exp $ + +--- configure.orig 2010-04-21 09:15:25.000000000 +0000 ++++ configure +@@ -6393,8 +6393,6 @@ $as_echo "ok" >&6; } + + + # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them. +- CFLAGS="" +- CXXFLAGS="" + + + ac_config_files="$ac_config_files Makefile branding/Makefile i18n/Makefile pgadmin/Makefile pkg/Makefile pkg/debian/Makefile pkg/mac/Makefile pkg/mandrake/Makefile pkg/redhat/Makefile pkg/slackware/Makefile pkg/src/Makefile pkg/suse/Makefile pkg/win32/Makefile xtra/Makefile xtra/pgscript/Makefile xtra/pgscript/lib/Makefile xtra/pgscript/bin/Makefile xtra/pgscript/test/Makefile xtra/wx-build/Makefile" -- cgit v1.2.3