1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Update to 8.3.1

Release notes:
http://developer.postgresql.org/pgdocs/postgres/release-8-3-1.html
This commit is contained in:
Palle Girgensohn 2008-03-18 22:25:34 +00:00
parent c113f6445c
commit 6d85112973
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209325
15 changed files with 50 additions and 90 deletions

View File

@ -6,8 +6,8 @@
#
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 1
DISTVERSION?= 8.3.1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@ -103,25 +103,16 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
# (requires dump/restore if modified.)
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum)
# PATCH_SITES+= http://gppl.moonbone.ru/:hier820055
# PATCHFILES+= hier-v0.5.5-Pg8.2.0.diff.gz:hier820055
# USE_BISON= yes
# . endif
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
PATCHFILES+= pg-831-icu-xx-2008-03-17.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1

View File

@ -1,6 +1,6 @@
MD5 (postgresql/postgresql-8.3.0.tar.bz2) = 53d6816eac7442f9bc8103439ebee22e
SHA256 (postgresql/postgresql-8.3.0.tar.bz2) = 85356d6ab577e21bb528eb5d672e4373b21fe98ac046e77a0eed975608066ea6
SIZE (postgresql/postgresql-8.3R.tar.bz2) = 13923051
SHA256 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = eced3ac2548c9ed2b0527985ef303aa995c2596e5318ed82e1a4e60fa4242b6a
MD5 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 34e7f904e69618a5bf16f913bae31325
SIZE (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 4974
MD5 (postgresql/postgresql-8.3.1.tar.bz2) = a5e0ed6a85b450dc217ec71da93243a7
SHA256 (postgresql/postgresql-8.3.1.tar.bz2) = 7ccf1e5c987920e4d6eb98b8589939e29d3a361d285055d5af35ddd8e1a2d992
SIZE (postgresql/postgresql-8.3.1.tar.bz2) = 13995572
MD5 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = bce2f2d862a19f92de9d297233f856b1
SHA256 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 085ef29c1ccbb83a06e07c52c82f268e65bc96f194319ac128998da5c0a00b1e
SIZE (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 5252

View File

@ -88,6 +88,7 @@ share/postgresql/system_views.sql
%%GETTEXT%%share/locale/nl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo

View File

@ -6,8 +6,8 @@
#
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 1
DISTVERSION?= 8.3.1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@ -103,25 +103,16 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
# (requires dump/restore if modified.)
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum)
# PATCH_SITES+= http://gppl.moonbone.ru/:hier820055
# PATCHFILES+= hier-v0.5.5-Pg8.2.0.diff.gz:hier820055
# USE_BISON= yes
# . endif
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
PATCHFILES+= pg-831-icu-xx-2008-03-17.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1

View File

@ -1,6 +1,6 @@
MD5 (postgresql/postgresql-8.3.0.tar.bz2) = 53d6816eac7442f9bc8103439ebee22e
SHA256 (postgresql/postgresql-8.3.0.tar.bz2) = 85356d6ab577e21bb528eb5d672e4373b21fe98ac046e77a0eed975608066ea6
SIZE (postgresql/postgresql-8.3R.tar.bz2) = 13923051
SHA256 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = eced3ac2548c9ed2b0527985ef303aa995c2596e5318ed82e1a4e60fa4242b6a
MD5 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 34e7f904e69618a5bf16f913bae31325
SIZE (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 4974
MD5 (postgresql/postgresql-8.3.1.tar.bz2) = a5e0ed6a85b450dc217ec71da93243a7
SHA256 (postgresql/postgresql-8.3.1.tar.bz2) = 7ccf1e5c987920e4d6eb98b8589939e29d3a361d285055d5af35ddd8e1a2d992
SIZE (postgresql/postgresql-8.3.1.tar.bz2) = 13995572
MD5 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = bce2f2d862a19f92de9d297233f856b1
SHA256 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 085ef29c1ccbb83a06e07c52c82f268e65bc96f194319ac128998da5c0a00b1e
SIZE (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 5252

View File

@ -88,6 +88,7 @@ share/postgresql/system_views.sql
%%GETTEXT%%share/locale/nl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo

View File

@ -6,8 +6,8 @@
#
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 1
DISTVERSION?= 8.3.1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@ -103,25 +103,16 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
# (requires dump/restore if modified.)
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum)
# PATCH_SITES+= http://gppl.moonbone.ru/:hier820055
# PATCHFILES+= hier-v0.5.5-Pg8.2.0.diff.gz:hier820055
# USE_BISON= yes
# . endif
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
PATCHFILES+= pg-831-icu-xx-2008-03-17.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1

View File

@ -1,6 +1,6 @@
MD5 (postgresql/postgresql-8.3.0.tar.bz2) = 53d6816eac7442f9bc8103439ebee22e
SHA256 (postgresql/postgresql-8.3.0.tar.bz2) = 85356d6ab577e21bb528eb5d672e4373b21fe98ac046e77a0eed975608066ea6
SIZE (postgresql/postgresql-8.3R.tar.bz2) = 13923051
SHA256 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = eced3ac2548c9ed2b0527985ef303aa995c2596e5318ed82e1a4e60fa4242b6a
MD5 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 34e7f904e69618a5bf16f913bae31325
SIZE (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 4974
MD5 (postgresql/postgresql-8.3.1.tar.bz2) = a5e0ed6a85b450dc217ec71da93243a7
SHA256 (postgresql/postgresql-8.3.1.tar.bz2) = 7ccf1e5c987920e4d6eb98b8589939e29d3a361d285055d5af35ddd8e1a2d992
SIZE (postgresql/postgresql-8.3.1.tar.bz2) = 13995572
MD5 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = bce2f2d862a19f92de9d297233f856b1
SHA256 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 085ef29c1ccbb83a06e07c52c82f268e65bc96f194319ac128998da5c0a00b1e
SIZE (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 5252

View File

@ -88,6 +88,7 @@ share/postgresql/system_views.sql
%%GETTEXT%%share/locale/nl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo

View File

@ -6,8 +6,8 @@
#
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 1
DISTVERSION?= 8.3.1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@ -103,25 +103,16 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
# (requires dump/restore if modified.)
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum)
# PATCH_SITES+= http://gppl.moonbone.ru/:hier820055
# PATCHFILES+= hier-v0.5.5-Pg8.2.0.diff.gz:hier820055
# USE_BISON= yes
# . endif
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
PATCHFILES+= pg-831-icu-xx-2008-03-17.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1

View File

@ -1,6 +1,6 @@
MD5 (postgresql/postgresql-8.3.0.tar.bz2) = 53d6816eac7442f9bc8103439ebee22e
SHA256 (postgresql/postgresql-8.3.0.tar.bz2) = 85356d6ab577e21bb528eb5d672e4373b21fe98ac046e77a0eed975608066ea6
SIZE (postgresql/postgresql-8.3R.tar.bz2) = 13923051
SHA256 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = eced3ac2548c9ed2b0527985ef303aa995c2596e5318ed82e1a4e60fa4242b6a
MD5 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 34e7f904e69618a5bf16f913bae31325
SIZE (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 4974
MD5 (postgresql/postgresql-8.3.1.tar.bz2) = a5e0ed6a85b450dc217ec71da93243a7
SHA256 (postgresql/postgresql-8.3.1.tar.bz2) = 7ccf1e5c987920e4d6eb98b8589939e29d3a361d285055d5af35ddd8e1a2d992
SIZE (postgresql/postgresql-8.3.1.tar.bz2) = 13995572
MD5 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = bce2f2d862a19f92de9d297233f856b1
SHA256 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 085ef29c1ccbb83a06e07c52c82f268e65bc96f194319ac128998da5c0a00b1e
SIZE (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 5252

View File

@ -88,6 +88,7 @@ share/postgresql/system_views.sql
%%GETTEXT%%share/locale/nl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo

View File

@ -6,8 +6,8 @@
#
PORTNAME?= postgresql
DISTVERSION?= 8.3.0
PORTREVISION?= 1
DISTVERSION?= 8.3.1
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@ -103,25 +103,16 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
# (requires dump/restore if modified.)
OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum)
# PATCH_SITES+= http://gppl.moonbone.ru/:hier820055
# PATCHFILES+= hier-v0.5.5-Pg8.2.0.diff.gz:hier820055
# USE_BISON= yes
# . endif
. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ARGS+=--with-icu
LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
PATCHFILES+= pg-831-icu-xx-2008-03-17.diff.gz:icu
. endif
PATCH_DIST_STRIP=-p1

View File

@ -1,6 +1,6 @@
MD5 (postgresql/postgresql-8.3.0.tar.bz2) = 53d6816eac7442f9bc8103439ebee22e
SHA256 (postgresql/postgresql-8.3.0.tar.bz2) = 85356d6ab577e21bb528eb5d672e4373b21fe98ac046e77a0eed975608066ea6
SIZE (postgresql/postgresql-8.3R.tar.bz2) = 13923051
SHA256 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = eced3ac2548c9ed2b0527985ef303aa995c2596e5318ed82e1a4e60fa4242b6a
MD5 (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 34e7f904e69618a5bf16f913bae31325
SIZE (postgresql/pg-830-icu-xx-2008-03-06.diff.gz) = 4974
MD5 (postgresql/postgresql-8.3.1.tar.bz2) = a5e0ed6a85b450dc217ec71da93243a7
SHA256 (postgresql/postgresql-8.3.1.tar.bz2) = 7ccf1e5c987920e4d6eb98b8589939e29d3a361d285055d5af35ddd8e1a2d992
SIZE (postgresql/postgresql-8.3.1.tar.bz2) = 13995572
MD5 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = bce2f2d862a19f92de9d297233f856b1
SHA256 (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 085ef29c1ccbb83a06e07c52c82f268e65bc96f194319ac128998da5c0a00b1e
SIZE (postgresql/pg-831-icu-xx-2008-03-17.diff.gz) = 5252

View File

@ -88,6 +88,7 @@ share/postgresql/system_views.sql
%%GETTEXT%%share/locale/nl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo