diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-06-30 22:20:30 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-06-30 22:20:30 +0000 |
commit | 81e7742353792c3fc1899abc7ab61932f2678347 (patch) | |
tree | 9b2af2bd8084965471ca7455b1817daaca3adba1 /databases/postgresql-devel | |
parent | 86c849c9a1e7e2f86542192e8ebd8ce6cd6dba04 (diff) |
Notes
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r-- | databases/postgresql-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql-devel/distinfo | 2 | ||||
-rw-r--r-- | 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 |