pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases The PostgreSQL Global Development Group has ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e5f6c76e18b
branches: trunk
changeset: 354425:4e5f6c76e18b
user: adam <adam%pkgsrc.org@localhost>
date: Sat Oct 29 19:41:53 2016 +0000
description:
The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last
update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of
other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime.
diffstat:
databases/postgresql91-docs/PLIST | 3 +-
databases/postgresql91-server/PLIST | 3 +-
databases/postgresql91/Makefile.common | 4 +-
databases/postgresql91/distinfo | 10 +-
databases/postgresql92-docs/PLIST | 4 +-
databases/postgresql92-server/PLIST | 3 +-
databases/postgresql92/Makefile.common | 4 +-
databases/postgresql92/distinfo | 10 +-
databases/postgresql93-docs/PLIST | 5 +-
databases/postgresql93-server/PLIST | 3 +-
databases/postgresql93/Makefile.common | 4 +-
databases/postgresql93/distinfo | 10 +-
databases/postgresql94-docs/PLIST | 6 +-
databases/postgresql94-server/PLIST | 3 +-
databases/postgresql94/Makefile.common | 4 +-
databases/postgresql94/distinfo | 10 +-
databases/postgresql95-docs/PLIST | 7 +-
databases/postgresql95-server/PLIST | 3 +-
databases/postgresql95/Makefile.common | 4 +-
databases/postgresql95/distinfo | 10 +-
databases/postgresql96-client/DESCR | 9 +
databases/postgresql96-client/Makefile | 87 +
databases/postgresql96-client/PLIST | 856 +++++
databases/postgresql96-client/buildlink3.mk | 21 +
databases/postgresql96-contrib/DESCR | 4 +
databases/postgresql96-contrib/Makefile | 72 +
databases/postgresql96-contrib/PLIST | 225 +
databases/postgresql96-docs/DESCR | 9 +
databases/postgresql96-docs/Makefile | 21 +
databases/postgresql96-docs/PLIST | 1602 ++++++++++
databases/postgresql96-plperl/DESCR | 5 +
databases/postgresql96-plperl/MESSAGE | 7 +
databases/postgresql96-plperl/Makefile | 24 +
databases/postgresql96-plperl/PLIST | 25 +
databases/postgresql96-plpython/DESCR | 9 +
databases/postgresql96-plpython/MESSAGE | 17 +
databases/postgresql96-plpython/Makefile | 18 +
databases/postgresql96-plpython/PLIST | 34 +
databases/postgresql96-pltcl/DESCR | 4 +
databases/postgresql96-pltcl/MESSAGE | 7 +
databases/postgresql96-pltcl/Makefile | 20 +
databases/postgresql96-pltcl/PLIST | 26 +
databases/postgresql96-server/DEINSTALL | 20 +
databases/postgresql96-server/DESCR | 9 +
databases/postgresql96-server/MESSAGE | 18 +
databases/postgresql96-server/Makefile | 76 +
databases/postgresql96-server/PLIST | 698 ++++
databases/postgresql96-server/files/pgsql.sh | 130 +
databases/postgresql96-server/files/smf/manifest.xml | 37 +
databases/postgresql96-server/files/smf/postgresql.sh | 57 +
databases/postgresql96/DESCR | 9 +
databases/postgresql96/Makefile | 14 +
databases/postgresql96/Makefile.common | 129 +
databases/postgresql96/PLIST | 2 +
databases/postgresql96/distinfo | 20 +
databases/postgresql96/files/GNUmakefile.libpq | 20 +
databases/postgresql96/files/dynloader-ltdl.h | 17 +
databases/postgresql96/options.mk | 73 +
databases/postgresql96/patches/patch-config_missing | 13 +
databases/postgresql96/patches/patch-config_perl.m4 | 15 +
databases/postgresql96/patches/patch-configure | 34 +
databases/postgresql96/patches/patch-contrib_dblink_dblink.c | 13 +
databases/postgresql96/patches/patch-contrib_uuid-ossp_uuid-ossp.c | 22 +
databases/postgresql96/patches/patch-src_Makefile.global.in | 16 +
databases/postgresql96/patches/patch-src_Makefile.shlib | 61 +
databases/postgresql96/patches/patch-src_backend_Makefile | 24 +
databases/postgresql96/patches/patch-src_backend_utils_adt_datetime.c | 14 +
databases/postgresql96/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c | 15 +
databases/postgresql96/patches/patch-src_interfaces_libpq_Makefile | 13 +
databases/postgresql96/patches/patch-src_makefiles_Makefile.solaris | 10 +
databases/postgresql96/patches/patch-src_pl_plperl_GNUmakefile | 21 +
databases/postgresql96/patches/patch-src_pl_plperl_plperl.h | 26 +
72 files changed, 4793 insertions(+), 45 deletions(-)
diffs (truncated from 5366 to 300 lines):
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql91-docs/PLIST
--- a/databases/postgresql91-docs/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql91-docs/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2016/08/23 06:28:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2016/10/29 19:41:53 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1027,6 +1027,7 @@
share/doc/postgresql/html/release-9-1-21.html
share/doc/postgresql/html/release-9-1-22.html
share/doc/postgresql/html/release-9-1-23.html
+share/doc/postgresql/html/release-9-1-24.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
share/doc/postgresql/html/release-9-1-5.html
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql91-server/PLIST
--- a/databases/postgresql91-server/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql91-server/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2016/05/23 14:27:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/10/29 19:41:53 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -394,6 +394,7 @@
share/postgresql/timezone/Asia/Vientiane
share/postgresql/timezone/Asia/Vladivostok
share/postgresql/timezone/Asia/Yakutsk
+share/postgresql/timezone/Asia/Yangon
share/postgresql/timezone/Asia/Yekaterinburg
share/postgresql/timezone/Asia/Yerevan
share/postgresql/timezone/Atlantic/Azores
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql91/Makefile.common
--- a/databases/postgresql91/Makefile.common Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql91/Makefile.common Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.35 2016/10/29 19:41:53 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
# used by databases/postgresql91-pltcl/Makefile
# used by databases/postgresql91-server/Makefile
-DISTNAME= postgresql-9.1.23
+DISTNAME= postgresql-9.1.24
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql91/distinfo
--- a/databases/postgresql91/distinfo Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql91/distinfo Sat Oct 29 19:41:53 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2016/08/23 06:28:15 adam Exp $
+$NetBSD: distinfo,v 1.31 2016/10/29 19:41:53 adam Exp $
-SHA1 (postgresql-9.1.23.tar.bz2) = 9b3c51c4b40d69e6d84c1a0ac464828b559f7362
-RMD160 (postgresql-9.1.23.tar.bz2) = 5ec47504950f42d7f6fa07059e5e5daa7caef1c3
-SHA512 (postgresql-9.1.23.tar.bz2) = 192f48ed8db510663c85c217afee8eff732d467fe10f600c9be834371ccb6a788acd380c582d80f0096a0b7d7ee0daa378d1fb8177281bf4e6e2fcc39fffdc67
-Size (postgresql-9.1.23.tar.bz2) = 15856178 bytes
+SHA1 (postgresql-9.1.24.tar.bz2) = 213c4ea5552e516f03c74d163085c233b0d5d9fa
+RMD160 (postgresql-9.1.24.tar.bz2) = 9531c8d01bc8012bac09d9e698d062b2374b164b
+SHA512 (postgresql-9.1.24.tar.bz2) = a9ad0d62846598afee317eeda83406b5f85a658bfe7eb78aff6c59c904223dd165adbd5870598b74aa0e012878489f0c285e6ac7b07ebddf3cf8d81ba70bea7e
+Size (postgresql-9.1.24.tar.bz2) = 15863767 bytes
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = dab79533dac06a79a5aa8439d6b15830d8d2fba7
SHA1 (patch-contrib_dblink_Makefile) = 4960ad57d42465fae203870548e4c53f8a32ce04
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql92-docs/PLIST
--- a/databases/postgresql92-docs/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql92-docs/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2016/08/23 06:28:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2016/10/29 19:41:54 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1056,6 +1056,7 @@
share/doc/postgresql/html/release-9-1-21.html
share/doc/postgresql/html/release-9-1-22.html
share/doc/postgresql/html/release-9-1-23.html
+share/doc/postgresql/html/release-9-1-24.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
share/doc/postgresql/html/release-9-1-5.html
@@ -1074,6 +1075,7 @@
share/doc/postgresql/html/release-9-2-16.html
share/doc/postgresql/html/release-9-2-17.html
share/doc/postgresql/html/release-9-2-18.html
+share/doc/postgresql/html/release-9-2-19.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql92-server/PLIST
--- a/databases/postgresql92-server/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql92-server/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/05/23 14:27:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/10/29 19:41:54 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -393,6 +393,7 @@
share/postgresql/timezone/Asia/Vientiane
share/postgresql/timezone/Asia/Vladivostok
share/postgresql/timezone/Asia/Yakutsk
+share/postgresql/timezone/Asia/Yangon
share/postgresql/timezone/Asia/Yekaterinburg
share/postgresql/timezone/Asia/Yerevan
share/postgresql/timezone/Atlantic/Azores
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql92/Makefile.common
--- a/databases/postgresql92/Makefile.common Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql92/Makefile.common Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.26 2016/10/29 19:41:53 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
# used by databases/postgresql92-pltcl/Makefile
# used by databases/postgresql92-server/Makefile
-DISTNAME= postgresql-9.2.18
+DISTNAME= postgresql-9.2.19
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql92/distinfo
--- a/databases/postgresql92/distinfo Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql92/distinfo Sat Oct 29 19:41:53 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2016/08/23 06:28:15 adam Exp $
+$NetBSD: distinfo,v 1.21 2016/10/29 19:41:53 adam Exp $
-SHA1 (postgresql-9.2.18.tar.bz2) = 703f237f2d70df3809733852a9c2421e5b4fdba9
-RMD160 (postgresql-9.2.18.tar.bz2) = 939d42d613dd25ac06e8e5eed82627e11663de7e
-SHA512 (postgresql-9.2.18.tar.bz2) = c311f621ac38e2dfaf5fd57a4500430333dcbb2d7f1719bc7d99fef54e06a22f93aea595391c3607d44c89c372d0e89daf18f8f295b33e3b21e5285fbbb87d5b
-Size (postgresql-9.2.18.tar.bz2) = 16448429 bytes
+SHA1 (postgresql-9.2.19.tar.bz2) = 0444ba612dde02031704838b21560139d996f7f0
+RMD160 (postgresql-9.2.19.tar.bz2) = 481cd06f5fe445f2bcc64a11f2e8da8b1b79a161
+SHA512 (postgresql-9.2.19.tar.bz2) = d3b4c5578bf6d6580028e775bff81a921258cb53b6b06567d96a352d14f3b63063adb480b2f5e2029baf8a034e14b5cd75eebc04f1ed7b16c849e1a5ec1f4867
+Size (postgresql-9.2.19.tar.bz2) = 16466698 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-configure) = 21b27add570cff1a24c440201eb1ed49f8223747
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql93-docs/PLIST
--- a/databases/postgresql93-docs/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql93-docs/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2016/08/23 06:28:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/10/29 19:41:54 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1077,6 +1077,7 @@
share/doc/postgresql/html/release-9-1-21.html
share/doc/postgresql/html/release-9-1-22.html
share/doc/postgresql/html/release-9-1-23.html
+share/doc/postgresql/html/release-9-1-24.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
share/doc/postgresql/html/release-9-1-5.html
@@ -1095,6 +1096,7 @@
share/doc/postgresql/html/release-9-2-16.html
share/doc/postgresql/html/release-9-2-17.html
share/doc/postgresql/html/release-9-2-18.html
+share/doc/postgresql/html/release-9-2-19.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
@@ -1110,6 +1112,7 @@
share/doc/postgresql/html/release-9-3-12.html
share/doc/postgresql/html/release-9-3-13.html
share/doc/postgresql/html/release-9-3-14.html
+share/doc/postgresql/html/release-9-3-15.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
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql93-server/PLIST
--- a/databases/postgresql93-server/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql93-server/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/05/23 14:27:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/10/29 19:41:54 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -393,6 +393,7 @@
share/postgresql/timezone/Asia/Vientiane
share/postgresql/timezone/Asia/Vladivostok
share/postgresql/timezone/Asia/Yakutsk
+share/postgresql/timezone/Asia/Yangon
share/postgresql/timezone/Asia/Yekaterinburg
share/postgresql/timezone/Asia/Yerevan
share/postgresql/timezone/Atlantic/Azores
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql93/Makefile.common
--- a/databases/postgresql93/Makefile.common Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql93/Makefile.common Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2016/08/23 06:28:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.22 2016/10/29 19:41:54 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -16,7 +16,7 @@
# used by databases/postgresql93-pltcl/Makefile
# used by databases/postgresql93-server/Makefile
-DISTNAME= postgresql-9.3.14
+DISTNAME= postgresql-9.3.15
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql93/distinfo
--- a/databases/postgresql93/distinfo Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql93/distinfo Sat Oct 29 19:41:53 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.20 2016/08/23 06:28:15 adam Exp $
+$NetBSD: distinfo,v 1.21 2016/10/29 19:41:54 adam Exp $
-SHA1 (postgresql-9.3.14.tar.bz2) = a07cc4d1fd0fdd5ced85b75d821e1eec8eb9cb55
-RMD160 (postgresql-9.3.14.tar.bz2) = e7b6899874901d27f227524039c63823b0d23924
-SHA512 (postgresql-9.3.14.tar.bz2) = 97bd92ffdd661f7428c47a8bc87fde88a2b150e7d08bd577a7159ac65aec319d358495b883b95dff2069d24a8d15d1e7c10c3fae81fc76186bfef0127f257ac4
-Size (postgresql-9.3.14.tar.bz2) = 17042199 bytes
+SHA1 (postgresql-9.3.15.tar.bz2) = 8f04a3e71eded0e44086bae94be6205c246f2f89
+RMD160 (postgresql-9.3.15.tar.bz2) = b1c613167aa612ab0ea9fd1d17d0a7570662d6a8
+SHA512 (postgresql-9.3.15.tar.bz2) = 35c30cdb5599f99c94ab921f9f5e7671a8c0b7bca8fe3b616630ae13d6eda8d329e77e7e802da6a83cb09c3c9ca10fa8ce0de8a184e6fff471130e1cd68ce762
+Size (postgresql-9.3.15.tar.bz2) = 17059932 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql94-docs/PLIST
--- a/databases/postgresql94-docs/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql94-docs/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2016/08/14 16:56:30 is Exp $
+@comment $NetBSD: PLIST,v 1.11 2016/10/29 19:41:54 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1097,6 +1097,7 @@
share/doc/postgresql/html/release-9-1-21.html
share/doc/postgresql/html/release-9-1-22.html
share/doc/postgresql/html/release-9-1-23.html
+share/doc/postgresql/html/release-9-1-24.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
share/doc/postgresql/html/release-9-1-5.html
@@ -1115,6 +1116,7 @@
share/doc/postgresql/html/release-9-2-16.html
share/doc/postgresql/html/release-9-2-17.html
share/doc/postgresql/html/release-9-2-18.html
+share/doc/postgresql/html/release-9-2-19.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
@@ -1130,6 +1132,7 @@
share/doc/postgresql/html/release-9-3-12.html
share/doc/postgresql/html/release-9-3-13.html
share/doc/postgresql/html/release-9-3-14.html
+share/doc/postgresql/html/release-9-3-15.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
@@ -1140,6 +1143,7 @@
share/doc/postgresql/html/release-9-3-9.html
share/doc/postgresql/html/release-9-3.html
share/doc/postgresql/html/release-9-4-1.html
+share/doc/postgresql/html/release-9-4-10.html
share/doc/postgresql/html/release-9-4-2.html
share/doc/postgresql/html/release-9-4-3.html
share/doc/postgresql/html/release-9-4-4.html
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql94-server/PLIST
--- a/databases/postgresql94-server/PLIST Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql94-server/PLIST Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2016/05/23 14:27:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/10/29 19:41:54 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -393,6 +393,7 @@
share/postgresql/timezone/Asia/Vientiane
share/postgresql/timezone/Asia/Vladivostok
share/postgresql/timezone/Asia/Yakutsk
+share/postgresql/timezone/Asia/Yangon
share/postgresql/timezone/Asia/Yekaterinburg
share/postgresql/timezone/Asia/Yerevan
share/postgresql/timezone/Atlantic/Azores
diff -r 471a7c29e04b -r 4e5f6c76e18b databases/postgresql94/Makefile.common
--- a/databases/postgresql94/Makefile.common Sat Oct 29 12:07:50 2016 +0000
+++ b/databases/postgresql94/Makefile.common Sat Oct 29 19:41:53 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2016/08/14 16:56:29 is Exp $
+# $NetBSD: Makefile.common,v 1.14 2016/10/29 19:41:54 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
Home |
Main Index |
Thread Index |
Old Index