Fri Mar 2 17:11:12 2018 UTC ()
postgresqlNN: updated to 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22

PostgreSQL 10.3, 9.6.8, 9.5.12, 9.4.17, and 9.3.22:
The purpose of this release is to address CVE-2018-1058, which describes how a user can create like-named objects in different schemas that can change the behavior of other users' queries and cause unexpected or malicious behavior, also known as a "trojan-horse" attack. Most of this release centers around added documentation that describes the issue and how to take steps to mitigate the impact on PostgreSQL databases.


(adam)
diff -r1.6 -r1.7 pkgsrc/databases/postgresql10/Makefile.common
diff -r1.4 -r1.5 pkgsrc/databases/postgresql10/distinfo
diff -r1.2 -r1.3 pkgsrc/databases/postgresql10-client/PLIST
diff -r1.3 -r1.4 pkgsrc/databases/postgresql10-docs/PLIST
diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-plperl/PLIST
diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-plpython/PLIST
diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-pltcl/PLIST
diff -r1.3 -r1.4 pkgsrc/databases/postgresql10-server/PLIST
diff -r1.32 -r1.33 pkgsrc/databases/postgresql93/Makefile.common
diff -r1.28 -r1.29 pkgsrc/databases/postgresql93/distinfo
diff -r1.3 -r1.4 pkgsrc/databases/postgresql93-client/PLIST
diff -r1.23 -r1.24 pkgsrc/databases/postgresql93-docs/PLIST
diff -r1.24 -r1.25 pkgsrc/databases/postgresql94/Makefile.common
diff -r1.20 -r1.21 pkgsrc/databases/postgresql94/distinfo
diff -r1.3 -r1.4 pkgsrc/databases/postgresql94-client/PLIST
diff -r1.18 -r1.19 pkgsrc/databases/postgresql94-docs/PLIST
diff -r1.18 -r1.19 pkgsrc/databases/postgresql95/Makefile.common
diff -r1.13 -r1.14 pkgsrc/databases/postgresql95/distinfo
diff -r1.4 -r1.5 pkgsrc/databases/postgresql95-client/PLIST
diff -r1.11 -r1.12 pkgsrc/databases/postgresql95-docs/PLIST
diff -r1.12 -r1.13 pkgsrc/databases/postgresql96/Makefile.common
diff -r1.9 -r1.10 pkgsrc/databases/postgresql96/distinfo
diff -r1.3 -r1.4 pkgsrc/databases/postgresql96-client/PLIST
diff -r1.7 -r1.8 pkgsrc/databases/postgresql96-docs/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/databases/postgresql10/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10/Attic/Makefile.common 2018/02/08 20:53:56 1.6
+++ pkgsrc/databases/postgresql10/Attic/Makefile.common 2018/03/02 17:11:12 1.7
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.6 2018/02/08 20:53:56 adam Exp $ 1# $NetBSD: Makefile.common,v 1.7 2018/03/02 17:11:12 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql10-client/Makefile 11# used by databases/postgresql10-client/Makefile
12# used by databases/postgresql10-contrib/Makefile 12# used by databases/postgresql10-contrib/Makefile
13# used by databases/postgresql10-docs/Makefile 13# used by databases/postgresql10-docs/Makefile
14# used by databases/postgresql10-plperl/Makefile 14# used by databases/postgresql10-plperl/Makefile
15# used by databases/postgresql10-plpython/Makefile 15# used by databases/postgresql10-plpython/Makefile
16# used by databases/postgresql10-pltcl/Makefile 16# used by databases/postgresql10-pltcl/Makefile
17# used by databases/postgresql10-server/Makefile 17# used by databases/postgresql10-server/Makefile
18 18
19DISTNAME= postgresql-10.2 19DISTNAME= postgresql-10.3
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[2-9][0-9]-[0-9]* 29CONFLICTS+= postgresql[2-9][0-9]-[0-9]*
30 30
31.if !empty(PKGNAME:M*-*-*) 31.if !empty(PKGNAME:M*-*-*)
32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//} 32module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql10/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10/Attic/distinfo 2018/02/08 20:53:56 1.4
+++ pkgsrc/databases/postgresql10/Attic/distinfo 2018/03/02 17:11:12 1.5
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.4 2018/02/08 20:53:56 adam Exp $ 1$NetBSD: distinfo,v 1.5 2018/03/02 17:11:12 adam Exp $
2 2
3SHA1 (postgresql-10.2.tar.bz2) = b0597de368dac410cfb65ce92f89e324bbdc1ea1 3SHA1 (postgresql-10.3.tar.bz2) = 93882ad46aa15fd45bfa53cb7f6532c3070d6964
4RMD160 (postgresql-10.2.tar.bz2) = fb755e381c32452959a9351570c1917b6fe596ba 4RMD160 (postgresql-10.3.tar.bz2) = 4f9f08c957c1c2e5feb9bfc6231c9722fdffe0d2
5SHA512 (postgresql-10.2.tar.bz2) = bac61644c12c31e2dce97ec0134902a2a7141e922619015425961b963961b21210ca840f59ba585d3d75c7e34cb640f2ebeaa2b25c4a866db68f5e73a8f8a448 5SHA512 (postgresql-10.3.tar.bz2) = 05cf82d3483bdf38734e6ff0fef6b80e7f8fd3cb5ea6792ffe222a599d97d1a29638970bf28ebf5bd1f877e8dcd9986d88f5c5e5379e74fe79ce83e20d2babba
6Size (postgresql-10.2.tar.bz2) = 19901836 bytes 6Size (postgresql-10.3.tar.bz2) = 19959653 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb 8SHA1 (patch-config_perl.m4) = b3393d0f28e97f89ae20297d85553c508b3896bb
9SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd 9SHA1 (patch-configure) = b0a758023b3b263ff51b154d0da32cf02520c6cd
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e 11SHA1 (patch-src_Makefile.global.in) = 335b57afff23a9684ab0a09257665810c1ba2d1e
12SHA1 (patch-src_Makefile.shlib) = 6363b3c7c6887c7b23295da7ebf0371e1be2d93d 12SHA1 (patch-src_Makefile.shlib) = 6363b3c7c6887c7b23295da7ebf0371e1be2d93d
13SHA1 (patch-src_backend_Makefile) = 91aa620b3a26f3da66c22aef78611a352a8793b6 13SHA1 (patch-src_backend_Makefile) = 91aa620b3a26f3da66c22aef78611a352a8793b6
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
19SHA1 (patch-src_pl_plperl_plperl.h) = 64d5b891362c114bde5ec48e48bc4855b56ab516 19SHA1 (patch-src_pl_plperl_plperl.h) = 64d5b891362c114bde5ec48e48bc4855b56ab516

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql10-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-client/Attic/PLIST 2018/02/08 20:53:56 1.2
+++ pkgsrc/databases/postgresql10-client/Attic/PLIST 2018/03/02 17:11:12 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2018/02/08 20:53:56 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2018/03/02 17:11:12 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createuser 4bin/createuser
5bin/dropdb 5bin/dropdb
6bin/dropuser 6bin/dropuser
7bin/ecpg 7bin/ecpg
8bin/initdb 8bin/initdb
9bin/pg_archivecleanup 9bin/pg_archivecleanup
10bin/pg_basebackup 10bin/pg_basebackup
11bin/pg_config 11bin/pg_config
12bin/pg_controldata 12bin/pg_controldata
13bin/pg_ctl 13bin/pg_ctl
14bin/pg_dump 14bin/pg_dump
@@ -313,26 +313,27 @@ include/postgresql/server/executor/nodeS @@ -313,26 +313,27 @@ include/postgresql/server/executor/nodeS
313include/postgresql/server/executor/nodeSubqueryscan.h 313include/postgresql/server/executor/nodeSubqueryscan.h
314include/postgresql/server/executor/nodeTableFuncscan.h 314include/postgresql/server/executor/nodeTableFuncscan.h
315include/postgresql/server/executor/nodeTidscan.h 315include/postgresql/server/executor/nodeTidscan.h
316include/postgresql/server/executor/nodeUnique.h 316include/postgresql/server/executor/nodeUnique.h
317include/postgresql/server/executor/nodeValuesscan.h 317include/postgresql/server/executor/nodeValuesscan.h
318include/postgresql/server/executor/nodeWindowAgg.h 318include/postgresql/server/executor/nodeWindowAgg.h
319include/postgresql/server/executor/nodeWorktablescan.h 319include/postgresql/server/executor/nodeWorktablescan.h
320include/postgresql/server/executor/spi.h 320include/postgresql/server/executor/spi.h
321include/postgresql/server/executor/spi_priv.h 321include/postgresql/server/executor/spi_priv.h
322include/postgresql/server/executor/tablefunc.h 322include/postgresql/server/executor/tablefunc.h
323include/postgresql/server/executor/tqueue.h 323include/postgresql/server/executor/tqueue.h
324include/postgresql/server/executor/tstoreReceiver.h 324include/postgresql/server/executor/tstoreReceiver.h
325include/postgresql/server/executor/tuptable.h 325include/postgresql/server/executor/tuptable.h
 326include/postgresql/server/fe_utils/connect.h
326include/postgresql/server/fe_utils/mbprint.h 327include/postgresql/server/fe_utils/mbprint.h
327include/postgresql/server/fe_utils/print.h 328include/postgresql/server/fe_utils/print.h
328include/postgresql/server/fe_utils/psqlscan.h 329include/postgresql/server/fe_utils/psqlscan.h
329include/postgresql/server/fe_utils/psqlscan_int.h 330include/postgresql/server/fe_utils/psqlscan_int.h
330include/postgresql/server/fe_utils/simple_list.h 331include/postgresql/server/fe_utils/simple_list.h
331include/postgresql/server/fe_utils/string_utils.h 332include/postgresql/server/fe_utils/string_utils.h
332include/postgresql/server/fmgr.h 333include/postgresql/server/fmgr.h
333include/postgresql/server/foreign/fdwapi.h 334include/postgresql/server/foreign/fdwapi.h
334include/postgresql/server/foreign/foreign.h 335include/postgresql/server/foreign/foreign.h
335include/postgresql/server/funcapi.h 336include/postgresql/server/funcapi.h
336include/postgresql/server/getaddrinfo.h 337include/postgresql/server/getaddrinfo.h
337include/postgresql/server/getopt_long.h 338include/postgresql/server/getopt_long.h
338include/postgresql/server/lib/binaryheap.h 339include/postgresql/server/lib/binaryheap.h
@@ -776,26 +777,27 @@ share/locale/es/LC_MESSAGES/ecpg-10.mo @@ -776,26 +777,27 @@ share/locale/es/LC_MESSAGES/ecpg-10.mo
776share/locale/es/LC_MESSAGES/ecpglib6-10.mo 777share/locale/es/LC_MESSAGES/ecpglib6-10.mo
777share/locale/es/LC_MESSAGES/initdb-10.mo 778share/locale/es/LC_MESSAGES/initdb-10.mo
778share/locale/es/LC_MESSAGES/libpq5-10.mo 779share/locale/es/LC_MESSAGES/libpq5-10.mo
779share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo 780share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo
780share/locale/es/LC_MESSAGES/pg_basebackup-10.mo 781share/locale/es/LC_MESSAGES/pg_basebackup-10.mo
781share/locale/es/LC_MESSAGES/pg_config-10.mo 782share/locale/es/LC_MESSAGES/pg_config-10.mo
782share/locale/es/LC_MESSAGES/pg_controldata-10.mo 783share/locale/es/LC_MESSAGES/pg_controldata-10.mo
783share/locale/es/LC_MESSAGES/pg_ctl-10.mo 784share/locale/es/LC_MESSAGES/pg_ctl-10.mo
784share/locale/es/LC_MESSAGES/pg_dump-10.mo 785share/locale/es/LC_MESSAGES/pg_dump-10.mo
785share/locale/es/LC_MESSAGES/pg_resetwal-10.mo 786share/locale/es/LC_MESSAGES/pg_resetwal-10.mo
786share/locale/es/LC_MESSAGES/pg_rewind-10.mo 787share/locale/es/LC_MESSAGES/pg_rewind-10.mo
787share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo 788share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo
788share/locale/es/LC_MESSAGES/pg_test_timing-10.mo 789share/locale/es/LC_MESSAGES/pg_test_timing-10.mo
 790share/locale/es/LC_MESSAGES/pg_waldump-10.mo
789share/locale/es/LC_MESSAGES/pgscripts-10.mo 791share/locale/es/LC_MESSAGES/pgscripts-10.mo
790share/locale/es/LC_MESSAGES/psql-10.mo 792share/locale/es/LC_MESSAGES/psql-10.mo
791share/locale/fr/LC_MESSAGES/ecpg-10.mo 793share/locale/fr/LC_MESSAGES/ecpg-10.mo
792share/locale/fr/LC_MESSAGES/ecpglib6-10.mo 794share/locale/fr/LC_MESSAGES/ecpglib6-10.mo
793share/locale/fr/LC_MESSAGES/initdb-10.mo 795share/locale/fr/LC_MESSAGES/initdb-10.mo
794share/locale/fr/LC_MESSAGES/libpq5-10.mo 796share/locale/fr/LC_MESSAGES/libpq5-10.mo
795share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo 797share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo
796share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo 798share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo
797share/locale/fr/LC_MESSAGES/pg_config-10.mo 799share/locale/fr/LC_MESSAGES/pg_config-10.mo
798share/locale/fr/LC_MESSAGES/pg_controldata-10.mo 800share/locale/fr/LC_MESSAGES/pg_controldata-10.mo
799share/locale/fr/LC_MESSAGES/pg_ctl-10.mo 801share/locale/fr/LC_MESSAGES/pg_ctl-10.mo
800share/locale/fr/LC_MESSAGES/pg_dump-10.mo 802share/locale/fr/LC_MESSAGES/pg_dump-10.mo
801share/locale/fr/LC_MESSAGES/pg_resetwal-10.mo 803share/locale/fr/LC_MESSAGES/pg_resetwal-10.mo
@@ -820,33 +822,40 @@ share/locale/it/LC_MESSAGES/initdb-10.mo @@ -820,33 +822,40 @@ share/locale/it/LC_MESSAGES/initdb-10.mo
820share/locale/it/LC_MESSAGES/libpq5-10.mo 822share/locale/it/LC_MESSAGES/libpq5-10.mo
821share/locale/it/LC_MESSAGES/pg_basebackup-10.mo 823share/locale/it/LC_MESSAGES/pg_basebackup-10.mo
822share/locale/it/LC_MESSAGES/pg_config-10.mo 824share/locale/it/LC_MESSAGES/pg_config-10.mo
823share/locale/it/LC_MESSAGES/pg_controldata-10.mo 825share/locale/it/LC_MESSAGES/pg_controldata-10.mo
824share/locale/it/LC_MESSAGES/pg_ctl-10.mo 826share/locale/it/LC_MESSAGES/pg_ctl-10.mo
825share/locale/it/LC_MESSAGES/pg_dump-10.mo 827share/locale/it/LC_MESSAGES/pg_dump-10.mo
826share/locale/it/LC_MESSAGES/pg_rewind-10.mo 828share/locale/it/LC_MESSAGES/pg_rewind-10.mo
827share/locale/it/LC_MESSAGES/pgscripts-10.mo 829share/locale/it/LC_MESSAGES/pgscripts-10.mo
828share/locale/it/LC_MESSAGES/psql-10.mo 830share/locale/it/LC_MESSAGES/psql-10.mo
829share/locale/ja/LC_MESSAGES/ecpg-10.mo 831share/locale/ja/LC_MESSAGES/ecpg-10.mo
830share/locale/ja/LC_MESSAGES/ecpglib6-10.mo 832share/locale/ja/LC_MESSAGES/ecpglib6-10.mo
831share/locale/ja/LC_MESSAGES/initdb-10.mo 833share/locale/ja/LC_MESSAGES/initdb-10.mo
832share/locale/ja/LC_MESSAGES/libpq5-10.mo 834share/locale/ja/LC_MESSAGES/libpq5-10.mo
 835share/locale/ja/LC_MESSAGES/pg_archivecleanup-10.mo
 836share/locale/ja/LC_MESSAGES/pg_basebackup-10.mo
833share/locale/ja/LC_MESSAGES/pg_config-10.mo 837share/locale/ja/LC_MESSAGES/pg_config-10.mo
834share/locale/ja/LC_MESSAGES/pg_controldata-10.mo 838share/locale/ja/LC_MESSAGES/pg_controldata-10.mo
835share/locale/ja/LC_MESSAGES/pg_ctl-10.mo 839share/locale/ja/LC_MESSAGES/pg_ctl-10.mo
836share/locale/ja/LC_MESSAGES/pg_dump-10.mo 840share/locale/ja/LC_MESSAGES/pg_dump-10.mo
837share/locale/ja/LC_MESSAGES/pg_resetwal-10.mo 841share/locale/ja/LC_MESSAGES/pg_resetwal-10.mo
838share/locale/ja/LC_MESSAGES/pg_rewind-10.mo 842share/locale/ja/LC_MESSAGES/pg_rewind-10.mo
 843share/locale/ja/LC_MESSAGES/pg_test_fsync-10.mo
 844share/locale/ja/LC_MESSAGES/pg_test_timing-10.mo
 845share/locale/ja/LC_MESSAGES/pg_upgrade-10.mo
 846share/locale/ja/LC_MESSAGES/pg_waldump-10.mo
839share/locale/ja/LC_MESSAGES/pgscripts-10.mo 847share/locale/ja/LC_MESSAGES/pgscripts-10.mo
 848share/locale/ja/LC_MESSAGES/psql-10.mo
840share/locale/ko/LC_MESSAGES/ecpg-10.mo 849share/locale/ko/LC_MESSAGES/ecpg-10.mo
841share/locale/ko/LC_MESSAGES/ecpglib6-10.mo 850share/locale/ko/LC_MESSAGES/ecpglib6-10.mo
842share/locale/ko/LC_MESSAGES/initdb-10.mo 851share/locale/ko/LC_MESSAGES/initdb-10.mo
843share/locale/ko/LC_MESSAGES/libpq5-10.mo 852share/locale/ko/LC_MESSAGES/libpq5-10.mo
844share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo 853share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo
845share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo 854share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo
846share/locale/ko/LC_MESSAGES/pg_config-10.mo 855share/locale/ko/LC_MESSAGES/pg_config-10.mo
847share/locale/ko/LC_MESSAGES/pg_controldata-10.mo 856share/locale/ko/LC_MESSAGES/pg_controldata-10.mo
848share/locale/ko/LC_MESSAGES/pg_ctl-10.mo 857share/locale/ko/LC_MESSAGES/pg_ctl-10.mo
849share/locale/ko/LC_MESSAGES/pg_dump-10.mo 858share/locale/ko/LC_MESSAGES/pg_dump-10.mo
850share/locale/ko/LC_MESSAGES/pg_resetwal-10.mo 859share/locale/ko/LC_MESSAGES/pg_resetwal-10.mo
851share/locale/ko/LC_MESSAGES/pg_rewind-10.mo 860share/locale/ko/LC_MESSAGES/pg_rewind-10.mo
852share/locale/ko/LC_MESSAGES/pg_test_fsync-10.mo 861share/locale/ko/LC_MESSAGES/pg_test_fsync-10.mo
@@ -914,34 +923,41 @@ share/locale/sv/LC_MESSAGES/pg_controlda @@ -914,34 +923,41 @@ share/locale/sv/LC_MESSAGES/pg_controlda
914share/locale/sv/LC_MESSAGES/pg_ctl-10.mo 923share/locale/sv/LC_MESSAGES/pg_ctl-10.mo
915share/locale/sv/LC_MESSAGES/pg_dump-10.mo 924share/locale/sv/LC_MESSAGES/pg_dump-10.mo
916share/locale/sv/LC_MESSAGES/pg_resetwal-10.mo 925share/locale/sv/LC_MESSAGES/pg_resetwal-10.mo
917share/locale/sv/LC_MESSAGES/pg_rewind-10.mo 926share/locale/sv/LC_MESSAGES/pg_rewind-10.mo
918share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo 927share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo
919share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo 928share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo
920share/locale/sv/LC_MESSAGES/pg_upgrade-10.mo 929share/locale/sv/LC_MESSAGES/pg_upgrade-10.mo
921share/locale/sv/LC_MESSAGES/pg_waldump-10.mo 930share/locale/sv/LC_MESSAGES/pg_waldump-10.mo
922share/locale/sv/LC_MESSAGES/pgscripts-10.mo 931share/locale/sv/LC_MESSAGES/pgscripts-10.mo
923share/locale/sv/LC_MESSAGES/psql-10.mo 932share/locale/sv/LC_MESSAGES/psql-10.mo
924share/locale/ta/LC_MESSAGES/pg_config-10.mo 933share/locale/ta/LC_MESSAGES/pg_config-10.mo
925share/locale/tr/LC_MESSAGES/ecpg-10.mo 934share/locale/tr/LC_MESSAGES/ecpg-10.mo
926share/locale/tr/LC_MESSAGES/ecpglib6-10.mo 935share/locale/tr/LC_MESSAGES/ecpglib6-10.mo
 936share/locale/tr/LC_MESSAGES/initdb-10.mo
927share/locale/tr/LC_MESSAGES/libpq5-10.mo 937share/locale/tr/LC_MESSAGES/libpq5-10.mo
928share/locale/tr/LC_MESSAGES/pg_archivecleanup-10.mo 938share/locale/tr/LC_MESSAGES/pg_archivecleanup-10.mo
929share/locale/tr/LC_MESSAGES/pg_basebackup-10.mo 939share/locale/tr/LC_MESSAGES/pg_basebackup-10.mo
930share/locale/tr/LC_MESSAGES/pg_config-10.mo 940share/locale/tr/LC_MESSAGES/pg_config-10.mo
 941share/locale/tr/LC_MESSAGES/pg_controldata-10.mo
 942share/locale/tr/LC_MESSAGES/pg_ctl-10.mo
931share/locale/tr/LC_MESSAGES/pg_dump-10.mo 943share/locale/tr/LC_MESSAGES/pg_dump-10.mo
 944share/locale/tr/LC_MESSAGES/pg_resetwal-10.mo
 945share/locale/tr/LC_MESSAGES/pg_rewind-10.mo
932share/locale/tr/LC_MESSAGES/pg_test_fsync-10.mo 946share/locale/tr/LC_MESSAGES/pg_test_fsync-10.mo
 947share/locale/tr/LC_MESSAGES/pg_test_timing-10.mo
933share/locale/tr/LC_MESSAGES/pg_upgrade-10.mo 948share/locale/tr/LC_MESSAGES/pg_upgrade-10.mo
934share/locale/tr/LC_MESSAGES/pg_waldump-10.mo 949share/locale/tr/LC_MESSAGES/pg_waldump-10.mo
 950share/locale/tr/LC_MESSAGES/pgscripts-10.mo
935share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo 951share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo
936share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo 952share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo
937share/locale/zh_CN/LC_MESSAGES/initdb-10.mo 953share/locale/zh_CN/LC_MESSAGES/initdb-10.mo
938share/locale/zh_CN/LC_MESSAGES/libpq5-10.mo 954share/locale/zh_CN/LC_MESSAGES/libpq5-10.mo
939share/locale/zh_CN/LC_MESSAGES/pg_config-10.mo 955share/locale/zh_CN/LC_MESSAGES/pg_config-10.mo
940share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo 956share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo
941share/locale/zh_CN/LC_MESSAGES/pg_ctl-10.mo 957share/locale/zh_CN/LC_MESSAGES/pg_ctl-10.mo
942share/locale/zh_CN/LC_MESSAGES/pg_dump-10.mo 958share/locale/zh_CN/LC_MESSAGES/pg_dump-10.mo
943share/locale/zh_CN/LC_MESSAGES/pg_resetwal-10.mo 959share/locale/zh_CN/LC_MESSAGES/pg_resetwal-10.mo
944share/locale/zh_CN/LC_MESSAGES/pg_rewind-10.mo 960share/locale/zh_CN/LC_MESSAGES/pg_rewind-10.mo
945share/locale/zh_CN/LC_MESSAGES/pgscripts-10.mo 961share/locale/zh_CN/LC_MESSAGES/pgscripts-10.mo
946share/locale/zh_CN/LC_MESSAGES/psql-10.mo 962share/locale/zh_CN/LC_MESSAGES/psql-10.mo
947share/locale/zh_TW/LC_MESSAGES/ecpg-10.mo 963share/locale/zh_TW/LC_MESSAGES/ecpg-10.mo

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql10-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-docs/Attic/PLIST 2018/02/08 20:53:56 1.3
+++ pkgsrc/databases/postgresql10-docs/Attic/PLIST 2018/03/02 17:11:12 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2018/02/08 20:53:56 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:12 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createuser.1 4man/man1/createuser.1
5man/man1/dropdb.1 5man/man1/dropdb.1
6man/man1/dropuser.1 6man/man1/dropuser.1
7man/man1/ecpg.1 7man/man1/ecpg.1
8man/man1/initdb.1 8man/man1/initdb.1
9man/man1/oid2name.1 9man/man1/oid2name.1
10man/man1/pg_archivecleanup.1 10man/man1/pg_archivecleanup.1
11man/man1/pg_basebackup.1 11man/man1/pg_basebackup.1
12man/man1/pg_config.1 12man/man1/pg_config.1
13man/man1/pg_controldata.1 13man/man1/pg_controldata.1
14man/man1/pg_ctl.1 14man/man1/pg_ctl.1
@@ -906,26 +906,27 @@ share/doc/postgresql/html/regress-evalua @@ -906,26 +906,27 @@ share/doc/postgresql/html/regress-evalua
906share/doc/postgresql/html/regress-run.html 906share/doc/postgresql/html/regress-run.html
907share/doc/postgresql/html/regress-tap.html 907share/doc/postgresql/html/regress-tap.html
908share/doc/postgresql/html/regress-variant.html 908share/doc/postgresql/html/regress-variant.html
909share/doc/postgresql/html/regress.html 909share/doc/postgresql/html/regress.html
910share/doc/postgresql/html/release-0-01.html 910share/doc/postgresql/html/release-0-01.html
911share/doc/postgresql/html/release-0-02.html 911share/doc/postgresql/html/release-0-02.html
912share/doc/postgresql/html/release-0-03.html 912share/doc/postgresql/html/release-0-03.html
913share/doc/postgresql/html/release-1-0.html 913share/doc/postgresql/html/release-1-0.html
914share/doc/postgresql/html/release-1-01.html 914share/doc/postgresql/html/release-1-01.html
915share/doc/postgresql/html/release-1-02.html 915share/doc/postgresql/html/release-1-02.html
916share/doc/postgresql/html/release-1-09.html 916share/doc/postgresql/html/release-1-09.html
917share/doc/postgresql/html/release-10-1.html 917share/doc/postgresql/html/release-10-1.html
918share/doc/postgresql/html/release-10-2.html 918share/doc/postgresql/html/release-10-2.html
 919share/doc/postgresql/html/release-10-3.html
919share/doc/postgresql/html/release-10.html 920share/doc/postgresql/html/release-10.html
920share/doc/postgresql/html/release-6-0.html 921share/doc/postgresql/html/release-6-0.html
921share/doc/postgresql/html/release-6-1-1.html 922share/doc/postgresql/html/release-6-1-1.html
922share/doc/postgresql/html/release-6-1.html 923share/doc/postgresql/html/release-6-1.html
923share/doc/postgresql/html/release-6-2-1.html 924share/doc/postgresql/html/release-6-2-1.html
924share/doc/postgresql/html/release-6-2.html 925share/doc/postgresql/html/release-6-2.html
925share/doc/postgresql/html/release-6-3-1.html 926share/doc/postgresql/html/release-6-3-1.html
926share/doc/postgresql/html/release-6-3-2.html 927share/doc/postgresql/html/release-6-3-2.html
927share/doc/postgresql/html/release-6-3.html 928share/doc/postgresql/html/release-6-3.html
928share/doc/postgresql/html/release-6-4-1.html 929share/doc/postgresql/html/release-6-4-1.html
929share/doc/postgresql/html/release-6-4-2.html 930share/doc/postgresql/html/release-6-4-2.html
930share/doc/postgresql/html/release-6-4.html 931share/doc/postgresql/html/release-6-4.html
931share/doc/postgresql/html/release-6-5-1.html 932share/doc/postgresql/html/release-6-5-1.html
@@ -1202,70 +1203,74 @@ share/doc/postgresql/html/release-9-3-1. @@ -1202,70 +1203,74 @@ share/doc/postgresql/html/release-9-3-1.
1202share/doc/postgresql/html/release-9-3-10.html 1203share/doc/postgresql/html/release-9-3-10.html
1203share/doc/postgresql/html/release-9-3-11.html 1204share/doc/postgresql/html/release-9-3-11.html
1204share/doc/postgresql/html/release-9-3-12.html 1205share/doc/postgresql/html/release-9-3-12.html
1205share/doc/postgresql/html/release-9-3-13.html 1206share/doc/postgresql/html/release-9-3-13.html
1206share/doc/postgresql/html/release-9-3-14.html 1207share/doc/postgresql/html/release-9-3-14.html
1207share/doc/postgresql/html/release-9-3-15.html 1208share/doc/postgresql/html/release-9-3-15.html
1208share/doc/postgresql/html/release-9-3-16.html 1209share/doc/postgresql/html/release-9-3-16.html
1209share/doc/postgresql/html/release-9-3-17.html 1210share/doc/postgresql/html/release-9-3-17.html
1210share/doc/postgresql/html/release-9-3-18.html 1211share/doc/postgresql/html/release-9-3-18.html
1211share/doc/postgresql/html/release-9-3-19.html 1212share/doc/postgresql/html/release-9-3-19.html
1212share/doc/postgresql/html/release-9-3-2.html 1213share/doc/postgresql/html/release-9-3-2.html
1213share/doc/postgresql/html/release-9-3-20.html 1214share/doc/postgresql/html/release-9-3-20.html
1214share/doc/postgresql/html/release-9-3-21.html 1215share/doc/postgresql/html/release-9-3-21.html
 1216share/doc/postgresql/html/release-9-3-22.html
1215share/doc/postgresql/html/release-9-3-3.html 1217share/doc/postgresql/html/release-9-3-3.html
1216share/doc/postgresql/html/release-9-3-4.html 1218share/doc/postgresql/html/release-9-3-4.html
1217share/doc/postgresql/html/release-9-3-5.html 1219share/doc/postgresql/html/release-9-3-5.html
1218share/doc/postgresql/html/release-9-3-6.html 1220share/doc/postgresql/html/release-9-3-6.html
1219share/doc/postgresql/html/release-9-3-7.html 1221share/doc/postgresql/html/release-9-3-7.html
1220share/doc/postgresql/html/release-9-3-8.html 1222share/doc/postgresql/html/release-9-3-8.html
1221share/doc/postgresql/html/release-9-3-9.html 1223share/doc/postgresql/html/release-9-3-9.html
1222share/doc/postgresql/html/release-9-3.html 1224share/doc/postgresql/html/release-9-3.html
1223share/doc/postgresql/html/release-9-4-1.html 1225share/doc/postgresql/html/release-9-4-1.html
1224share/doc/postgresql/html/release-9-4-10.html 1226share/doc/postgresql/html/release-9-4-10.html
1225share/doc/postgresql/html/release-9-4-11.html 1227share/doc/postgresql/html/release-9-4-11.html
1226share/doc/postgresql/html/release-9-4-12.html 1228share/doc/postgresql/html/release-9-4-12.html
1227share/doc/postgresql/html/release-9-4-13.html 1229share/doc/postgresql/html/release-9-4-13.html
1228share/doc/postgresql/html/release-9-4-14.html 1230share/doc/postgresql/html/release-9-4-14.html
1229share/doc/postgresql/html/release-9-4-15.html 1231share/doc/postgresql/html/release-9-4-15.html
1230share/doc/postgresql/html/release-9-4-16.html 1232share/doc/postgresql/html/release-9-4-16.html
 1233share/doc/postgresql/html/release-9-4-17.html
1231share/doc/postgresql/html/release-9-4-2.html 1234share/doc/postgresql/html/release-9-4-2.html
1232share/doc/postgresql/html/release-9-4-3.html 1235share/doc/postgresql/html/release-9-4-3.html
1233share/doc/postgresql/html/release-9-4-4.html 1236share/doc/postgresql/html/release-9-4-4.html
1234share/doc/postgresql/html/release-9-4-5.html 1237share/doc/postgresql/html/release-9-4-5.html
1235share/doc/postgresql/html/release-9-4-6.html 1238share/doc/postgresql/html/release-9-4-6.html
1236share/doc/postgresql/html/release-9-4-7.html 1239share/doc/postgresql/html/release-9-4-7.html
1237share/doc/postgresql/html/release-9-4-8.html 1240share/doc/postgresql/html/release-9-4-8.html
1238share/doc/postgresql/html/release-9-4-9.html 1241share/doc/postgresql/html/release-9-4-9.html
1239share/doc/postgresql/html/release-9-4.html 1242share/doc/postgresql/html/release-9-4.html
1240share/doc/postgresql/html/release-9-5-1.html 1243share/doc/postgresql/html/release-9-5-1.html
1241share/doc/postgresql/html/release-9-5-10.html 1244share/doc/postgresql/html/release-9-5-10.html
1242share/doc/postgresql/html/release-9-5-11.html 1245share/doc/postgresql/html/release-9-5-11.html
 1246share/doc/postgresql/html/release-9-5-12.html
1243share/doc/postgresql/html/release-9-5-2.html 1247share/doc/postgresql/html/release-9-5-2.html
1244share/doc/postgresql/html/release-9-5-3.html 1248share/doc/postgresql/html/release-9-5-3.html
1245share/doc/postgresql/html/release-9-5-4.html 1249share/doc/postgresql/html/release-9-5-4.html
1246share/doc/postgresql/html/release-9-5-5.html 1250share/doc/postgresql/html/release-9-5-5.html
1247share/doc/postgresql/html/release-9-5-6.html 1251share/doc/postgresql/html/release-9-5-6.html
1248share/doc/postgresql/html/release-9-5-7.html 1252share/doc/postgresql/html/release-9-5-7.html
1249share/doc/postgresql/html/release-9-5-8.html 1253share/doc/postgresql/html/release-9-5-8.html
1250share/doc/postgresql/html/release-9-5-9.html 1254share/doc/postgresql/html/release-9-5-9.html
1251share/doc/postgresql/html/release-9-5.html 1255share/doc/postgresql/html/release-9-5.html
1252share/doc/postgresql/html/release-9-6-1.html 1256share/doc/postgresql/html/release-9-6-1.html
1253share/doc/postgresql/html/release-9-6-2.html 1257share/doc/postgresql/html/release-9-6-2.html
1254share/doc/postgresql/html/release-9-6-3.html 1258share/doc/postgresql/html/release-9-6-3.html
1255share/doc/postgresql/html/release-9-6-4.html 1259share/doc/postgresql/html/release-9-6-4.html
1256share/doc/postgresql/html/release-9-6-5.html 1260share/doc/postgresql/html/release-9-6-5.html
1257share/doc/postgresql/html/release-9-6-6.html 1261share/doc/postgresql/html/release-9-6-6.html
1258share/doc/postgresql/html/release-9-6-7.html 1262share/doc/postgresql/html/release-9-6-7.html
 1263share/doc/postgresql/html/release-9-6-8.html
1259share/doc/postgresql/html/release-9-6.html 1264share/doc/postgresql/html/release-9-6.html
1260share/doc/postgresql/html/release.html 1265share/doc/postgresql/html/release.html
1261share/doc/postgresql/html/replication-origins.html 1266share/doc/postgresql/html/replication-origins.html
1262share/doc/postgresql/html/resources.html 1267share/doc/postgresql/html/resources.html
1263share/doc/postgresql/html/role-attributes.html 1268share/doc/postgresql/html/role-attributes.html
1264share/doc/postgresql/html/role-membership.html 1269share/doc/postgresql/html/role-membership.html
1265share/doc/postgresql/html/role-removal.html 1270share/doc/postgresql/html/role-removal.html
1266share/doc/postgresql/html/routine-reindex.html 1271share/doc/postgresql/html/routine-reindex.html
1267share/doc/postgresql/html/routine-vacuuming.html 1272share/doc/postgresql/html/routine-vacuuming.html
1268share/doc/postgresql/html/row-estimation-examples.html 1273share/doc/postgresql/html/row-estimation-examples.html
1269share/doc/postgresql/html/rowtypes.html 1274share/doc/postgresql/html/rowtypes.html
1270share/doc/postgresql/html/rule-system.html 1275share/doc/postgresql/html/rule-system.html
1271share/doc/postgresql/html/rules-materializedviews.html 1276share/doc/postgresql/html/rules-materializedviews.html

cvs diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-plperl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-plperl/Attic/PLIST 2017/10/23 20:33:49 1.1
+++ pkgsrc/databases/postgresql10-plperl/Attic/PLIST 2018/03/02 17:11:12 1.2
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/23 20:33:49 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
2include/postgresql/server/plperl.h 2include/postgresql/server/plperl.h
3include/postgresql/server/ppport.h 3include/postgresql/server/ppport.h
4lib/postgresql/plperl.so 4lib/postgresql/plperl.so
5share/locale/cs/LC_MESSAGES/plperl-10.mo 5share/locale/cs/LC_MESSAGES/plperl-10.mo
6share/locale/de/LC_MESSAGES/plperl-10.mo 6share/locale/de/LC_MESSAGES/plperl-10.mo
7share/locale/es/LC_MESSAGES/plperl-10.mo 7share/locale/es/LC_MESSAGES/plperl-10.mo
8share/locale/fr/LC_MESSAGES/plperl-10.mo 8share/locale/fr/LC_MESSAGES/plperl-10.mo
9share/locale/it/LC_MESSAGES/plperl-10.mo 9share/locale/it/LC_MESSAGES/plperl-10.mo
10share/locale/ja/LC_MESSAGES/plperl-10.mo 10share/locale/ja/LC_MESSAGES/plperl-10.mo
11share/locale/ko/LC_MESSAGES/plperl-10.mo 11share/locale/ko/LC_MESSAGES/plperl-10.mo
12share/locale/pl/LC_MESSAGES/plperl-10.mo 12share/locale/pl/LC_MESSAGES/plperl-10.mo
13share/locale/pt_BR/LC_MESSAGES/plperl-10.mo 13share/locale/pt_BR/LC_MESSAGES/plperl-10.mo
14share/locale/ro/LC_MESSAGES/plperl-10.mo 14share/locale/ro/LC_MESSAGES/plperl-10.mo
15share/locale/ru/LC_MESSAGES/plperl-10.mo 15share/locale/ru/LC_MESSAGES/plperl-10.mo
16share/locale/sv/LC_MESSAGES/plperl-10.mo 16share/locale/sv/LC_MESSAGES/plperl-10.mo
 17share/locale/tr/LC_MESSAGES/plperl-10.mo
17share/locale/zh_CN/LC_MESSAGES/plperl-10.mo 18share/locale/zh_CN/LC_MESSAGES/plperl-10.mo
18share/postgresql/extension/plperl--1.0.sql 19share/postgresql/extension/plperl--1.0.sql
19share/postgresql/extension/plperl--unpackaged--1.0.sql 20share/postgresql/extension/plperl--unpackaged--1.0.sql
20share/postgresql/extension/plperl.control 21share/postgresql/extension/plperl.control
21share/postgresql/extension/plperlu--1.0.sql 22share/postgresql/extension/plperlu--1.0.sql
22share/postgresql/extension/plperlu--unpackaged--1.0.sql 23share/postgresql/extension/plperlu--unpackaged--1.0.sql
23share/postgresql/extension/plperlu.control 24share/postgresql/extension/plperlu.control

cvs diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-plpython/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-plpython/Attic/PLIST 2017/10/23 20:33:49 1.1
+++ pkgsrc/databases/postgresql10-plpython/Attic/PLIST 2018/03/02 17:11:12 1.2
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/23 20:33:49 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
2include/postgresql/server/plpy_util.h 2include/postgresql/server/plpy_util.h
3include/postgresql/server/plpython.h 3include/postgresql/server/plpython.h
4${PLIST.py2x}lib/postgresql/hstore_plpython2.so 4${PLIST.py2x}lib/postgresql/hstore_plpython2.so
5${PLIST.py3x}lib/postgresql/hstore_plpython3.so 5${PLIST.py3x}lib/postgresql/hstore_plpython3.so
6${PLIST.py2x}lib/postgresql/plpython2.so 6${PLIST.py2x}lib/postgresql/plpython2.so
7${PLIST.py3x}lib/postgresql/plpython3.so 7${PLIST.py3x}lib/postgresql/plpython3.so
8@comment as of 9.5.1 installation of these is not dependent on python version 
9share/locale/de/LC_MESSAGES/plpython-10.mo 8share/locale/de/LC_MESSAGES/plpython-10.mo
10share/locale/es/LC_MESSAGES/plpython-10.mo 9share/locale/es/LC_MESSAGES/plpython-10.mo
11share/locale/fr/LC_MESSAGES/plpython-10.mo 10share/locale/fr/LC_MESSAGES/plpython-10.mo
12share/locale/it/LC_MESSAGES/plpython-10.mo 11share/locale/it/LC_MESSAGES/plpython-10.mo
 12share/locale/ja/LC_MESSAGES/plpython-10.mo
13share/locale/ko/LC_MESSAGES/plpython-10.mo 13share/locale/ko/LC_MESSAGES/plpython-10.mo
14share/locale/pl/LC_MESSAGES/plpython-10.mo 14share/locale/pl/LC_MESSAGES/plpython-10.mo
15share/locale/pt_BR/LC_MESSAGES/plpython-10.mo 15share/locale/pt_BR/LC_MESSAGES/plpython-10.mo
16share/locale/ru/LC_MESSAGES/plpython-10.mo 16share/locale/ru/LC_MESSAGES/plpython-10.mo
17share/locale/sv/LC_MESSAGES/plpython-10.mo 17share/locale/sv/LC_MESSAGES/plpython-10.mo
 18share/locale/tr/LC_MESSAGES/plpython-10.mo
18share/locale/zh_CN/LC_MESSAGES/plpython-10.mo 19share/locale/zh_CN/LC_MESSAGES/plpython-10.mo
19share/postgresql/extension/hstore_plpython2u--1.0.sql 20share/postgresql/extension/hstore_plpython2u--1.0.sql
20share/postgresql/extension/hstore_plpython2u.control 21share/postgresql/extension/hstore_plpython2u.control
21share/postgresql/extension/hstore_plpython3u--1.0.sql 22share/postgresql/extension/hstore_plpython3u--1.0.sql
22share/postgresql/extension/hstore_plpython3u.control 23share/postgresql/extension/hstore_plpython3u.control
23share/postgresql/extension/hstore_plpythonu--1.0.sql 24share/postgresql/extension/hstore_plpythonu--1.0.sql
24share/postgresql/extension/hstore_plpythonu.control 25share/postgresql/extension/hstore_plpythonu.control
25${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql 26${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql
26${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql 27${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql
27${PLIST.py2x}share/postgresql/extension/plpython2u.control 28${PLIST.py2x}share/postgresql/extension/plpython2u.control
28${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql 29${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql
29${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql 30${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql
30${PLIST.py3x}share/postgresql/extension/plpython3u.control 31${PLIST.py3x}share/postgresql/extension/plpython3u.control

cvs diff -r1.1 -r1.2 pkgsrc/databases/postgresql10-pltcl/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-pltcl/Attic/PLIST 2017/10/23 20:33:50 1.1
+++ pkgsrc/databases/postgresql10-pltcl/Attic/PLIST 2018/03/02 17:11:12 1.2
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1@comment $NetBSD: PLIST,v 1.1 2017/10/23 20:33:50 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/03/02 17:11:12 adam Exp $
2lib/postgresql/pltcl.so 2lib/postgresql/pltcl.so
3share/locale/de/LC_MESSAGES/pltcl-10.mo 3share/locale/de/LC_MESSAGES/pltcl-10.mo
4share/locale/es/LC_MESSAGES/pltcl-10.mo 4share/locale/es/LC_MESSAGES/pltcl-10.mo
5share/locale/fr/LC_MESSAGES/pltcl-10.mo 5share/locale/fr/LC_MESSAGES/pltcl-10.mo
6share/locale/it/LC_MESSAGES/pltcl-10.mo 6share/locale/it/LC_MESSAGES/pltcl-10.mo
 7share/locale/ja/LC_MESSAGES/pltcl-10.mo
7share/locale/ko/LC_MESSAGES/pltcl-10.mo 8share/locale/ko/LC_MESSAGES/pltcl-10.mo
8share/locale/pl/LC_MESSAGES/pltcl-10.mo 9share/locale/pl/LC_MESSAGES/pltcl-10.mo
9share/locale/ru/LC_MESSAGES/pltcl-10.mo 10share/locale/ru/LC_MESSAGES/pltcl-10.mo
10share/locale/sv/LC_MESSAGES/pltcl-10.mo 11share/locale/sv/LC_MESSAGES/pltcl-10.mo
 12share/locale/tr/LC_MESSAGES/pltcl-10.mo
11share/postgresql/extension/pltcl--1.0.sql 13share/postgresql/extension/pltcl--1.0.sql
12share/postgresql/extension/pltcl--unpackaged--1.0.sql 14share/postgresql/extension/pltcl--unpackaged--1.0.sql
13share/postgresql/extension/pltcl.control 15share/postgresql/extension/pltcl.control
14share/postgresql/extension/pltclu--1.0.sql 16share/postgresql/extension/pltclu--1.0.sql
15share/postgresql/extension/pltclu--unpackaged--1.0.sql 17share/postgresql/extension/pltclu--unpackaged--1.0.sql
16share/postgresql/extension/pltclu.control 18share/postgresql/extension/pltclu.control

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql10-server/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql10-server/Attic/PLIST 2018/02/08 20:53:56 1.3
+++ pkgsrc/databases/postgresql10-server/Attic/PLIST 2018/03/02 17:11:12 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2018/02/08 20:53:56 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:12 adam Exp $
2bin/postgres 2bin/postgres
3bin/postmaster 3bin/postmaster
4include/postgresql/server/plpgsql.h 4include/postgresql/server/plpgsql.h
5lib/postgresql/ascii_and_mic.so 5lib/postgresql/ascii_and_mic.so
6lib/postgresql/cyrillic_and_mic.so 6lib/postgresql/cyrillic_and_mic.so
7lib/postgresql/dict_snowball.so 7lib/postgresql/dict_snowball.so
8lib/postgresql/euc2004_sjis2004.so 8lib/postgresql/euc2004_sjis2004.so
9lib/postgresql/euc_cn_and_mic.so 9lib/postgresql/euc_cn_and_mic.so
10lib/postgresql/euc_jp_and_sjis.so 10lib/postgresql/euc_jp_and_sjis.so
11lib/postgresql/euc_kr_and_mic.so 11lib/postgresql/euc_kr_and_mic.so
12lib/postgresql/euc_tw_and_big5.so 12lib/postgresql/euc_tw_and_big5.so
13lib/postgresql/latin2_and_win1250.so 13lib/postgresql/latin2_and_win1250.so
14lib/postgresql/latin_and_mic.so 14lib/postgresql/latin_and_mic.so
@@ -41,26 +41,27 @@ share/locale/fr/LC_MESSAGES/postgres-10. @@ -41,26 +41,27 @@ share/locale/fr/LC_MESSAGES/postgres-10.
41share/locale/it/LC_MESSAGES/plpgsql-10.mo 41share/locale/it/LC_MESSAGES/plpgsql-10.mo
42share/locale/it/LC_MESSAGES/postgres-10.mo 42share/locale/it/LC_MESSAGES/postgres-10.mo
43share/locale/ja/LC_MESSAGES/plpgsql-10.mo 43share/locale/ja/LC_MESSAGES/plpgsql-10.mo
44share/locale/ko/LC_MESSAGES/plpgsql-10.mo 44share/locale/ko/LC_MESSAGES/plpgsql-10.mo
45share/locale/ko/LC_MESSAGES/postgres-10.mo 45share/locale/ko/LC_MESSAGES/postgres-10.mo
46share/locale/pl/LC_MESSAGES/plpgsql-10.mo 46share/locale/pl/LC_MESSAGES/plpgsql-10.mo
47share/locale/pl/LC_MESSAGES/postgres-10.mo 47share/locale/pl/LC_MESSAGES/postgres-10.mo
48share/locale/pt_BR/LC_MESSAGES/plpgsql-10.mo 48share/locale/pt_BR/LC_MESSAGES/plpgsql-10.mo
49share/locale/ro/LC_MESSAGES/plpgsql-10.mo 49share/locale/ro/LC_MESSAGES/plpgsql-10.mo
50share/locale/ru/LC_MESSAGES/plpgsql-10.mo 50share/locale/ru/LC_MESSAGES/plpgsql-10.mo
51share/locale/ru/LC_MESSAGES/postgres-10.mo 51share/locale/ru/LC_MESSAGES/postgres-10.mo
52share/locale/sv/LC_MESSAGES/plpgsql-10.mo 52share/locale/sv/LC_MESSAGES/plpgsql-10.mo
53share/locale/sv/LC_MESSAGES/postgres-10.mo 53share/locale/sv/LC_MESSAGES/postgres-10.mo
 54share/locale/tr/LC_MESSAGES/plpgsql-10.mo
54share/locale/tr/LC_MESSAGES/postgres-10.mo 55share/locale/tr/LC_MESSAGES/postgres-10.mo
55share/locale/zh_CN/LC_MESSAGES/plpgsql-10.mo 56share/locale/zh_CN/LC_MESSAGES/plpgsql-10.mo
56share/locale/zh_CN/LC_MESSAGES/postgres-10.mo 57share/locale/zh_CN/LC_MESSAGES/postgres-10.mo
57share/locale/zh_TW/LC_MESSAGES/plpgsql-10.mo 58share/locale/zh_TW/LC_MESSAGES/plpgsql-10.mo
58share/postgresql/conversion_create.sql 59share/postgresql/conversion_create.sql
59share/postgresql/extension/plpgsql--1.0.sql 60share/postgresql/extension/plpgsql--1.0.sql
60share/postgresql/extension/plpgsql--unpackaged--1.0.sql 61share/postgresql/extension/plpgsql--unpackaged--1.0.sql
61share/postgresql/extension/plpgsql.control 62share/postgresql/extension/plpgsql.control
62share/postgresql/information_schema.sql 63share/postgresql/information_schema.sql
63share/postgresql/pg_hba.conf.sample 64share/postgresql/pg_hba.conf.sample
64share/postgresql/pg_ident.conf.sample 65share/postgresql/pg_ident.conf.sample
65share/postgresql/postgres.bki 66share/postgresql/postgres.bki
66share/postgresql/postgres.description 67share/postgresql/postgres.description

cvs diff -r1.32 -r1.33 pkgsrc/databases/postgresql93/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/Makefile.common 2018/02/08 20:53:56 1.32
+++ pkgsrc/databases/postgresql93/Attic/Makefile.common 2018/03/02 17:11:10 1.33
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.32 2018/02/08 20:53:56 adam Exp $ 1# $NetBSD: Makefile.common,v 1.33 2018/03/02 17:11:10 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql93-client/Makefile 11# used by databases/postgresql93-client/Makefile
12# used by databases/postgresql93-contrib/Makefile 12# used by databases/postgresql93-contrib/Makefile
13# used by databases/postgresql93-docs/Makefile 13# used by databases/postgresql93-docs/Makefile
14# used by databases/postgresql93-plperl/Makefile 14# used by databases/postgresql93-plperl/Makefile
15# used by databases/postgresql93-plpython/Makefile 15# used by databases/postgresql93-plpython/Makefile
16# used by databases/postgresql93-pltcl/Makefile 16# used by databases/postgresql93-pltcl/Makefile
17# used by databases/postgresql93-server/Makefile 17# used by databases/postgresql93-server/Makefile
18 18
19DISTNAME= postgresql-9.3.21 19DISTNAME= postgresql-9.3.22
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 29CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
30CONFLICTS+= postgresql9[0124-9]-[0-9]* 30CONFLICTS+= postgresql9[0124-9]-[0-9]*
31 31
32.if !empty(PKGNAME:M*-*-*) 32.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.28 -r1.29 pkgsrc/databases/postgresql93/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93/Attic/distinfo 2018/02/08 20:53:56 1.28
+++ pkgsrc/databases/postgresql93/Attic/distinfo 2018/03/02 17:11:10 1.29
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.28 2018/02/08 20:53:56 adam Exp $ 1$NetBSD: distinfo,v 1.29 2018/03/02 17:11:10 adam Exp $
2 2
3SHA1 (postgresql-9.3.21.tar.bz2) = c0ac00ce4fdc91371c10b5bbb9a5b7ce85df8482 3SHA1 (postgresql-9.3.22.tar.bz2) = 8df59c0d230287c91a658c25cc6955d273a14300
4RMD160 (postgresql-9.3.21.tar.bz2) = 9c7e39aa5cea5e1f5524d202376427f818af799d 4RMD160 (postgresql-9.3.22.tar.bz2) = 29b7b0a536d812ebed711e8d7dcc09195063aab5
5SHA512 (postgresql-9.3.21.tar.bz2) = 4c34ddf140a28b7095f8853f85c85cdc4ac44e4e5062ef66542c3082ada8509a201e0037e75d880e7909e1b41d0e3577713ad981cea8e693fb87644a0dce9929 5SHA512 (postgresql-9.3.22.tar.bz2) = 667ff496172626d2fe35c6795935fb07f4f7967a3b0631dd3b96278f8dc00b3d08794f091a5ab060a45d6f2a861e0f10f0e9660f9e343ab34eeabd693104c47f
6Size (postgresql-9.3.21.tar.bz2) = 17014472 bytes 6Size (postgresql-9.3.22.tar.bz2) = 17022938 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = 2a423161cf0c394ff8b8f8cfb3ecffae1c65956a 8SHA1 (patch-config_perl.m4) = 2a423161cf0c394ff8b8f8cfb3ecffae1c65956a
9SHA1 (patch-configure) = 8fd9dcaa459ba2871b875c4b9c777064f7a57ee2 9SHA1 (patch-configure) = 8fd9dcaa459ba2871b875c4b9c777064f7a57ee2
10SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212 10SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
11SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 11SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
12SHA1 (patch-contrib_postgres__fdw_Makefile) = 07feda488e3acb71405b04d0d745c9920456b32b 12SHA1 (patch-contrib_postgres__fdw_Makefile) = 07feda488e3acb71405b04d0d745c9920456b32b
13SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2 13SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
14SHA1 (patch-src_Makefile.shlib) = de915e0c66efccddfc54876ea6fa57d04e6b2593 14SHA1 (patch-src_Makefile.shlib) = de915e0c66efccddfc54876ea6fa57d04e6b2593
15SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e 15SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e
16SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511 16SHA1 (patch-src_backend_utils_adt_datetime.c) = cb404b369b39f7e55765a490f8448b870f237511
17SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 98a49b9fc6677c4c930b574249f015727391938c 17SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = 98a49b9fc6677c4c930b574249f015727391938c
18SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d 18SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d
19SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 19SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql93-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-client/Attic/PLIST 2015/02/14 07:40:19 1.3
+++ pkgsrc/databases/postgresql93-client/Attic/PLIST 2018/03/02 17:11:11 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2015/02/14 07:40:19 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createlang 4bin/createlang
5bin/createuser 5bin/createuser
6bin/dropdb 6bin/dropdb
7bin/droplang 7bin/droplang
8bin/dropuser 8bin/dropuser
9bin/ecpg 9bin/ecpg
10bin/initdb 10bin/initdb
11bin/pg_basebackup 11bin/pg_basebackup
12bin/pg_config 12bin/pg_config
13bin/pg_controldata 13bin/pg_controldata
14bin/pg_ctl 14bin/pg_ctl
@@ -236,26 +236,27 @@ include/postgresql/server/executor/nodeS @@ -236,26 +236,27 @@ include/postgresql/server/executor/nodeS
236include/postgresql/server/executor/nodeSetOp.h 236include/postgresql/server/executor/nodeSetOp.h
237include/postgresql/server/executor/nodeSort.h 237include/postgresql/server/executor/nodeSort.h
238include/postgresql/server/executor/nodeSubplan.h 238include/postgresql/server/executor/nodeSubplan.h
239include/postgresql/server/executor/nodeSubqueryscan.h 239include/postgresql/server/executor/nodeSubqueryscan.h
240include/postgresql/server/executor/nodeTidscan.h 240include/postgresql/server/executor/nodeTidscan.h
241include/postgresql/server/executor/nodeUnique.h 241include/postgresql/server/executor/nodeUnique.h
242include/postgresql/server/executor/nodeValuesscan.h 242include/postgresql/server/executor/nodeValuesscan.h
243include/postgresql/server/executor/nodeWindowAgg.h 243include/postgresql/server/executor/nodeWindowAgg.h
244include/postgresql/server/executor/nodeWorktablescan.h 244include/postgresql/server/executor/nodeWorktablescan.h
245include/postgresql/server/executor/spi.h 245include/postgresql/server/executor/spi.h
246include/postgresql/server/executor/spi_priv.h 246include/postgresql/server/executor/spi_priv.h
247include/postgresql/server/executor/tstoreReceiver.h 247include/postgresql/server/executor/tstoreReceiver.h
248include/postgresql/server/executor/tuptable.h 248include/postgresql/server/executor/tuptable.h
 249include/postgresql/server/fe_utils/connect.h
249include/postgresql/server/fmgr.h 250include/postgresql/server/fmgr.h
250include/postgresql/server/foreign/fdwapi.h 251include/postgresql/server/foreign/fdwapi.h
251include/postgresql/server/foreign/foreign.h 252include/postgresql/server/foreign/foreign.h
252include/postgresql/server/funcapi.h 253include/postgresql/server/funcapi.h
253include/postgresql/server/getaddrinfo.h 254include/postgresql/server/getaddrinfo.h
254include/postgresql/server/getopt_long.h 255include/postgresql/server/getopt_long.h
255include/postgresql/server/lib/binaryheap.h 256include/postgresql/server/lib/binaryheap.h
256include/postgresql/server/lib/ilist.h 257include/postgresql/server/lib/ilist.h
257include/postgresql/server/lib/stringinfo.h 258include/postgresql/server/lib/stringinfo.h
258include/postgresql/server/libpq/auth.h 259include/postgresql/server/libpq/auth.h
259include/postgresql/server/libpq/be-fsstubs.h 260include/postgresql/server/libpq/be-fsstubs.h
260include/postgresql/server/libpq/crypt.h 261include/postgresql/server/libpq/crypt.h
261include/postgresql/server/libpq/hba.h 262include/postgresql/server/libpq/hba.h

cvs diff -r1.23 -r1.24 pkgsrc/databases/postgresql93-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql93-docs/Attic/PLIST 2018/02/08 20:53:57 1.23
+++ pkgsrc/databases/postgresql93-docs/Attic/PLIST 2018/03/02 17:11:11 1.24
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.23 2018/02/08 20:53:57 adam Exp $ 1@comment $NetBSD: PLIST,v 1.24 2018/03/02 17:11:11 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1117,26 +1117,27 @@ share/doc/postgresql/html/release-9-3-1. @@ -1117,26 +1117,27 @@ share/doc/postgresql/html/release-9-3-1.
1117share/doc/postgresql/html/release-9-3-10.html 1117share/doc/postgresql/html/release-9-3-10.html
1118share/doc/postgresql/html/release-9-3-11.html 1118share/doc/postgresql/html/release-9-3-11.html
1119share/doc/postgresql/html/release-9-3-12.html 1119share/doc/postgresql/html/release-9-3-12.html
1120share/doc/postgresql/html/release-9-3-13.html 1120share/doc/postgresql/html/release-9-3-13.html
1121share/doc/postgresql/html/release-9-3-14.html 1121share/doc/postgresql/html/release-9-3-14.html
1122share/doc/postgresql/html/release-9-3-15.html 1122share/doc/postgresql/html/release-9-3-15.html
1123share/doc/postgresql/html/release-9-3-16.html 1123share/doc/postgresql/html/release-9-3-16.html
1124share/doc/postgresql/html/release-9-3-17.html 1124share/doc/postgresql/html/release-9-3-17.html
1125share/doc/postgresql/html/release-9-3-18.html 1125share/doc/postgresql/html/release-9-3-18.html
1126share/doc/postgresql/html/release-9-3-19.html 1126share/doc/postgresql/html/release-9-3-19.html
1127share/doc/postgresql/html/release-9-3-2.html 1127share/doc/postgresql/html/release-9-3-2.html
1128share/doc/postgresql/html/release-9-3-20.html 1128share/doc/postgresql/html/release-9-3-20.html
1129share/doc/postgresql/html/release-9-3-21.html 1129share/doc/postgresql/html/release-9-3-21.html
 1130share/doc/postgresql/html/release-9-3-22.html
1130share/doc/postgresql/html/release-9-3-3.html 1131share/doc/postgresql/html/release-9-3-3.html
1131share/doc/postgresql/html/release-9-3-4.html 1132share/doc/postgresql/html/release-9-3-4.html
1132share/doc/postgresql/html/release-9-3-5.html 1133share/doc/postgresql/html/release-9-3-5.html
1133share/doc/postgresql/html/release-9-3-6.html 1134share/doc/postgresql/html/release-9-3-6.html
1134share/doc/postgresql/html/release-9-3-7.html 1135share/doc/postgresql/html/release-9-3-7.html
1135share/doc/postgresql/html/release-9-3-8.html 1136share/doc/postgresql/html/release-9-3-8.html
1136share/doc/postgresql/html/release-9-3-9.html 1137share/doc/postgresql/html/release-9-3-9.html
1137share/doc/postgresql/html/release-9-3.html 1138share/doc/postgresql/html/release-9-3.html
1138share/doc/postgresql/html/release.html 1139share/doc/postgresql/html/release.html
1139share/doc/postgresql/html/resources.html 1140share/doc/postgresql/html/resources.html
1140share/doc/postgresql/html/role-attributes.html 1141share/doc/postgresql/html/role-attributes.html
1141share/doc/postgresql/html/role-membership.html 1142share/doc/postgresql/html/role-membership.html
1142share/doc/postgresql/html/role-removal.html 1143share/doc/postgresql/html/role-removal.html

cvs diff -r1.24 -r1.25 pkgsrc/databases/postgresql94/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94/Attic/Makefile.common 2018/02/08 20:53:57 1.24
+++ pkgsrc/databases/postgresql94/Attic/Makefile.common 2018/03/02 17:11:11 1.25
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.24 2018/02/08 20:53:57 adam Exp $ 1# $NetBSD: Makefile.common,v 1.25 2018/03/02 17:11:11 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql94-client/Makefile 11# used by databases/postgresql94-client/Makefile
12# used by databases/postgresql94-contrib/Makefile 12# used by databases/postgresql94-contrib/Makefile
13# used by databases/postgresql94-docs/Makefile 13# used by databases/postgresql94-docs/Makefile
14# used by databases/postgresql94-plperl/Makefile 14# used by databases/postgresql94-plperl/Makefile
15# used by databases/postgresql94-plpython/Makefile 15# used by databases/postgresql94-plpython/Makefile
16# used by databases/postgresql94-pltcl/Makefile 16# used by databases/postgresql94-pltcl/Makefile
17# used by databases/postgresql94-server/Makefile 17# used by databases/postgresql94-server/Makefile
18 18
19DISTNAME= postgresql-9.4.16 19DISTNAME= postgresql-9.4.17
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 29CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
30CONFLICTS+= postgresql9[01235-9]-[0-9]* 30CONFLICTS+= postgresql9[01235-9]-[0-9]*
31 31
32.if !empty(PKGNAME:M*-*-*) 32.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.20 -r1.21 pkgsrc/databases/postgresql94/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94/Attic/distinfo 2018/02/08 20:53:57 1.20
+++ pkgsrc/databases/postgresql94/Attic/distinfo 2018/03/02 17:11:11 1.21
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.20 2018/02/08 20:53:57 adam Exp $ 1$NetBSD: distinfo,v 1.21 2018/03/02 17:11:11 adam Exp $
2 2
3SHA1 (postgresql-9.4.16.tar.bz2) = a5a1b327ae8a6a8ef598addf59bf697496cd5f29 3SHA1 (postgresql-9.4.17.tar.bz2) = 706aea600900e5818eaae2ea9ecc008a08da7585
4RMD160 (postgresql-9.4.16.tar.bz2) = ac5621449c04f2328c099967133c30a6a93746d7 4RMD160 (postgresql-9.4.17.tar.bz2) = 9028289e7a2dff7182729014e2697ea6b2d88da3
5SHA512 (postgresql-9.4.16.tar.bz2) = 2e2bf14e2e63dec7254813e3c3a902a39cbd0aae89d8b3da5f75c6dead5d413a4f260fda6e87c9f84e4378df350c6531e67d972201f731a848b60bacef5b2bc8 5SHA512 (postgresql-9.4.17.tar.bz2) = 9ac03d460e521dcd142ac463dd5bb0f3e3f47333367bf8d61499ec7e8d0129d338c6f111667d0006df0c8ced9ae8a337d4c1b40eb5f55e6bc8dd5a24dfd376f0
6Size (postgresql-9.4.16.tar.bz2) = 17778763 bytes 6Size (postgresql-9.4.17.tar.bz2) = 17807762 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c 8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
9SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec 9SHA1 (patch-configure) = 1c0fee3fb270863eb39118a65769ce170391cfec
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-contrib_uuid-ossp_uuid-ossp.c) = b18da04850bc7c14f8fc80e0c86429ed1cc075c8 11SHA1 (patch-contrib_uuid-ossp_uuid-ossp.c) = b18da04850bc7c14f8fc80e0c86429ed1cc075c8
12SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a 12SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a
13SHA1 (patch-src_Makefile.shlib) = 62533bab4807033780732dfbea7e37d618807b37 13SHA1 (patch-src_Makefile.shlib) = 62533bab4807033780732dfbea7e37d618807b37
14SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca 14SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca
15SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 15SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
16SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = af0971de415b6b44ae3520cfc9bd6ffd5dcdeb62 16SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = af0971de415b6b44ae3520cfc9bd6ffd5dcdeb62
17SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d 17SHA1 (patch-src_interfaces_libpq_Makefile) = 0066301bc8b31b9e26c79153427537bc3865ef4d
18SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 18SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
19SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 19SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql94-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-client/Attic/PLIST 2017/05/12 19:37:54 1.3
+++ pkgsrc/databases/postgresql94-client/Attic/PLIST 2018/03/02 17:11:11 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2017/05/12 19:37:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createlang 4bin/createlang
5bin/createuser 5bin/createuser
6bin/dropdb 6bin/dropdb
7bin/droplang 7bin/droplang
8bin/dropuser 8bin/dropuser
9bin/ecpg 9bin/ecpg
10bin/initdb 10bin/initdb
11bin/pg_basebackup 11bin/pg_basebackup
12bin/pg_config 12bin/pg_config
13bin/pg_controldata 13bin/pg_controldata
14bin/pg_ctl 14bin/pg_ctl
@@ -240,26 +240,27 @@ include/postgresql/server/executor/nodeS @@ -240,26 +240,27 @@ include/postgresql/server/executor/nodeS
240include/postgresql/server/executor/nodeSetOp.h 240include/postgresql/server/executor/nodeSetOp.h
241include/postgresql/server/executor/nodeSort.h 241include/postgresql/server/executor/nodeSort.h
242include/postgresql/server/executor/nodeSubplan.h 242include/postgresql/server/executor/nodeSubplan.h
243include/postgresql/server/executor/nodeSubqueryscan.h 243include/postgresql/server/executor/nodeSubqueryscan.h
244include/postgresql/server/executor/nodeTidscan.h 244include/postgresql/server/executor/nodeTidscan.h
245include/postgresql/server/executor/nodeUnique.h 245include/postgresql/server/executor/nodeUnique.h
246include/postgresql/server/executor/nodeValuesscan.h 246include/postgresql/server/executor/nodeValuesscan.h
247include/postgresql/server/executor/nodeWindowAgg.h 247include/postgresql/server/executor/nodeWindowAgg.h
248include/postgresql/server/executor/nodeWorktablescan.h 248include/postgresql/server/executor/nodeWorktablescan.h
249include/postgresql/server/executor/spi.h 249include/postgresql/server/executor/spi.h
250include/postgresql/server/executor/spi_priv.h 250include/postgresql/server/executor/spi_priv.h
251include/postgresql/server/executor/tstoreReceiver.h 251include/postgresql/server/executor/tstoreReceiver.h
252include/postgresql/server/executor/tuptable.h 252include/postgresql/server/executor/tuptable.h
 253include/postgresql/server/fe_utils/connect.h
253include/postgresql/server/fmgr.h 254include/postgresql/server/fmgr.h
254include/postgresql/server/foreign/fdwapi.h 255include/postgresql/server/foreign/fdwapi.h
255include/postgresql/server/foreign/foreign.h 256include/postgresql/server/foreign/foreign.h
256include/postgresql/server/funcapi.h 257include/postgresql/server/funcapi.h
257include/postgresql/server/getaddrinfo.h 258include/postgresql/server/getaddrinfo.h
258include/postgresql/server/getopt_long.h 259include/postgresql/server/getopt_long.h
259include/postgresql/server/lib/binaryheap.h 260include/postgresql/server/lib/binaryheap.h
260include/postgresql/server/lib/ilist.h 261include/postgresql/server/lib/ilist.h
261include/postgresql/server/lib/stringinfo.h 262include/postgresql/server/lib/stringinfo.h
262include/postgresql/server/libpq/auth.h 263include/postgresql/server/libpq/auth.h
263include/postgresql/server/libpq/be-fsstubs.h 264include/postgresql/server/libpq/be-fsstubs.h
264include/postgresql/server/libpq/crypt.h 265include/postgresql/server/libpq/crypt.h
265include/postgresql/server/libpq/hba.h 266include/postgresql/server/libpq/hba.h

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql94-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql94-docs/Attic/PLIST 2018/02/08 20:53:57 1.18
+++ pkgsrc/databases/postgresql94-docs/Attic/PLIST 2018/03/02 17:11:11 1.19
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.18 2018/02/08 20:53:57 adam Exp $ 1@comment $NetBSD: PLIST,v 1.19 2018/03/02 17:11:11 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1137,42 +1137,44 @@ share/doc/postgresql/html/release-9-3-1. @@ -1137,42 +1137,44 @@ share/doc/postgresql/html/release-9-3-1.
1137share/doc/postgresql/html/release-9-3-10.html 1137share/doc/postgresql/html/release-9-3-10.html
1138share/doc/postgresql/html/release-9-3-11.html 1138share/doc/postgresql/html/release-9-3-11.html
1139share/doc/postgresql/html/release-9-3-12.html 1139share/doc/postgresql/html/release-9-3-12.html
1140share/doc/postgresql/html/release-9-3-13.html 1140share/doc/postgresql/html/release-9-3-13.html
1141share/doc/postgresql/html/release-9-3-14.html 1141share/doc/postgresql/html/release-9-3-14.html
1142share/doc/postgresql/html/release-9-3-15.html 1142share/doc/postgresql/html/release-9-3-15.html
1143share/doc/postgresql/html/release-9-3-16.html 1143share/doc/postgresql/html/release-9-3-16.html
1144share/doc/postgresql/html/release-9-3-17.html 1144share/doc/postgresql/html/release-9-3-17.html
1145share/doc/postgresql/html/release-9-3-18.html 1145share/doc/postgresql/html/release-9-3-18.html
1146share/doc/postgresql/html/release-9-3-19.html 1146share/doc/postgresql/html/release-9-3-19.html
1147share/doc/postgresql/html/release-9-3-2.html 1147share/doc/postgresql/html/release-9-3-2.html
1148share/doc/postgresql/html/release-9-3-20.html 1148share/doc/postgresql/html/release-9-3-20.html
1149share/doc/postgresql/html/release-9-3-21.html 1149share/doc/postgresql/html/release-9-3-21.html
 1150share/doc/postgresql/html/release-9-3-22.html
1150share/doc/postgresql/html/release-9-3-3.html 1151share/doc/postgresql/html/release-9-3-3.html
1151share/doc/postgresql/html/release-9-3-4.html 1152share/doc/postgresql/html/release-9-3-4.html
1152share/doc/postgresql/html/release-9-3-5.html 1153share/doc/postgresql/html/release-9-3-5.html
1153share/doc/postgresql/html/release-9-3-6.html 1154share/doc/postgresql/html/release-9-3-6.html
1154share/doc/postgresql/html/release-9-3-7.html 1155share/doc/postgresql/html/release-9-3-7.html
1155share/doc/postgresql/html/release-9-3-8.html 1156share/doc/postgresql/html/release-9-3-8.html
1156share/doc/postgresql/html/release-9-3-9.html 1157share/doc/postgresql/html/release-9-3-9.html
1157share/doc/postgresql/html/release-9-3.html 1158share/doc/postgresql/html/release-9-3.html
1158share/doc/postgresql/html/release-9-4-1.html 1159share/doc/postgresql/html/release-9-4-1.html
1159share/doc/postgresql/html/release-9-4-10.html 1160share/doc/postgresql/html/release-9-4-10.html
1160share/doc/postgresql/html/release-9-4-11.html 1161share/doc/postgresql/html/release-9-4-11.html
1161share/doc/postgresql/html/release-9-4-12.html 1162share/doc/postgresql/html/release-9-4-12.html
1162share/doc/postgresql/html/release-9-4-13.html 1163share/doc/postgresql/html/release-9-4-13.html
1163share/doc/postgresql/html/release-9-4-14.html 1164share/doc/postgresql/html/release-9-4-14.html
1164share/doc/postgresql/html/release-9-4-15.html 1165share/doc/postgresql/html/release-9-4-15.html
1165share/doc/postgresql/html/release-9-4-16.html 1166share/doc/postgresql/html/release-9-4-16.html
 1167share/doc/postgresql/html/release-9-4-17.html
1166share/doc/postgresql/html/release-9-4-2.html 1168share/doc/postgresql/html/release-9-4-2.html
1167share/doc/postgresql/html/release-9-4-3.html 1169share/doc/postgresql/html/release-9-4-3.html
1168share/doc/postgresql/html/release-9-4-4.html 1170share/doc/postgresql/html/release-9-4-4.html
1169share/doc/postgresql/html/release-9-4-5.html 1171share/doc/postgresql/html/release-9-4-5.html
1170share/doc/postgresql/html/release-9-4-6.html 1172share/doc/postgresql/html/release-9-4-6.html
1171share/doc/postgresql/html/release-9-4-7.html 1173share/doc/postgresql/html/release-9-4-7.html
1172share/doc/postgresql/html/release-9-4-8.html 1174share/doc/postgresql/html/release-9-4-8.html
1173share/doc/postgresql/html/release-9-4-9.html 1175share/doc/postgresql/html/release-9-4-9.html
1174share/doc/postgresql/html/release-9-4.html 1176share/doc/postgresql/html/release-9-4.html
1175share/doc/postgresql/html/release.html 1177share/doc/postgresql/html/release.html
1176share/doc/postgresql/html/resources.html 1178share/doc/postgresql/html/resources.html
1177share/doc/postgresql/html/role-attributes.html 1179share/doc/postgresql/html/role-attributes.html
1178share/doc/postgresql/html/role-membership.html 1180share/doc/postgresql/html/role-membership.html

cvs diff -r1.18 -r1.19 pkgsrc/databases/postgresql95/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95/Attic/Makefile.common 2018/02/08 20:53:57 1.18
+++ pkgsrc/databases/postgresql95/Attic/Makefile.common 2018/03/02 17:11:11 1.19
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.18 2018/02/08 20:53:57 adam Exp $ 1# $NetBSD: Makefile.common,v 1.19 2018/03/02 17:11:11 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql95-client/Makefile 11# used by databases/postgresql95-client/Makefile
12# used by databases/postgresql95-contrib/Makefile 12# used by databases/postgresql95-contrib/Makefile
13# used by databases/postgresql95-docs/Makefile 13# used by databases/postgresql95-docs/Makefile
14# used by databases/postgresql95-plperl/Makefile 14# used by databases/postgresql95-plperl/Makefile
15# used by databases/postgresql95-plpython/Makefile 15# used by databases/postgresql95-plpython/Makefile
16# used by databases/postgresql95-pltcl/Makefile 16# used by databases/postgresql95-pltcl/Makefile
17# used by databases/postgresql95-server/Makefile 17# used by databases/postgresql95-server/Makefile
18 18
19DISTNAME= postgresql-9.5.11 19DISTNAME= postgresql-9.5.12
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 29CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
30CONFLICTS+= postgresql9[012346-9]-[0-9]* 30CONFLICTS+= postgresql9[012346-9]-[0-9]*
31 31
32.if !empty(PKGNAME:M*-*-*) 32.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.13 -r1.14 pkgsrc/databases/postgresql95/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95/Attic/distinfo 2018/02/08 20:53:57 1.13
+++ pkgsrc/databases/postgresql95/Attic/distinfo 2018/03/02 17:11:11 1.14
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.13 2018/02/08 20:53:57 adam Exp $ 1$NetBSD: distinfo,v 1.14 2018/03/02 17:11:11 adam Exp $
2 2
3SHA1 (postgresql-9.5.11.tar.bz2) = 097f9048d013072fa5b4c04aebdc38eb26219d54 3SHA1 (postgresql-9.5.12.tar.bz2) = 5c135e82e6056735dd94c66c24e3822b629769b7
4RMD160 (postgresql-9.5.11.tar.bz2) = 73e3f5cd83aca28fb6a04145217b44dd0457eebe 4RMD160 (postgresql-9.5.12.tar.bz2) = d62602e70cff96aec0a5ae5e303b66d3e58099e2
5SHA512 (postgresql-9.5.11.tar.bz2) = c196709ddb953fe7ebdcee6e1d4624fc8136b83c5f0f6f010c29036a32f29f73763bdf64613dd57919d4be128e95a7f179c1c69a82f5951593c2fa0c2315fe83 5SHA512 (postgresql-9.5.12.tar.bz2) = ab81bc95fd587f76a1986db5616b63d861b84da0eb9e54478f5298248a81d7a608d1bb1a9e30662c8190d05630106ddb3bb6413c34b003de948417214d342654
6Size (postgresql-9.5.11.tar.bz2) = 18572811 bytes 6Size (postgresql-9.5.12.tar.bz2) = 18589538 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c 8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
9SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0 9SHA1 (patch-configure) = 18dd4af7f043b090beda157dfd52531b551eafd0
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a 11SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a
12SHA1 (patch-src_Makefile.shlib) = a809ef756e9314723476fe7408a97d23f83a0311 12SHA1 (patch-src_Makefile.shlib) = a809ef756e9314723476fe7408a97d23f83a0311
13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca 13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
19SHA1 (patch-src_pl_plperl_plperl.h) = d31b24a953861703fe4b87d9a7d38d3c90e0411e 19SHA1 (patch-src_pl_plperl_plperl.h) = d31b24a953861703fe4b87d9a7d38d3c90e0411e

cvs diff -r1.4 -r1.5 pkgsrc/databases/postgresql95-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95-client/Attic/PLIST 2017/05/12 19:37:55 1.4
+++ pkgsrc/databases/postgresql95-client/Attic/PLIST 2018/03/02 17:11:11 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2017/05/12 19:37:55 adam Exp $ 1@comment $NetBSD: PLIST,v 1.5 2018/03/02 17:11:11 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createlang 4bin/createlang
5bin/createuser 5bin/createuser
6bin/dropdb 6bin/dropdb
7bin/droplang 7bin/droplang
8bin/dropuser 8bin/dropuser
9bin/ecpg 9bin/ecpg
10bin/initdb 10bin/initdb
11bin/pg_archivecleanup 11bin/pg_archivecleanup
12bin/pg_basebackup 12bin/pg_basebackup
13bin/pg_config 13bin/pg_config
14bin/pg_controldata 14bin/pg_controldata
@@ -271,26 +271,27 @@ include/postgresql/server/executor/nodeS @@ -271,26 +271,27 @@ include/postgresql/server/executor/nodeS
271include/postgresql/server/executor/nodeSetOp.h 271include/postgresql/server/executor/nodeSetOp.h
272include/postgresql/server/executor/nodeSort.h 272include/postgresql/server/executor/nodeSort.h
273include/postgresql/server/executor/nodeSubplan.h 273include/postgresql/server/executor/nodeSubplan.h
274include/postgresql/server/executor/nodeSubqueryscan.h 274include/postgresql/server/executor/nodeSubqueryscan.h
275include/postgresql/server/executor/nodeTidscan.h 275include/postgresql/server/executor/nodeTidscan.h
276include/postgresql/server/executor/nodeUnique.h 276include/postgresql/server/executor/nodeUnique.h
277include/postgresql/server/executor/nodeValuesscan.h 277include/postgresql/server/executor/nodeValuesscan.h
278include/postgresql/server/executor/nodeWindowAgg.h 278include/postgresql/server/executor/nodeWindowAgg.h
279include/postgresql/server/executor/nodeWorktablescan.h 279include/postgresql/server/executor/nodeWorktablescan.h
280include/postgresql/server/executor/spi.h 280include/postgresql/server/executor/spi.h
281include/postgresql/server/executor/spi_priv.h 281include/postgresql/server/executor/spi_priv.h
282include/postgresql/server/executor/tstoreReceiver.h 282include/postgresql/server/executor/tstoreReceiver.h
283include/postgresql/server/executor/tuptable.h 283include/postgresql/server/executor/tuptable.h
 284include/postgresql/server/fe_utils/connect.h
284include/postgresql/server/fmgr.h 285include/postgresql/server/fmgr.h
285include/postgresql/server/foreign/fdwapi.h 286include/postgresql/server/foreign/fdwapi.h
286include/postgresql/server/foreign/foreign.h 287include/postgresql/server/foreign/foreign.h
287include/postgresql/server/funcapi.h 288include/postgresql/server/funcapi.h
288include/postgresql/server/getaddrinfo.h 289include/postgresql/server/getaddrinfo.h
289include/postgresql/server/getopt_long.h 290include/postgresql/server/getopt_long.h
290include/postgresql/server/lib/binaryheap.h 291include/postgresql/server/lib/binaryheap.h
291include/postgresql/server/lib/bipartite_match.h 292include/postgresql/server/lib/bipartite_match.h
292include/postgresql/server/lib/hyperloglog.h 293include/postgresql/server/lib/hyperloglog.h
293include/postgresql/server/lib/ilist.h 294include/postgresql/server/lib/ilist.h
294include/postgresql/server/lib/pairingheap.h 295include/postgresql/server/lib/pairingheap.h
295include/postgresql/server/lib/rbtree.h 296include/postgresql/server/lib/rbtree.h
296include/postgresql/server/lib/stringinfo.h 297include/postgresql/server/lib/stringinfo.h

cvs diff -r1.11 -r1.12 pkgsrc/databases/postgresql95-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql95-docs/Attic/PLIST 2018/02/08 20:53:58 1.11
+++ pkgsrc/databases/postgresql95-docs/Attic/PLIST 2018/03/02 17:11:11 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.11 2018/02/08 20:53:58 adam Exp $ 1@comment $NetBSD: PLIST,v 1.12 2018/03/02 17:11:11 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1158,54 +1158,57 @@ share/doc/postgresql/html/release-9-3-1. @@ -1158,54 +1158,57 @@ share/doc/postgresql/html/release-9-3-1.
1158share/doc/postgresql/html/release-9-3-10.html 1158share/doc/postgresql/html/release-9-3-10.html
1159share/doc/postgresql/html/release-9-3-11.html 1159share/doc/postgresql/html/release-9-3-11.html
1160share/doc/postgresql/html/release-9-3-12.html 1160share/doc/postgresql/html/release-9-3-12.html
1161share/doc/postgresql/html/release-9-3-13.html 1161share/doc/postgresql/html/release-9-3-13.html
1162share/doc/postgresql/html/release-9-3-14.html 1162share/doc/postgresql/html/release-9-3-14.html
1163share/doc/postgresql/html/release-9-3-15.html 1163share/doc/postgresql/html/release-9-3-15.html
1164share/doc/postgresql/html/release-9-3-16.html 1164share/doc/postgresql/html/release-9-3-16.html
1165share/doc/postgresql/html/release-9-3-17.html 1165share/doc/postgresql/html/release-9-3-17.html
1166share/doc/postgresql/html/release-9-3-18.html 1166share/doc/postgresql/html/release-9-3-18.html
1167share/doc/postgresql/html/release-9-3-19.html 1167share/doc/postgresql/html/release-9-3-19.html
1168share/doc/postgresql/html/release-9-3-2.html 1168share/doc/postgresql/html/release-9-3-2.html
1169share/doc/postgresql/html/release-9-3-20.html 1169share/doc/postgresql/html/release-9-3-20.html
1170share/doc/postgresql/html/release-9-3-21.html 1170share/doc/postgresql/html/release-9-3-21.html
 1171share/doc/postgresql/html/release-9-3-22.html
1171share/doc/postgresql/html/release-9-3-3.html 1172share/doc/postgresql/html/release-9-3-3.html
1172share/doc/postgresql/html/release-9-3-4.html 1173share/doc/postgresql/html/release-9-3-4.html
1173share/doc/postgresql/html/release-9-3-5.html 1174share/doc/postgresql/html/release-9-3-5.html
1174share/doc/postgresql/html/release-9-3-6.html 1175share/doc/postgresql/html/release-9-3-6.html
1175share/doc/postgresql/html/release-9-3-7.html 1176share/doc/postgresql/html/release-9-3-7.html
1176share/doc/postgresql/html/release-9-3-8.html 1177share/doc/postgresql/html/release-9-3-8.html
1177share/doc/postgresql/html/release-9-3-9.html 1178share/doc/postgresql/html/release-9-3-9.html
1178share/doc/postgresql/html/release-9-3.html 1179share/doc/postgresql/html/release-9-3.html
1179share/doc/postgresql/html/release-9-4-1.html 1180share/doc/postgresql/html/release-9-4-1.html
1180share/doc/postgresql/html/release-9-4-10.html 1181share/doc/postgresql/html/release-9-4-10.html
1181share/doc/postgresql/html/release-9-4-11.html 1182share/doc/postgresql/html/release-9-4-11.html
1182share/doc/postgresql/html/release-9-4-12.html 1183share/doc/postgresql/html/release-9-4-12.html
1183share/doc/postgresql/html/release-9-4-13.html 1184share/doc/postgresql/html/release-9-4-13.html
1184share/doc/postgresql/html/release-9-4-14.html 1185share/doc/postgresql/html/release-9-4-14.html
1185share/doc/postgresql/html/release-9-4-15.html 1186share/doc/postgresql/html/release-9-4-15.html
1186share/doc/postgresql/html/release-9-4-16.html 1187share/doc/postgresql/html/release-9-4-16.html
 1188share/doc/postgresql/html/release-9-4-17.html
1187share/doc/postgresql/html/release-9-4-2.html 1189share/doc/postgresql/html/release-9-4-2.html
1188share/doc/postgresql/html/release-9-4-3.html 1190share/doc/postgresql/html/release-9-4-3.html
1189share/doc/postgresql/html/release-9-4-4.html 1191share/doc/postgresql/html/release-9-4-4.html
1190share/doc/postgresql/html/release-9-4-5.html 1192share/doc/postgresql/html/release-9-4-5.html
1191share/doc/postgresql/html/release-9-4-6.html 1193share/doc/postgresql/html/release-9-4-6.html
1192share/doc/postgresql/html/release-9-4-7.html 1194share/doc/postgresql/html/release-9-4-7.html
1193share/doc/postgresql/html/release-9-4-8.html 1195share/doc/postgresql/html/release-9-4-8.html
1194share/doc/postgresql/html/release-9-4-9.html 1196share/doc/postgresql/html/release-9-4-9.html
1195share/doc/postgresql/html/release-9-4.html 1197share/doc/postgresql/html/release-9-4.html
1196share/doc/postgresql/html/release-9-5-1.html 1198share/doc/postgresql/html/release-9-5-1.html
1197share/doc/postgresql/html/release-9-5-10.html 1199share/doc/postgresql/html/release-9-5-10.html
1198share/doc/postgresql/html/release-9-5-11.html 1200share/doc/postgresql/html/release-9-5-11.html
 1201share/doc/postgresql/html/release-9-5-12.html
1199share/doc/postgresql/html/release-9-5-2.html 1202share/doc/postgresql/html/release-9-5-2.html
1200share/doc/postgresql/html/release-9-5-3.html 1203share/doc/postgresql/html/release-9-5-3.html
1201share/doc/postgresql/html/release-9-5-4.html 1204share/doc/postgresql/html/release-9-5-4.html
1202share/doc/postgresql/html/release-9-5-5.html 1205share/doc/postgresql/html/release-9-5-5.html
1203share/doc/postgresql/html/release-9-5-6.html 1206share/doc/postgresql/html/release-9-5-6.html
1204share/doc/postgresql/html/release-9-5-7.html 1207share/doc/postgresql/html/release-9-5-7.html
1205share/doc/postgresql/html/release-9-5-8.html 1208share/doc/postgresql/html/release-9-5-8.html
1206share/doc/postgresql/html/release-9-5-9.html 1209share/doc/postgresql/html/release-9-5-9.html
1207share/doc/postgresql/html/release-9-5.html 1210share/doc/postgresql/html/release-9-5.html
1208share/doc/postgresql/html/release.html 1211share/doc/postgresql/html/release.html
1209share/doc/postgresql/html/replication-origins.html 1212share/doc/postgresql/html/replication-origins.html
1210share/doc/postgresql/html/resources.html 1213share/doc/postgresql/html/resources.html
1211share/doc/postgresql/html/role-attributes.html 1214share/doc/postgresql/html/role-attributes.html

cvs diff -r1.12 -r1.13 pkgsrc/databases/postgresql96/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96/Attic/Makefile.common 2018/02/08 20:53:58 1.12
+++ pkgsrc/databases/postgresql96/Attic/Makefile.common 2018/03/02 17:11:11 1.13
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile.common,v 1.12 2018/02/08 20:53:58 adam Exp $ 1# $NetBSD: Makefile.common,v 1.13 2018/03/02 17:11:11 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# <lang>-postgresql client-side interface to PostgreSQL 8# <lang>-postgresql client-side interface to PostgreSQL
9# postgresql-<lang> server-side module for PostgreSQL backend 9# postgresql-<lang> server-side module for PostgreSQL backend
10# 10#
11# used by databases/postgresql96-client/Makefile 11# used by databases/postgresql96-client/Makefile
12# used by databases/postgresql96-contrib/Makefile 12# used by databases/postgresql96-contrib/Makefile
13# used by databases/postgresql96-docs/Makefile 13# used by databases/postgresql96-docs/Makefile
14# used by databases/postgresql96-plperl/Makefile 14# used by databases/postgresql96-plperl/Makefile
15# used by databases/postgresql96-plpython/Makefile 15# used by databases/postgresql96-plpython/Makefile
16# used by databases/postgresql96-pltcl/Makefile 16# used by databases/postgresql96-pltcl/Makefile
17# used by databases/postgresql96-server/Makefile 17# used by databases/postgresql96-server/Makefile
18 18
19DISTNAME= postgresql-9.6.7 19DISTNAME= postgresql-9.6.8
20CATEGORIES= databases 20CATEGORIES= databases
21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/} 21MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
22EXTRACT_SUFX= .tar.bz2 22EXTRACT_SUFX= .tar.bz2
23 23
24MAINTAINER?= adam@NetBSD.org 24MAINTAINER?= adam@NetBSD.org
25HOMEPAGE= https://www.postgresql.org/ 25HOMEPAGE= https://www.postgresql.org/
26LICENSE= postgresql-license 26LICENSE= postgresql-license
27 27
28CONFLICTS+= postgresql-[0-9]* 28CONFLICTS+= postgresql-[0-9]*
29CONFLICTS+= postgresql[0-8][0-9]-[0-9]* 29CONFLICTS+= postgresql[0-8][0-9]-[0-9]*
30CONFLICTS+= postgresql9[012345789]-[0-9]* 30CONFLICTS+= postgresql9[012345789]-[0-9]*
31 31
32.if !empty(PKGNAME:M*-*-*) 32.if !empty(PKGNAME:M*-*-*)

cvs diff -r1.9 -r1.10 pkgsrc/databases/postgresql96/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96/Attic/distinfo 2018/02/08 20:53:58 1.9
+++ pkgsrc/databases/postgresql96/Attic/distinfo 2018/03/02 17:11:11 1.10
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.9 2018/02/08 20:53:58 adam Exp $ 1$NetBSD: distinfo,v 1.10 2018/03/02 17:11:11 adam Exp $
2 2
3SHA1 (postgresql-9.6.7.tar.bz2) = cac19c1c688aeaae0eacad7879a301fda4c72fb3 3SHA1 (postgresql-9.6.8.tar.bz2) = 8e610dd8dbaab69982d12324971b0c6b5225142f
4RMD160 (postgresql-9.6.7.tar.bz2) = 219a2be7fc1b6a370949d015f9396479e46312e9 4RMD160 (postgresql-9.6.8.tar.bz2) = b433ed8ee784610c7991f87ba74ca4a22cfb99f6
5SHA512 (postgresql-9.6.7.tar.bz2) = 6a66cdd5b74ea6dc95628b89bb7663555370be56b3e938f635950628ad5d77443ac8f40c747be1fc1cfc19ca8b0a27f41e52fe4db83a43c7a7bab9bb076c7844 5SHA512 (postgresql-9.6.8.tar.bz2) = 6b7595c0046308c725d77360b156e979d6bc469b78ac6500f631112f19b2607ca2d816781f8c5fd3bd835c48e079e79ada7af687fbd306a8fec5e160f20dd211
6Size (postgresql-9.6.7.tar.bz2) = 19504886 bytes 6Size (postgresql-9.6.8.tar.bz2) = 19528927 bytes
7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813 7SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c 8SHA1 (patch-config_perl.m4) = 14c9564577d0df6f82ae0027aeada2f3a6a8f07c
9SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24 9SHA1 (patch-configure) = db34614cef013a91dc229be319e5f09c657c3f24
10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921 10SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
11SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a 11SHA1 (patch-src_Makefile.global.in) = 2ab3affedc77b202f6749964287438d6179ca23a
12SHA1 (patch-src_Makefile.shlib) = c2b7008ebcee1b7bfec46b9b35e91be2eef287ae 12SHA1 (patch-src_Makefile.shlib) = c2b7008ebcee1b7bfec46b9b35e91be2eef287ae
13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca 13SHA1 (patch-src_backend_Makefile) = b70b38ea23af6cdde9d2349f2441a429078cfaca
14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289 14SHA1 (patch-src_backend_utils_adt_datetime.c) = d1ea70986634d3bfb663eff789425252656e1289
15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd 15SHA1 (patch-src_interfaces_ecpg_pgtypeslib_interval.c) = a15012ae34d4ecd1eb2bc29e4d2c40098ea236fd
16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c 16SHA1 (patch-src_interfaces_libpq_Makefile) = 61bcf84eb69b6ec9faabab0b61913766f4b20f8c
17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0 17SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef 18SHA1 (patch-src_pl_plperl_GNUmakefile) = 6ee3e431f46ce5c2a94df499504b2b8bd458bbef
19SHA1 (patch-src_pl_plperl_plperl.h) = 4c9c313bbc872802c57f3efd885a2ce6335d5d79 19SHA1 (patch-src_pl_plperl_plperl.h) = 4c9c313bbc872802c57f3efd885a2ce6335d5d79

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql96-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96-client/Attic/PLIST 2017/08/13 19:25:18 1.3
+++ pkgsrc/databases/postgresql96-client/Attic/PLIST 2018/03/02 17:11:11 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2017/08/13 19:25:18 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/03/02 17:11:11 adam Exp $
2bin/clusterdb 2bin/clusterdb
3bin/createdb 3bin/createdb
4bin/createlang 4bin/createlang
5bin/createuser 5bin/createuser
6bin/dropdb 6bin/dropdb
7bin/droplang 7bin/droplang
8bin/dropuser 8bin/dropuser
9bin/ecpg 9bin/ecpg
10bin/initdb 10bin/initdb
11bin/pg_archivecleanup 11bin/pg_archivecleanup
12bin/pg_basebackup 12bin/pg_basebackup
13bin/pg_config 13bin/pg_config
14bin/pg_controldata 14bin/pg_controldata
@@ -283,26 +283,27 @@ include/postgresql/server/executor/nodeS @@ -283,26 +283,27 @@ include/postgresql/server/executor/nodeS
283include/postgresql/server/executor/nodeSort.h 283include/postgresql/server/executor/nodeSort.h
284include/postgresql/server/executor/nodeSubplan.h 284include/postgresql/server/executor/nodeSubplan.h
285include/postgresql/server/executor/nodeSubqueryscan.h 285include/postgresql/server/executor/nodeSubqueryscan.h
286include/postgresql/server/executor/nodeTidscan.h 286include/postgresql/server/executor/nodeTidscan.h
287include/postgresql/server/executor/nodeUnique.h 287include/postgresql/server/executor/nodeUnique.h
288include/postgresql/server/executor/nodeValuesscan.h 288include/postgresql/server/executor/nodeValuesscan.h
289include/postgresql/server/executor/nodeWindowAgg.h 289include/postgresql/server/executor/nodeWindowAgg.h
290include/postgresql/server/executor/nodeWorktablescan.h 290include/postgresql/server/executor/nodeWorktablescan.h
291include/postgresql/server/executor/spi.h 291include/postgresql/server/executor/spi.h
292include/postgresql/server/executor/spi_priv.h 292include/postgresql/server/executor/spi_priv.h
293include/postgresql/server/executor/tqueue.h 293include/postgresql/server/executor/tqueue.h
294include/postgresql/server/executor/tstoreReceiver.h 294include/postgresql/server/executor/tstoreReceiver.h
295include/postgresql/server/executor/tuptable.h 295include/postgresql/server/executor/tuptable.h
 296include/postgresql/server/fe_utils/connect.h
296include/postgresql/server/fe_utils/mbprint.h 297include/postgresql/server/fe_utils/mbprint.h
297include/postgresql/server/fe_utils/print.h 298include/postgresql/server/fe_utils/print.h
298include/postgresql/server/fe_utils/psqlscan.h 299include/postgresql/server/fe_utils/psqlscan.h
299include/postgresql/server/fe_utils/psqlscan_int.h 300include/postgresql/server/fe_utils/psqlscan_int.h
300include/postgresql/server/fe_utils/simple_list.h 301include/postgresql/server/fe_utils/simple_list.h
301include/postgresql/server/fe_utils/string_utils.h 302include/postgresql/server/fe_utils/string_utils.h
302include/postgresql/server/fmgr.h 303include/postgresql/server/fmgr.h
303include/postgresql/server/foreign/fdwapi.h 304include/postgresql/server/foreign/fdwapi.h
304include/postgresql/server/foreign/foreign.h 305include/postgresql/server/foreign/foreign.h
305include/postgresql/server/funcapi.h 306include/postgresql/server/funcapi.h
306include/postgresql/server/getaddrinfo.h 307include/postgresql/server/getaddrinfo.h
307include/postgresql/server/getopt_long.h 308include/postgresql/server/getopt_long.h
308include/postgresql/server/lib/binaryheap.h 309include/postgresql/server/lib/binaryheap.h

cvs diff -r1.7 -r1.8 pkgsrc/databases/postgresql96-docs/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql96-docs/Attic/PLIST 2018/02/08 20:53:58 1.7
+++ pkgsrc/databases/postgresql96-docs/Attic/PLIST 2018/03/02 17:11:11 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2018/02/08 20:53:58 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2018/03/02 17:11:11 adam Exp $
2man/man1/clusterdb.1 2man/man1/clusterdb.1
3man/man1/createdb.1 3man/man1/createdb.1
4man/man1/createlang.1 4man/man1/createlang.1
5man/man1/createuser.1 5man/man1/createuser.1
6man/man1/dropdb.1 6man/man1/dropdb.1
7man/man1/droplang.1 7man/man1/droplang.1
8man/man1/dropuser.1 8man/man1/dropuser.1
9man/man1/ecpg.1 9man/man1/ecpg.1
10man/man1/initdb.1 10man/man1/initdb.1
11man/man1/oid2name.1 11man/man1/oid2name.1
12man/man1/pg_archivecleanup.1 12man/man1/pg_archivecleanup.1
13man/man1/pg_basebackup.1 13man/man1/pg_basebackup.1
14man/man1/pg_config.1 14man/man1/pg_config.1
@@ -1172,70 +1172,74 @@ share/doc/postgresql/html/release-9-3-1. @@ -1172,70 +1172,74 @@ share/doc/postgresql/html/release-9-3-1.
1172share/doc/postgresql/html/release-9-3-10.html 1172share/doc/postgresql/html/release-9-3-10.html
1173share/doc/postgresql/html/release-9-3-11.html 1173share/doc/postgresql/html/release-9-3-11.html
1174share/doc/postgresql/html/release-9-3-12.html 1174share/doc/postgresql/html/release-9-3-12.html
1175share/doc/postgresql/html/release-9-3-13.html 1175share/doc/postgresql/html/release-9-3-13.html
1176share/doc/postgresql/html/release-9-3-14.html 1176share/doc/postgresql/html/release-9-3-14.html
1177share/doc/postgresql/html/release-9-3-15.html 1177share/doc/postgresql/html/release-9-3-15.html
1178share/doc/postgresql/html/release-9-3-16.html 1178share/doc/postgresql/html/release-9-3-16.html
1179share/doc/postgresql/html/release-9-3-17.html 1179share/doc/postgresql/html/release-9-3-17.html
1180share/doc/postgresql/html/release-9-3-18.html 1180share/doc/postgresql/html/release-9-3-18.html
1181share/doc/postgresql/html/release-9-3-19.html 1181share/doc/postgresql/html/release-9-3-19.html
1182share/doc/postgresql/html/release-9-3-2.html 1182share/doc/postgresql/html/release-9-3-2.html
1183share/doc/postgresql/html/release-9-3-20.html 1183share/doc/postgresql/html/release-9-3-20.html
1184share/doc/postgresql/html/release-9-3-21.html 1184share/doc/postgresql/html/release-9-3-21.html
 1185share/doc/postgresql/html/release-9-3-22.html
1185share/doc/postgresql/html/release-9-3-3.html 1186share/doc/postgresql/html/release-9-3-3.html
1186share/doc/postgresql/html/release-9-3-4.html 1187share/doc/postgresql/html/release-9-3-4.html
1187share/doc/postgresql/html/release-9-3-5.html 1188share/doc/postgresql/html/release-9-3-5.html
1188share/doc/postgresql/html/release-9-3-6.html 1189share/doc/postgresql/html/release-9-3-6.html
1189share/doc/postgresql/html/release-9-3-7.html 1190share/doc/postgresql/html/release-9-3-7.html
1190share/doc/postgresql/html/release-9-3-8.html 1191share/doc/postgresql/html/release-9-3-8.html
1191share/doc/postgresql/html/release-9-3-9.html 1192share/doc/postgresql/html/release-9-3-9.html
1192share/doc/postgresql/html/release-9-3.html 1193share/doc/postgresql/html/release-9-3.html
1193share/doc/postgresql/html/release-9-4-1.html 1194share/doc/postgresql/html/release-9-4-1.html
1194share/doc/postgresql/html/release-9-4-10.html 1195share/doc/postgresql/html/release-9-4-10.html
1195share/doc/postgresql/html/release-9-4-11.html 1196share/doc/postgresql/html/release-9-4-11.html
1196share/doc/postgresql/html/release-9-4-12.html 1197share/doc/postgresql/html/release-9-4-12.html
1197share/doc/postgresql/html/release-9-4-13.html 1198share/doc/postgresql/html/release-9-4-13.html
1198share/doc/postgresql/html/release-9-4-14.html 1199share/doc/postgresql/html/release-9-4-14.html
1199share/doc/postgresql/html/release-9-4-15.html 1200share/doc/postgresql/html/release-9-4-15.html
1200share/doc/postgresql/html/release-9-4-16.html 1201share/doc/postgresql/html/release-9-4-16.html
 1202share/doc/postgresql/html/release-9-4-17.html
1201share/doc/postgresql/html/release-9-4-2.html 1203share/doc/postgresql/html/release-9-4-2.html
1202share/doc/postgresql/html/release-9-4-3.html 1204share/doc/postgresql/html/release-9-4-3.html
1203share/doc/postgresql/html/release-9-4-4.html 1205share/doc/postgresql/html/release-9-4-4.html
1204share/doc/postgresql/html/release-9-4-5.html 1206share/doc/postgresql/html/release-9-4-5.html
1205share/doc/postgresql/html/release-9-4-6.html 1207share/doc/postgresql/html/release-9-4-6.html
1206share/doc/postgresql/html/release-9-4-7.html 1208share/doc/postgresql/html/release-9-4-7.html
1207share/doc/postgresql/html/release-9-4-8.html 1209share/doc/postgresql/html/release-9-4-8.html
1208share/doc/postgresql/html/release-9-4-9.html 1210share/doc/postgresql/html/release-9-4-9.html
1209share/doc/postgresql/html/release-9-4.html 1211share/doc/postgresql/html/release-9-4.html
1210share/doc/postgresql/html/release-9-5-1.html 1212share/doc/postgresql/html/release-9-5-1.html
1211share/doc/postgresql/html/release-9-5-10.html 1213share/doc/postgresql/html/release-9-5-10.html
1212share/doc/postgresql/html/release-9-5-11.html 1214share/doc/postgresql/html/release-9-5-11.html
 1215share/doc/postgresql/html/release-9-5-12.html
1213share/doc/postgresql/html/release-9-5-2.html 1216share/doc/postgresql/html/release-9-5-2.html
1214share/doc/postgresql/html/release-9-5-3.html 1217share/doc/postgresql/html/release-9-5-3.html
1215share/doc/postgresql/html/release-9-5-4.html 1218share/doc/postgresql/html/release-9-5-4.html
1216share/doc/postgresql/html/release-9-5-5.html 1219share/doc/postgresql/html/release-9-5-5.html
1217share/doc/postgresql/html/release-9-5-6.html 1220share/doc/postgresql/html/release-9-5-6.html
1218share/doc/postgresql/html/release-9-5-7.html 1221share/doc/postgresql/html/release-9-5-7.html
1219share/doc/postgresql/html/release-9-5-8.html 1222share/doc/postgresql/html/release-9-5-8.html
1220share/doc/postgresql/html/release-9-5-9.html 1223share/doc/postgresql/html/release-9-5-9.html
1221share/doc/postgresql/html/release-9-5.html 1224share/doc/postgresql/html/release-9-5.html
1222share/doc/postgresql/html/release-9-6-1.html 1225share/doc/postgresql/html/release-9-6-1.html
1223share/doc/postgresql/html/release-9-6-2.html 1226share/doc/postgresql/html/release-9-6-2.html
1224share/doc/postgresql/html/release-9-6-3.html 1227share/doc/postgresql/html/release-9-6-3.html
1225share/doc/postgresql/html/release-9-6-4.html 1228share/doc/postgresql/html/release-9-6-4.html
1226share/doc/postgresql/html/release-9-6-5.html 1229share/doc/postgresql/html/release-9-6-5.html
1227share/doc/postgresql/html/release-9-6-6.html 1230share/doc/postgresql/html/release-9-6-6.html
1228share/doc/postgresql/html/release-9-6-7.html 1231share/doc/postgresql/html/release-9-6-7.html
 1232share/doc/postgresql/html/release-9-6-8.html
1229share/doc/postgresql/html/release-9-6.html 1233share/doc/postgresql/html/release-9-6.html
1230share/doc/postgresql/html/release.html 1234share/doc/postgresql/html/release.html
1231share/doc/postgresql/html/replication-origins.html 1235share/doc/postgresql/html/replication-origins.html
1232share/doc/postgresql/html/resources.html 1236share/doc/postgresql/html/resources.html
1233share/doc/postgresql/html/role-attributes.html 1237share/doc/postgresql/html/role-attributes.html
1234share/doc/postgresql/html/role-membership.html 1238share/doc/postgresql/html/role-membership.html
1235share/doc/postgresql/html/role-removal.html 1239share/doc/postgresql/html/role-removal.html
1236share/doc/postgresql/html/routine-reindex.html 1240share/doc/postgresql/html/routine-reindex.html
1237share/doc/postgresql/html/routine-vacuuming.html 1241share/doc/postgresql/html/routine-vacuuming.html
1238share/doc/postgresql/html/row-estimation-examples.html 1242share/doc/postgresql/html/row-estimation-examples.html
1239share/doc/postgresql/html/rowtypes.html 1243share/doc/postgresql/html/rowtypes.html
1240share/doc/postgresql/html/rule-system.html 1244share/doc/postgresql/html/rule-system.html
1241share/doc/postgresql/html/rules-materializedviews.html 1245share/doc/postgresql/html/rules-materializedviews.html