summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-01-31 23:31:48 +0300
committerVlad Glagolev2011-01-31 23:31:48 +0300
commita95439d7165ec06fc01cb3970f2886f8be81fc44 (patch)
treee2b09b81b1d07b4b5626aee29efd8530f2dd5d91
parent1678569e51ea5e7f5c409bee67f02c5992ba2b01 (diff)
postgresql: => 9.0.3
-rwxr-xr-xdatabase/postgresql/BUILD1
-rwxr-xr-xdatabase/postgresql/DEPENDS10
-rwxr-xr-xdatabase/postgresql/DETAILS4
-rw-r--r--database/postgresql/HISTORY5
4 files changed, 7 insertions, 13 deletions
diff --git a/database/postgresql/BUILD b/database/postgresql/BUILD
index 791fc25931..a2240d8fb6 100755
--- a/database/postgresql/BUILD
+++ b/database/postgresql/BUILD
@@ -1,6 +1,5 @@
create_account postgres &&
-OPTS="--with-docdir=$INSTALL_ROOT/usr/share/doc $OPTS" &&
OPTS="--with-system-tzdata=$INSTALL_ROOT/usr/share/zoneinfo $OPTS" &&
CFLAGS="${CFLAGS//-ffast-math}" &&
diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index 2828ccb1a4..abdbf020f8 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -3,11 +3,6 @@ optional_depends tcl \
"--without-tcl" \
"for PL/Tcl support" &&
-optional_depends tk \
- "--with-tk" \
- "--without-tk" \
- "for Tcl/Tk support" &&
-
optional_depends perl \
"--with-perl" \
"--without-perl" \
@@ -38,11 +33,6 @@ optional_depends readline \
"--without-readline" \
"for Readline support in psql, the command line interface" &&
-optional_depends unixodbc \
- "--enable-odbc --with-unixodbc" \
- "--without-unixodbc" \
- "for ODBC support" &&
-
optional_depends openssl \
"--with-openssl" \
"--without-openssl" \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 16c9f35b7b..539ab9c167 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.0.2
- SOURCE_HASH=sha512:b79fa352c78b42e89f796d30ac4111c136821427fe002c74047a24e731a373453b4b4f5c1bc1e21c2ebbf4255ecf60c16d0c9b47f8d8667e39ebfa2c8fabbde5
+ VERSION=9.0.3
+ SOURCE_HASH=sha512:48703432bf6357cf3c2ca9119af92bccb9ff0f60e64ac34530981478b1c1e7cda1aeb58ba9866766b6d82eeb49c3254c2b14a3ae4ffc6947cebbf4c4499f0a33
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 4dd0b5fbf7..70d3249338 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2011-01-31 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 9.0.3
+ * DEPENDS: removed deprecated dependencies
+ * BUILD: removed deprecated configure flags
+
2011-01-30 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 9.0.2