mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Update PostgreSQL to latest versions.
The update is mostly to fix the file persmission problem described in the URL below. You might want to wait until next upgrade, depending on you local configuration. URL: http://www.postgresql.org/about/news/1590/
This commit is contained in:
parent
271f37d9c6
commit
5e8dafff53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388585
@ -1,7 +1,7 @@
|
||||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION?= 9.0.20
|
||||
DISTVERSION?= 9.0.21
|
||||
PORTREVISION?= 0
|
||||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.0.20.tar.bz2) = 02fc42026dc3b9440f4626354d30dd505d3fb5a8bb4fc3c8db66c3171a48aa6f
|
||||
SIZE (postgresql/postgresql-9.0.20.tar.bz2) = 15043555
|
||||
SHA256 (postgresql/postgresql-9.0.21.tar.bz2) = 6ed313dd4b12650fc5fc667cfef9f3f53c0f7664a6c2ecfba8d45e2b01709cb8
|
||||
SIZE (postgresql/postgresql-9.0.21.tar.bz2) = 15044880
|
||||
SHA256 (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 44436558d3414b964e6acda18148188be88446b3773d133a4b3b0d63d17bd807
|
||||
SIZE (postgresql/pg-9019-icu-2015-04-18.diff.gz) = 4412
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 9.1.16
|
||||
DISTVERSION?= 9.1.17
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL/source/v${DISTVERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.1.16.tar.bz2) = 2b65e2f7d6171107b96d3e92f42b869ec21f3b4e920d8941e511111372909456
|
||||
SIZE (postgresql/postgresql-9.1.16.tar.bz2) = 15814306
|
||||
SHA256 (postgresql/postgresql-9.1.17.tar.bz2) = ddddd0a250c4b415d2edbf90671808276f29d81ee01971806f8ec5f2beae16aa
|
||||
SIZE (postgresql/postgresql-9.1.17.tar.bz2) = 15817867
|
||||
SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
|
||||
SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 9.2.11
|
||||
DISTVERSION?= 9.2.12
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL/source/v${DISTVERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.2.11.tar.bz2) = 65b2f5f4fe5c1bfc3247dd84cc3f188e2b5ca45406c4fbbf39df631bed38b1cc
|
||||
SIZE (postgresql/postgresql-9.2.11.tar.bz2) = 16387018
|
||||
SHA256 (postgresql/postgresql-9.2.12.tar.bz2) = 5f381b15fb63f7aa6b221ee56677b6029db0ae4f84bc78768ff9e753063b6d03
|
||||
SIZE (postgresql/postgresql-9.2.12.tar.bz2) = 16396804
|
||||
SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
|
||||
SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION?= 9.3.7
|
||||
DISTVERSION?= 9.3.8
|
||||
PORTREVISION?= 0
|
||||
PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.3.7.tar.bz2) = 8b746ab3f7e84db9ba0c9fa0d9865f458fe4e43d5ae1d4ff2860db1f5204ff3d
|
||||
SIZE (postgresql/postgresql-9.3.7.tar.bz2) = 16958172
|
||||
SHA256 (postgresql/postgresql-9.3.8.tar.bz2) = bc5c3ce755dfc5f6fbc0186a564f97abac3c2914f9a5d5a47f22f4fd354aadfa
|
||||
SIZE (postgresql/postgresql-9.3.8.tar.bz2) = 16960398
|
||||
SHA256 (postgresql/pg-929-icu-2015-04-18.diff.gz) = 9aff1ba25fbe5892a3868bff516df685531c85901c360548e38bf2e5fa0e14ab
|
||||
SIZE (postgresql/pg-929-icu-2015-04-18.diff.gz) = 4469
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Created by: Marc G. Fournier <scrappy@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION?= 9.4.2
|
||||
DISTVERSION?= 9.4.3
|
||||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.4.2.tar.bz2) = 81fda191c165ba1d25d75cd0166ece5abdcb4a7f5eca01b349371e279ebb4d11
|
||||
SIZE (postgresql/postgresql-9.4.2.tar.bz2) = 17611143
|
||||
SHA256 (postgresql/postgresql-9.4.3.tar.bz2) = 734acfd2ac352dd0cd353d226f3199c2e1a2730200998aea5b38cf685136d755
|
||||
SIZE (postgresql/postgresql-9.4.3.tar.bz2) = 17618524
|
||||
SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b
|
||||
SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279
|
||||
|
Loading…
Reference in New Issue
Block a user