summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2014-07-25 22:14:55 +0000
committeradam <adam>2014-07-25 22:14:55 +0000
commit46a567b9a39f1bd354d2342b5e142820846293f6 (patch)
tree64b962546ea0fdbce8abd0632fa7c42f16413b77
parent6724757a9641da7f11fc2c6e1f2f59f61349e1f4 (diff)
downloadpkgsrc-46a567b9a39f1bd354d2342b5e142820846293f6.tar.gz
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.
-rw-r--r--databases/postgresql84-client/Makefile3
-rw-r--r--databases/postgresql84-client/PLIST3
-rw-r--r--databases/postgresql84-plperl/Makefile3
-rw-r--r--databases/postgresql84-plpython/Makefile3
-rw-r--r--databases/postgresql84-server/PLIST3
-rw-r--r--databases/postgresql84/Makefile3
-rw-r--r--databases/postgresql84/Makefile.common4
-rw-r--r--databases/postgresql84/distinfo9
-rw-r--r--databases/postgresql84/patches/patch-src_pl_plpython_Makefile15
-rw-r--r--databases/postgresql90-docs/Makefile3
-rw-r--r--databases/postgresql90-docs/PLIST4
-rw-r--r--databases/postgresql90-plperl/Makefile3
-rw-r--r--databases/postgresql90-plpython/Makefile3
-rw-r--r--databases/postgresql90-server/PLIST3
-rw-r--r--databases/postgresql90/Makefile3
-rw-r--r--databases/postgresql90/Makefile.common4
-rw-r--r--databases/postgresql90/distinfo9
-rw-r--r--databases/postgresql90/patches/patch-src_pl_plpython_Makefile15
-rw-r--r--databases/postgresql91-docs/Makefile3
-rw-r--r--databases/postgresql91-docs/PLIST5
-rw-r--r--databases/postgresql91-plperl/Makefile3
-rw-r--r--databases/postgresql91-plpython/Makefile3
-rw-r--r--databases/postgresql91-server/PLIST3
-rw-r--r--databases/postgresql91/Makefile3
-rw-r--r--databases/postgresql91/Makefile.common4
-rw-r--r--databases/postgresql91/distinfo9
-rw-r--r--databases/postgresql91/patches/patch-src_pl_plpython_Makefile15
-rw-r--r--databases/postgresql92-docs/Makefile3
-rw-r--r--databases/postgresql92-docs/PLIST6
-rw-r--r--databases/postgresql92-plperl/Makefile3
-rw-r--r--databases/postgresql92-plpython/Makefile3
-rw-r--r--databases/postgresql92-server/PLIST3
-rw-r--r--databases/postgresql92/Makefile3
-rw-r--r--databases/postgresql92/Makefile.common4
-rw-r--r--databases/postgresql92/distinfo9
-rw-r--r--databases/postgresql92/patches/patch-src_pl_plpython_Makefile15
-rw-r--r--databases/postgresql93-docs/Makefile3
-rw-r--r--databases/postgresql93-docs/PLIST7
-rw-r--r--databases/postgresql93-plperl/Makefile3
-rw-r--r--databases/postgresql93-plpython/Makefile3
-rw-r--r--databases/postgresql93-server/PLIST3
-rw-r--r--databases/postgresql93/Makefile3
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo8
44 files changed, 80 insertions, 144 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile
index 4b1ae3a4160..6dcc25ce457 100644
--- a/databases/postgresql84-client/Makefile
+++ b/databases/postgresql84-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql84/Makefile.common"
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST
index ba9e2184dad..39418e23d26 100644
--- a/databases/postgresql84-client/PLIST
+++ b/databases/postgresql84-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2014/03/27 20:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2014/07/25 22:14:55 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -1361,6 +1361,7 @@ share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
diff --git a/databases/postgresql84-plperl/Makefile b/databases/postgresql84-plperl/Makefile
index 47aa93bf8f7..e6fd916246a 100644
--- a/databases/postgresql84-plperl/Makefile
+++ b/databases/postgresql84-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
diff --git a/databases/postgresql84-plpython/Makefile b/databases/postgresql84-plpython/Makefile
index 889ba022655..e129c9ac0f2 100644
--- a/databases/postgresql84-plpython/Makefile
+++ b/databases/postgresql84-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
diff --git a/databases/postgresql84-server/PLIST b/databases/postgresql84-server/PLIST
index 9a351a96704..b70a0439b16 100644
--- a/databases/postgresql84-server/PLIST
+++ b/databases/postgresql84-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.18 2014/07/25 22:14:55 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -293,6 +293,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff --git a/databases/postgresql84/Makefile b/databases/postgresql84/Makefile
index 916557e28b0..f79c8ee707e 100644
--- a/databases/postgresql84/Makefile
+++ b/databases/postgresql84/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql84-client>=${PKGVERSION_NOREV}:../../databases/postgresql84-client
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index 6d830e19441..f123bcfbdc5 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.33 2014/07/25 22:14:55 adam Exp $
#
# used by databases/postgresql84-adminpack/Makefile
# used by databases/postgresql84-client/Makefile
@@ -17,7 +17,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-8.4.21
+DISTNAME= postgresql-8.4.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo
index 7cb8248771c..07b7343632b 100644
--- a/databases/postgresql84/distinfo
+++ b/databases/postgresql84/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.30 2014/07/25 22:14:55 adam Exp $
-SHA1 (postgresql-8.4.21.tar.bz2) = 2669ace05665cf3f7234fdfd8c3e8bf225cbd4af
-RMD160 (postgresql-8.4.21.tar.bz2) = 5bb580b8b8aa20c463c99c3e699c3bc87e4eecc8
-Size (postgresql-8.4.21.tar.bz2) = 14645050 bytes
+SHA1 (postgresql-8.4.22.tar.bz2) = 66a1286c4983121af35b76c97b97288013edc151
+RMD160 (postgresql-8.4.22.tar.bz2) = c46d1fd3405150f0ed25012dad1ef8110d2c2d64
+Size (postgresql-8.4.22.tar.bz2) = 14651732 bytes
SHA1 (patch-aa) = 72437773d67939c8d8c8e9a99caf430590fd726f
SHA1 (patch-ab) = aa46d88c8a72edaf95880de48474ea484d6d2bf5
SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
@@ -16,4 +16,3 @@ SHA1 (patch-ba) = f8de4ee18a433b65a54280d047d18b161d3e9ca8
SHA1 (patch-bb) = 22859530d2694cf4c347f5e4c02eff0483d536d1
SHA1 (patch-src_pl_plperl_plperl.h) = 8d448cc8e0e0dbc4d15dad369d3ca7a796874ac2
SHA1 (patch-src_pl_plpgsql_src_Makefile) = 1592ecb85d6ef1bd691f77b320f639b6fc822e14
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
diff --git a/databases/postgresql84/patches/patch-src_pl_plpython_Makefile b/databases/postgresql84/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 520f81fba49..00000000000
--- a/databases/postgresql84/patches/patch-src_pl_plpython_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:56 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff --git a/databases/postgresql90-docs/Makefile b/databases/postgresql90-docs/Makefile
index 4a593b070be..ede69031c22 100644
--- a/databases/postgresql90-docs/Makefile
+++ b/databases/postgresql90-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql90/Makefile.common"
diff --git a/databases/postgresql90-docs/PLIST b/databases/postgresql90-docs/PLIST
index fb396b4bf25..33149ade63b 100644
--- a/databases/postgresql90-docs/PLIST
+++ b/databases/postgresql90-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2014/03/27 20:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2014/07/25 22:14:55 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -931,6 +931,7 @@ share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
@@ -948,6 +949,7 @@ share/doc/postgresql/html/release-9-0-14.html
share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
+share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile
index 725cccc6574..cf1f4d41edc 100644
--- a/databases/postgresql90-plperl/Makefile
+++ b/databases/postgresql90-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile
index f1a6d8dbfab..a9ecd068241 100644
--- a/databases/postgresql90-plpython/Makefile
+++ b/databases/postgresql90-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
diff --git a/databases/postgresql90-server/PLIST b/databases/postgresql90-server/PLIST
index 5c49fab6cc1..7fa5bd4c02a 100644
--- a/databases/postgresql90-server/PLIST
+++ b/databases/postgresql90-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/07/25 22:14:56 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -296,6 +296,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff --git a/databases/postgresql90/Makefile b/databases/postgresql90/Makefile
index 20eabf6bbfc..9e3a7adaa83 100644
--- a/databases/postgresql90/Makefile
+++ b/databases/postgresql90/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client
diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common
index 71ad2a2aca1..c3954f69862 100644
--- a/databases/postgresql90/Makefile.common
+++ b/databases/postgresql90/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2014/07/25 22:14:55 adam Exp $
#
# used by databases/postgresql90-adminpack/Makefile
# used by databases/postgresql90-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.0.17
+DISTNAME= postgresql-9.0.18
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql90/distinfo b/databases/postgresql90/distinfo
index a3b8d2e8fc4..c3a84e54db9 100644
--- a/databases/postgresql90/distinfo
+++ b/databases/postgresql90/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.22 2014/07/25 22:14:55 adam Exp $
-SHA1 (postgresql-9.0.17.tar.bz2) = 585198b90b2e86b1e2e8e33ff28d7161af20156d
-RMD160 (postgresql-9.0.17.tar.bz2) = 36d1f5e7d4cf9f5703f01b35c507814fd73384a3
-Size (postgresql-9.0.17.tar.bz2) = 14961682 bytes
+SHA1 (postgresql-9.0.18.tar.bz2) = f0d14ca3cd116ed88aa6ce96b22137fe37a31958
+RMD160 (postgresql-9.0.18.tar.bz2) = aa50ea194637449ad57fd86b9ea997516f5f0ebc
+Size (postgresql-9.0.18.tar.bz2) = 14984096 bytes
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
@@ -15,4 +15,3 @@ SHA1 (patch-ao) = 4d7c40d107d4c13c63ef2908d9a02be319863657
SHA1 (patch-src_Makefile.shlib) = 72d6db917b7d6ba1dbf8037e03f83a7ce7c4d6c9
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_plperl.h) = 8e2d954642cb68dc6c6fd08debd058d053566826
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
diff --git a/databases/postgresql90/patches/patch-src_pl_plpython_Makefile b/databases/postgresql90/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 520f81fba49..00000000000
--- a/databases/postgresql90/patches/patch-src_pl_plpython_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:56 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile
index 3a01d8c6324..3d9b29adf3e 100644
--- a/databases/postgresql91-docs/Makefile
+++ b/databases/postgresql91-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql91/Makefile.common"
diff --git a/databases/postgresql91-docs/PLIST b/databases/postgresql91-docs/PLIST
index 6cb58dcd0f3..7ce2d2c5197 100644
--- a/databases/postgresql91-docs/PLIST
+++ b/databases/postgresql91-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2014/03/27 20:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2014/07/25 22:14:56 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -977,6 +977,7 @@ share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
@@ -994,6 +995,7 @@ share/doc/postgresql/html/release-9-0-14.html
share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
+share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1008,6 +1010,7 @@ share/doc/postgresql/html/release-9-1-10.html
share/doc/postgresql/html/release-9-1-11.html
share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
+share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile
index 7083cf505ce..dd66808a229 100644
--- a/databases/postgresql91-plperl/Makefile
+++ b/databases/postgresql91-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile
index 5cc711d18a2..48a54774251 100644
--- a/databases/postgresql91-plpython/Makefile
+++ b/databases/postgresql91-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
diff --git a/databases/postgresql91-server/PLIST b/databases/postgresql91-server/PLIST
index d37997f1b7d..11244d08ce1 100644
--- a/databases/postgresql91-server/PLIST
+++ b/databases/postgresql91-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.10 2014/07/25 22:14:56 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -297,6 +297,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff --git a/databases/postgresql91/Makefile b/databases/postgresql91/Makefile
index 70920837bf0..28d027f8661 100644
--- a/databases/postgresql91/Makefile
+++ b/databases/postgresql91/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client
diff --git a/databases/postgresql91/Makefile.common b/databases/postgresql91/Makefile.common
index 9d4edddb8b7..4c9f6a5adfe 100644
--- a/databases/postgresql91/Makefile.common
+++ b/databases/postgresql91/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.21 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql91-adminpack/Makefile
# used by databases/postgresql91-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.1.13
+DISTNAME= postgresql-9.1.14
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql91/distinfo b/databases/postgresql91/distinfo
index c47eac997db..6bbeb660e22 100644
--- a/databases/postgresql91/distinfo
+++ b/databases/postgresql91/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.19 2014/07/25 22:14:56 adam Exp $
-SHA1 (postgresql-9.1.13.tar.bz2) = 89a66350a20dfafbe3f169e29f1a06a80c46f862
-RMD160 (postgresql-9.1.13.tar.bz2) = 1380aead164062393fe758d323e1d9d22118155a
-Size (postgresql-9.1.13.tar.bz2) = 15652239 bytes
+SHA1 (postgresql-9.1.14.tar.bz2) = 88c4b33d49e834eddae9fbae3028f453b73ae2a6
+RMD160 (postgresql-9.1.14.tar.bz2) = cfb171bd9fe848d6ef2464e85b20da4da02d81f0
+Size (postgresql-9.1.14.tar.bz2) = 15666442 bytes
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
@@ -12,7 +12,6 @@ SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
SHA1 (patch-src_timezone_localtime.c) = a73769cf05223d2ee06249c9e69c85038c2cd936
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql91/patches/patch-src_pl_plpython_Makefile b/databases/postgresql91/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 64eb727d8f3..00000000000
--- a/databases/postgresql91/patches/patch-src_pl_plpython_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:57 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff --git a/databases/postgresql92-docs/Makefile b/databases/postgresql92-docs/Makefile
index fb451e01dbf..7c3827dd028 100644
--- a/databases/postgresql92-docs/Makefile
+++ b/databases/postgresql92-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql92/Makefile.common"
diff --git a/databases/postgresql92-docs/PLIST b/databases/postgresql92-docs/PLIST
index 3cd1e329b8b..3fd0711ab20 100644
--- a/databases/postgresql92-docs/PLIST
+++ b/databases/postgresql92-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2014/03/27 20:57:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2014/07/25 22:14:56 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1006,6 +1006,7 @@ share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
@@ -1023,6 +1024,7 @@ share/doc/postgresql/html/release-9-0-14.html
share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
+share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1037,6 +1039,7 @@ share/doc/postgresql/html/release-9-1-10.html
share/doc/postgresql/html/release-9-1-11.html
share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
+share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1054,6 +1057,7 @@ share/doc/postgresql/html/release-9-2-5.html
share/doc/postgresql/html/release-9-2-6.html
share/doc/postgresql/html/release-9-2-7.html
share/doc/postgresql/html/release-9-2-8.html
+share/doc/postgresql/html/release-9-2-9.html
share/doc/postgresql/html/release-9-2.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql92-plperl/Makefile b/databases/postgresql92-plperl/Makefile
index d3284900bd6..b7c091c5872 100644
--- a/databases/postgresql92-plperl/Makefile
+++ b/databases/postgresql92-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-plpython/Makefile b/databases/postgresql92-plpython/Makefile
index 40f91432f8e..0f3fc9cc031 100644
--- a/databases/postgresql92-plpython/Makefile
+++ b/databases/postgresql92-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
diff --git a/databases/postgresql92-server/PLIST b/databases/postgresql92-server/PLIST
index 38c5c7b58ba..3497c0bd3b7 100644
--- a/databases/postgresql92-server/PLIST
+++ b/databases/postgresql92-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/03/11 14:05:01 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/07/25 22:14:56 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -296,6 +296,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff --git a/databases/postgresql92/Makefile b/databases/postgresql92/Makefile
index 88c86cb46a3..7e5bc85beac 100644
--- a/databases/postgresql92/Makefile
+++ b/databases/postgresql92/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/92-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client
diff --git a/databases/postgresql92/Makefile.common b/databases/postgresql92/Makefile.common
index 9f4c658f424..a83839a2690 100644
--- a/databases/postgresql92/Makefile.common
+++ b/databases/postgresql92/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql92-adminpack/Makefile
# used by databases/postgresql92-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.2.8
+DISTNAME= postgresql-9.2.9
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql92/distinfo b/databases/postgresql92/distinfo
index 0db416c8265..1b150a4c971 100644
--- a/databases/postgresql92/distinfo
+++ b/databases/postgresql92/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.9 2014/07/25 22:14:56 adam Exp $
-SHA1 (postgresql-9.2.8.tar.bz2) = 228cb1f1af47fd073d578eaad794e7ff6615812a
-RMD160 (postgresql-9.2.8.tar.bz2) = ac9fac285e6488f1b4635650e34e8eac49b5eddd
-Size (postgresql-9.2.8.tar.bz2) = 16263345 bytes
+SHA1 (postgresql-9.2.9.tar.bz2) = 8b27e654b4c5cc3193a9ca87b48d58e20799526a
+RMD160 (postgresql-9.2.9.tar.bz2) = 4214ea94dd3df1ba67a66f83b88f0cc8267066ce
+Size (postgresql-9.2.9.tar.bz2) = 16269349 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
@@ -13,7 +13,6 @@ SHA1 (patch-src_backend_Makefile) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_GNUmakefile) = 2b7448d6dd8550e2ea61f40728a2780068b93d07
SHA1 (patch-src_pl_plperl_plperl.h) = bd663fa80a47f7b82ce689060750fa6e631fbc61
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
SHA1 (patch-src_timezone_localtime.c) = 622f57bc1d10f07ab73f86765cbf587eece57085
SHA1 (patch-src_timezone_private.h) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-src_timezone_strftime.c) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql92/patches/patch-src_pl_plpython_Makefile b/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
deleted file mode 100644
index 64eb727d8f3..00000000000
--- a/databases/postgresql92/patches/patch-src_pl_plpython_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:57 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff --git a/databases/postgresql93-docs/Makefile b/databases/postgresql93-docs/Makefile
index 73df494b285..5843038ffeb 100644
--- a/databases/postgresql93-docs/Makefile
+++ b/databases/postgresql93-docs/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/05/29 23:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql93/Makefile.common"
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index 34e15ca0155..a47da9405bc 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2014/03/27 20:57:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2014/07/25 22:14:56 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1027,6 +1027,7 @@ share/doc/postgresql/html/release-8-4-19.html
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
@@ -1044,6 +1045,7 @@ share/doc/postgresql/html/release-9-0-14.html
share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
+share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1058,6 +1060,7 @@ share/doc/postgresql/html/release-9-1-10.html
share/doc/postgresql/html/release-9-1-11.html
share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
+share/doc/postgresql/html/release-9-1-14.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1075,11 +1078,13 @@ share/doc/postgresql/html/release-9-2-5.html
share/doc/postgresql/html/release-9-2-6.html
share/doc/postgresql/html/release-9-2-7.html
share/doc/postgresql/html/release-9-2-8.html
+share/doc/postgresql/html/release-9-2-9.html
share/doc/postgresql/html/release-9-2.html
share/doc/postgresql/html/release-9-3-1.html
share/doc/postgresql/html/release-9-3-2.html
share/doc/postgresql/html/release-9-3-3.html
share/doc/postgresql/html/release-9-3-4.html
+share/doc/postgresql/html/release-9-3-5.html
share/doc/postgresql/html/release-9-3.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile
index 5a19b37ac96..e77ad97f02a 100644
--- a/databases/postgresql93-plperl/Makefile
+++ b/databases/postgresql93-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/05/29 23:35:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/07/25 22:14:57 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile
index 6d805ff298d..c1a45267685 100644
--- a/databases/postgresql93-plpython/Makefile
+++ b/databases/postgresql93-plpython/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/07/25 22:14:57 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
diff --git a/databases/postgresql93-server/PLIST b/databases/postgresql93-server/PLIST
index e7cabc3b0af..4c10290b4d6 100644
--- a/databases/postgresql93-server/PLIST
+++ b/databases/postgresql93-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:05:01 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/07/25 22:14:57 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -296,6 +296,7 @@ share/postgresql/timezone/Antarctica/Palmer
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff --git a/databases/postgresql93/Makefile b/databases/postgresql93/Makefile
index a32392e0b10..d698c8086d0 100644
--- a/databases/postgresql93/Makefile
+++ b/databases/postgresql93/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql93-client>=${PKGVERSION_NOREV}:../../databases/postgresql93-client
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 8032656484f..6f66e3b38ae 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2014/03/27 20:57:55 adam Exp $
+# $NetBSD: Makefile.common,v 1.7 2014/07/25 22:14:56 adam Exp $
#
# used by databases/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.3.4
+DISTNAME= postgresql-9.3.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo
index 2dc89ab6d96..a30f0f5e3cc 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2014/03/27 20:57:55 adam Exp $
+$NetBSD: distinfo,v 1.8 2014/07/25 22:14:56 adam Exp $
-SHA1 (postgresql-9.3.4.tar.bz2) = a5b4a63339c26849e8e9b7645436c976e4b40f50
-RMD160 (postgresql-9.3.4.tar.bz2) = 126df8cb07a28e5d58ca2d1b9fc1d20e4f7a8cf1
-Size (postgresql-9.3.4.tar.bz2) = 16691447 bytes
+SHA1 (postgresql-9.3.5.tar.bz2) = e011da16cb8a99c5ce6204898ddb898a8b3fbca4
+RMD160 (postgresql-9.3.5.tar.bz2) = 5ccbe27e602acfe99956bf837c7f2bcdb5b87ba0
+Size (postgresql-9.3.5.tar.bz2) = 16727725 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9