1
0
forked from ports/contrib

postgresql: 11.1 -> 11.2

This commit is contained in:
Thomas Penteker 2019-03-02 01:24:03 +01:00
parent 5bcbc40e2b
commit b5e7758a93
3 changed files with 11 additions and 5 deletions

View File

@ -422,6 +422,10 @@ drwxr-xr-x root/root usr/include/postgresql/server/foreign/
-rw-r--r-- root/root usr/include/postgresql/server/funcapi.h
-rw-r--r-- root/root usr/include/postgresql/server/getaddrinfo.h
-rw-r--r-- root/root usr/include/postgresql/server/getopt_long.h
drwxr-xr-x root/root usr/include/postgresql/server/jit/
-rw-r--r-- root/root usr/include/postgresql/server/jit/jit.h
-rw-r--r-- root/root usr/include/postgresql/server/jit/llvmjit.h
-rw-r--r-- root/root usr/include/postgresql/server/jit/llvmjit_emit.h
drwxr-xr-x root/root usr/include/postgresql/server/lib/
-rw-r--r-- root/root usr/include/postgresql/server/lib/binaryheap.h
-rw-r--r-- root/root usr/include/postgresql/server/lib/bipartite_match.h
@ -485,6 +489,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/optimizer/
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/geqo_selection.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/joininfo.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/orclauses.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/paramassign.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/pathnode.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/paths.h
-rw-r--r-- root/root usr/include/postgresql/server/optimizer/placeholder.h
@ -1536,6 +1541,7 @@ drwxr-xr-x root/root usr/share/postgresql/timezone/Asia/
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Pontianak
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Pyongyang
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Qatar
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Qostanay
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Qyzylorda
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Rangoon
-rw-r--r-- root/root usr/share/postgresql/timezone/Asia/Riyadh

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34pj5BsRbWd9ZKKCiMzFyjhxzndI530ap7aSCbY+/Mn/E25y5QLJ5OJ7Mh1aie6l6O3iaLiZosM1h1QBhRaCIA8=
SHA256 (Pkgfile) = 95455e22ce855c2d5badf5d59d4e7baae2d54a3a847b6a261022810b3cc69edb
SHA256 (.footprint) = 5e45c2b6fe3dcb292794ed02abe394fda0075e18a5d865b4425731ac9b0adb51
SHA256 (postgresql-11.1.tar.bz2) = 90815e812874831e9a4bf6e1136bf73bc2c5a0464ef142e2dfea40cda206db08
RWSagIOpLGJF30ZnaopMUf/qhFOLL24c5eJSpuRApRh+3zGoit4/qLyCc+M45AHu6LgscgamyO7iH21hBCpWEoT3709OFHT9SAA=
SHA256 (Pkgfile) = acf0077e9779a961765858600bf678bbc285998bd312c2b0bef1058c73bfe160
SHA256 (.footprint) = c89a92e7a0ce595979f628480f7811a987449b8f5e1c56a82e340532d22c15be
SHA256 (postgresql-11.2.tar.bz2) = 2676b9ce09c21978032070b6794696e0aa5a476e3d21d60afc036dc0a9c09405
SHA256 (postgresql) = 2c5ed04d159081774b2518c67b4bd95671154828a5bca23b68c7c7a05ec40078

View File

@ -5,7 +5,7 @@
# Depends on: openssl
name=postgresql
version=11.1
version=11.2
release=1
source=(https://ftp.postgresql.org/pub/source/v$version/postgresql-$version.tar.bz2 postgresql)