comparison src/postgresql.mk @ 1166:777cb814bceb

upgrade package postgresql
author Mark Brand <mabrand@mabrand.nl>
date Mon, 20 Sep 2010 01:36:28 +0200
parents 635b50ea7d26
children e5a89f1ee73e
comparison
equal deleted inserted replaced
1165:44c4736fd51f 1166:777cb814bceb
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # PostgreSQL 4 # PostgreSQL
5 PKG := postgresql 5 PKG := postgresql
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 8.4.4 7 $(PKG)_VERSION := 9.0.0
8 $(PKG)_CHECKSUM := 02592977a601976f8bae7bc3a5c69710d4d0344d 8 $(PKG)_CHECKSUM := ed2f83cd1a83c40dcbe0ba19ee3ba2a7faa0de3d
9 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := postgresql-$($(PKG)_VERSION)
10 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2 10 $(PKG)_FILE := postgresql-$($(PKG)_VERSION).tar.bz2
11 $(PKG)_WEBSITE := http://www.postgresql.org/ 11 $(PKG)_WEBSITE := http://www.postgresql.org/
12 $(PKG)_URL := http://ftp2.nl.postgresql.org/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) 12 $(PKG)_URL := http://ftp2.nl.postgresql.org/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)
13 $(PKG)_URL_2 := http://ftp10.us.postgresql.org/postgresql/source/v$($(PKG)_VERSION)/$($(PKG)_FILE) 13 $(PKG)_URL_2 := http://ftp10.us.postgresql.org/postgresql/source/v$($(PKG)_VERSION)/$($(PKG)_FILE)