Now that PostgreSQL is in feature freeze, update the -devel port to a

2003-07-21 snapshot.  Sans small tweaks, updates to error codes/messages,
and any problems found in the formal beta, this is going to be 7.4.  Please
let me know if anyone has any problems running this (this version has amd64
support too!).  Release notes:

http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL
This commit is contained in:
Sean Chittenden 2003-07-22 18:48:36 +00:00
parent b2682e6b9f
commit 741a9a3263
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85395
3 changed files with 4 additions and 3 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME?= postgresql
PORTVERSION?= 7.4.2003.06.30
PORTREVISION?= 1
PORTVERSION?= 7.4.2003.07.21
CATEGORIES?= databases
MASTER_SITES= http://freebsd.sean.chittenden.org/ports/ \
http://people.freebsd.org/~seanc/ports/

View file

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

View file

@ -311,6 +311,8 @@ include/postgresql/server/utils/fmgrtab.h
include/postgresql/server/utils/formatting.h
include/postgresql/server/utils/geo_decls.h
include/postgresql/server/utils/guc.h
include/postgresql/server/utils/guc_tables.h
include/postgresql/server/utils/help_config.h
include/postgresql/server/utils/hsearch.h
include/postgresql/server/utils/inet.h
include/postgresql/server/utils/int8.h