From 81e7742353792c3fc1899abc7ab61932f2678347 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Mon, 30 Jun 2003 22:20:30 +0000 Subject: 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 --- databases/postgresql-devel/Makefile | 2 +- databases/postgresql-devel/distinfo | 2 +- databases/postgresql-devel/pkg-plist | 23 +++++++++++++++++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 7855bc4cabd8..7c2c8a8f3f1a 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -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/ \ diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo index 5dff3fe0296a..f1041cf5aa45 100644 --- a/databases/postgresql-devel/distinfo +++ b/databases/postgresql-devel/distinfo @@ -1 +1 @@ -MD5 (postgresql/postgresql-7.4.2003.05.08.tar.bz2) = bfd840b0db64912e88b978a0ba6a4ee4 +MD5 (postgresql/postgresql-7.4.2003.06.30.tar.bz2) = 7c3eccfdb70c5f5928bbad772a6c984b diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist index e1bd78eec380..611c6b94c003 100644 --- a/databases/postgresql-devel/pkg-plist +++ b/databases/postgresql-devel/pkg-plist @@ -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 -- cgit v1.2.3