mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to latest release 7.4.2.
Release notes available at http://www.postgresql.org/news/173.html NOTICE: unlike most minor versions, this version does require some updates to the pg_* system tables. Full instructions for how to do this are included in the full HISTORY file. DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. SIZEfy. Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) PR: 64105
This commit is contained in:
parent
421a5d8ea9
commit
88154be9c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103654
33 changed files with 121 additions and 66 deletions
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION?= 7.4.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
MD5 (postgresql/postgresql-base-7.4.1.tar.bz2) = 6a608caae10fb1d90bf3c7bdcc56b876
|
||||
MD5 (postgresql/postgresql-opt-7.4.1.tar.bz2) = 5c2c63741d9c7a4168b29e4b4439b0c7
|
||||
MD5 (postgresql/postgresql-test-7.4.1.tar.bz2) = 23ddb087901fcf7bc3cf8dfa06ff45ed
|
||||
MD5 (postgresql/postgresql-docs-7.4.1.tar.bz2) = c1ed614b482df37fa0b174b3f3839752
|
||||
MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885
|
||||
SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665
|
||||
MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0
|
||||
SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008
|
||||
MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419
|
||||
SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684
|
||||
MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64
|
||||
SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741
|
||||
|
|
|
@ -174,6 +174,7 @@ share/postgresql/post-install-notes
|
|||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
|
||||
%%SERVER%%%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue