# HG changeset patch # User Christopher Rogers # Date 1286510251 0 # Node ID d82443087752b879035efe1fbef5513e99d241ec # Parent 11b005eb0d03e2df79e322209373a840c0f83249 Up: postgresql to 9.0.1. diff -r 11b005eb0d03 -r d82443087752 libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Fri Oct 08 02:15:09 2010 +0000 +++ b/libpostgresqlclient/receipt Fri Oct 08 03:57:31 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="libpostgresqlclient" -VERSION="8.3.9" +VERSION="9.0.1" CATEGORY="misc" SHORT_DESC="SQL database system libraries." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://www.pgsql.com/" +WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 11b005eb0d03 -r d82443087752 postgresql-client/receipt --- a/postgresql-client/receipt Fri Oct 08 02:15:09 2010 +0000 +++ b/postgresql-client/receipt Fri Oct 08 03:57:31 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="postgresql-client" -VERSION="8.3.9" +VERSION="9.0.1" CATEGORY="misc" SHORT_DESC="SQL database system client files." MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://www.pgsql.com/" +WEB_SITE="http://www.postgresql.org/" DEPENDS="libpostgresqlclient zlib ncurses readline" WANTED="postgresql" diff -r 11b005eb0d03 -r d82443087752 postgresql-dev/receipt --- a/postgresql-dev/receipt Fri Oct 08 02:15:09 2010 +0000 +++ b/postgresql-dev/receipt Fri Oct 08 03:57:31 2010 +0000 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="postgresql-dev" -VERSION="8.3.9" +VERSION="9.0.1" CATEGORY="development" SHORT_DESC="SQL database system development files" MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="readline ncurses zlib" -WEB_SITE="http://www.pgsql.com/" +WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 11b005eb0d03 -r d82443087752 postgresql-doc/receipt --- a/postgresql-doc/receipt Fri Oct 08 02:15:09 2010 +0000 +++ b/postgresql-doc/receipt Fri Oct 08 03:57:31 2010 +0000 @@ -1,11 +1,11 @@ # SliTaz package receipt. PACKAGE="postgresql-doc" -VERSION="8.3.9" +VERSION="9.0.1" CATEGORY="development" SHORT_DESC="SQL database system documentation" MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://www.pgsql.com/" +WEB_SITE="http://www.postgresql.org/" WANTED="postgresql" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 11b005eb0d03 -r d82443087752 postgresql/receipt --- a/postgresql/receipt Fri Oct 08 02:15:09 2010 +0000 +++ b/postgresql/receipt Fri Oct 08 03:57:31 2010 +0000 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="postgresql" -VERSION="8.3.9" +VERSION="9.0.1" CATEGORY="misc" SHORT_DESC="SQL database system." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.pgsql.com/" -WGET_URL="ftp://ftp.fr.postgresql.org/source/v$VERSION/$TARBALL" +WEB_SITE="http://www.postgresql.org/" +WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL" DEPENDS="postgresql-client zlib slitaz-base-files" -BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev" +BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt" CONFIG_FILES="/var/lib/pgsql/*.conf" DATABASE_FILES="/var/lib/pgsql" @@ -23,7 +23,8 @@ --sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \ --with-includes=/usr/include/readline --enable-integer-datetimes \ --enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \ - --libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS && + --libdir=/usr/lib/postgresql --mandir=/usr/share/man \ + $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } diff -r 11b005eb0d03 -r d82443087752 postgresql/stuff/libpostgresqlclient.files-list --- a/postgresql/stuff/libpostgresqlclient.files-list Fri Oct 08 02:15:09 2010 +0000 +++ b/postgresql/stuff/libpostgresqlclient.files-list Fri Oct 08 03:57:31 2010 +0000 @@ -1,3 +1,3 @@ /usr/lib/postgresql/libpq.so /usr/lib/postgresql/libpq.so.5 -/usr/lib/postgresql/libpq.so.5.1 +/usr/lib/postgresql/libpq.so.5.3