diff options
author | seanc <seanc@FreeBSD.org> | 2002-11-28 16:35:51 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2002-11-28 16:35:51 +0800 |
commit | cea974119d884593acadf5b77cb2767634f838e3 (patch) | |
tree | d4757034fb06b6d1d43a99a8bc2e35df4887f75c /databases/postgresql-devel | |
parent | b6a6889d17be51effdc127f951120e92e5c9466b (diff) | |
download | freebsd-ports-gnome-cea974119d884593acadf5b77cb2767634f838e3.tar.gz freebsd-ports-gnome-cea974119d884593acadf5b77cb2767634f838e3.tar.zst freebsd-ports-gnome-cea974119d884593acadf5b77cb2767634f838e3.zip |
Update PostgreSQL-devel to 7.3 release. Once the ports freeze is over the
mainline postgresql7 port will be updated. 7.3 introduces many new
features, most notably schemas, drop column, table functions, and
prepared queries were added in this release. Please read the release
notes for details.
http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3
Approved by: portmgr
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r-- | databases/postgresql-devel/Makefile | 12 | ||||
-rw-r--r-- | databases/postgresql-devel/distinfo | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 0c11f2646d6f..500feaa0f0c6 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3.rc1 +PORTVERSION?= 7.3 PKGNAMESUFFIX= -devel CATEGORIES?= databases MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ @@ -23,14 +23,14 @@ MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ ftp://ftp.us.postgresql.org/%SUBDIR%/ \ ftp://ftp.postgresql.org/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= source/v7.3beta -DISTFILES= postgresql-base-7.3rc1${EXTRACT_SUFX} \ - postgresql-opt-7.3rc1${EXTRACT_SUFX} \ - postgresql-test-7.3rc1${EXTRACT_SUFX} +MASTER_SITE_SUBDIR= source/v7.3 +DISTFILES= postgresql-base-7.3${EXTRACT_SUFX} \ + postgresql-opt-7.3${EXTRACT_SUFX} \ + postgresql-test-7.3${EXTRACT_SUFX} MAINTAINER?= seanc@FreeBSD.org -WRKSRC= ${WRKDIR}/postgresql-7.3rc1 +WRKSRC= ${WRKDIR}/postgresql-7.3 DIST_SUBDIR= postgresql USE_GMAKE= YES diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo index c6f280e4cead..34a22f547222 100644 --- a/databases/postgresql-devel/distinfo +++ b/databases/postgresql-devel/distinfo @@ -1,5 +1,5 @@ -MD5 (postgresql/postgresql-7.3rc1.tar.gz) = 75b83e3b2a5ebe762e66c3387fb8a236 -MD5 (postgresql/postgresql-base-7.3rc1.tar.gz) = 83eec8331d5fbe52e8698ad84c3bc6e5 -MD5 (postgresql/postgresql-docs-7.3rc1.tar.gz) = d0e96b9d6e96b2aa4fee1508ef6c9a23 -MD5 (postgresql/postgresql-opt-7.3rc1.tar.gz) = 5744609d591d4a1bfd4a95ca4e9651c0 -MD5 (postgresql/postgresql-test-7.3rc1.tar.gz) = d3b0b3c92a1d44a754fb80583cce002c +MD5 (postgresql/postgresql-7.3.tar.gz) = 3981f3c5c8ebe9d1e1b2e66229f1803a +MD5 (postgresql/postgresql-base-7.3.tar.gz) = 1fcfee64eaf347d53994fe1fa01b50b7 +MD5 (postgresql/postgresql-docs-7.3.tar.gz) = fb9606bab0da5584b03edfef4d376cc1 +MD5 (postgresql/postgresql-opt-7.3.tar.gz) = 0260cf793aa9cefbc4fb6358e9ad2a6e +MD5 (postgresql/postgresql-test-7.3.tar.gz) = d0e715475f7c5c6ecb2c8921c3f49ab8 |