PostgreSQL 7.4 is a few weeks from hitting beta. Update the -devel port to

aid shaking out bugs.  Too many fixes, performance bits, protocol changes,
and features have been changed/added in the last month to summarize.  See
the release notes for details.

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
This commit is contained in:
Sean Chittenden 2003-06-30 22:20:30 +00:00
parent 86c849c9a1
commit 81e7742353
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83931
3 changed files with 21 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.2003.05.08
PORTVERSION?= 7.4.2003.06.30
PORTREVISION?= 0
CATEGORIES?= databases
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \

View File

@ -1 +1 @@
MD5 (postgresql/postgresql-7.4.2003.05.08.tar.bz2) = bfd840b0db64912e88b978a0ba6a4ee4
MD5 (postgresql/postgresql-7.4.2003.06.30.tar.bz2) = 7c3eccfdb70c5f5928bbad772a6c984b

View File

@ -52,6 +52,7 @@ include/postgresql/server/access/rtree.h
include/postgresql/server/access/rtscan.h
include/postgresql/server/access/sdir.h
include/postgresql/server/access/skey.h
include/postgresql/server/access/slru.h
include/postgresql/server/access/strat.h
include/postgresql/server/access/transam.h
include/postgresql/server/access/tupdesc.h
@ -101,6 +102,7 @@ include/postgresql/server/catalog/pg_statistic.h
include/postgresql/server/catalog/pg_trigger.h
include/postgresql/server/catalog/pg_type.h
include/postgresql/server/catalog/pg_version.h
include/postgresql/server/commands/alter.h
include/postgresql/server/commands/async.h
include/postgresql/server/commands/cluster.h
include/postgresql/server/commands/comment.h
@ -243,8 +245,8 @@ include/postgresql/server/port/svr4.h
include/postgresql/server/port/ultrix4.h
include/postgresql/server/port/univel.h
include/postgresql/server/port/unixware.h
include/postgresql/server/port/win.h
include/postgresql/server/port/win32.h
include/postgresql/server/port.h
include/postgresql/server/regex/regcustom.h
include/postgresql/server/regex/regerrs.h
include/postgresql/server/regex/regex.h
@ -374,21 +376,27 @@ include/pg_config.h
include/pg_config_os.h
include/libpq/libpq-fs.h
@dirrm include/libpq
include/libpq-fe.h
include/datetime.h
include/decimal.h
include/ecpg_informix.h
include/ecpgerrno.h
include/ecpglib.h
include/ecpgtype.h
include/libpq-fe.h
include/pgtypes_date.h
include/pgtypes_error.h
include/pgtypes_interval.h
include/pgtypes_numeric.h
include/sqlca.h
include/pgtypes_timestamp.h
include/sql3types.h
include/sqlca.h
include/sqltypes.h
lib/libpq.so
lib/libpq.a
lib/libpq.so.3
lib/libecpg.so
lib/libecpg.a
lib/libecpg.so.3
lib/libecpg.so.4
lib/libpgtypes.so
lib/libpgtypes.a
lib/libpgtypes.so.1
@ -456,10 +464,16 @@ share/postgresql/post-install-notes
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo
@ -473,6 +487,7 @@ share/postgresql/post-install-notes
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo