PostgreSQL's now in 7.4 beta1. This update includes a few fixes after
the 7.4beta1 tag went down. Please report any failures or successes on exotic hardware (ie: !i386, !alpha). http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME?= postgresql
|
||||
PORTVERSION?= 7.4.2003.07.21
|
||||
PORTVERSION?= 7.4.b1
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
|
||||
http://people.freebsd.org/~seanc/ports/
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (postgresql/postgresql-7.4.2003.07.21.tar.bz2) = ef553f74b29d4150fa66df302e854994
|
||||
MD5 (postgresql/postgresql-7.4.b1.tar.bz2) = 10130b409bbd8b71ba59aee8d71e789d
|
||||
|
||||
@@ -306,6 +306,7 @@ include/postgresql/server/utils/datum.h
|
||||
include/postgresql/server/utils/dynahash.h
|
||||
include/postgresql/server/utils/dynamic_loader.h
|
||||
include/postgresql/server/utils/elog.h
|
||||
include/postgresql/server/utils/errcodes.h
|
||||
include/postgresql/server/utils/fmgroids.h
|
||||
include/postgresql/server/utils/fmgrtab.h
|
||||
include/postgresql/server/utils/formatting.h
|
||||
@@ -453,13 +454,17 @@ share/postgresql/post-install-notes
|
||||
@unexec rmdir %D/share/postgresql 2>/dev/null || true
|
||||
@unexec rmdir %D/pgsql 2>/dev/null || true
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo
|
||||
@@ -481,6 +486,7 @@ share/postgresql/post-install-notes
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
|
||||
|
||||
Reference in New Issue
Block a user