# HG changeset patch # User Christopher Rogers # Date 1323552715 0 # Node ID 5b21efe08bd32d508bed15c6c4d973a6605ef157 # Parent 50f2074fd68bcc80b69adbf76645bd9fbee58cdf Up: postgresql to 9.1.2. diff -r 50f2074fd68b -r 5b21efe08bd3 libpostgresqlclient/receipt --- a/libpostgresqlclient/receipt Sat Dec 10 21:23:02 2011 +0000 +++ b/libpostgresqlclient/receipt Sat Dec 10 21:31:55 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpostgresqlclient" -VERSION="9.0.4" +VERSION="9.1.2" CATEGORY="misc" SHORT_DESC="SQL database system libraries." MAINTAINER="pascal.bellard@slitaz.org" @@ -15,7 +15,7 @@ dir=$(dirname $file) [ -d $fs$dir ] || mkdir -p $fs$dir cp -a $_pkg$file $fs$file - done < $WOK/$WANTED/stuff/$PACKAGE.files-list + done < $wanted_stuff/$PACKAGE.files-list ln -s /usr/lib/postgresql/libpq.so.5 $fs/usr/lib/libpq.so.5 } diff -r 50f2074fd68b -r 5b21efe08bd3 postgresql-client/receipt --- a/postgresql-client/receipt Sat Dec 10 21:23:02 2011 +0000 +++ b/postgresql-client/receipt Sat Dec 10 21:31:55 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-client" -VERSION="9.0.4" +VERSION="9.1.2" CATEGORY="misc" SHORT_DESC="SQL database system client files." MAINTAINER="pascal.bellard@slitaz.org" diff -r 50f2074fd68b -r 5b21efe08bd3 postgresql-dev/receipt --- a/postgresql-dev/receipt Sat Dec 10 21:23:02 2011 +0000 +++ b/postgresql-dev/receipt Sat Dec 10 21:31:55 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-dev" -VERSION="9.0.4" +VERSION="9.1.2" CATEGORY="development" SHORT_DESC="SQL database system development files" MAINTAINER="pascal.bellard@slitaz.org" diff -r 50f2074fd68b -r 5b21efe08bd3 postgresql-doc/receipt --- a/postgresql-doc/receipt Sat Dec 10 21:23:02 2011 +0000 +++ b/postgresql-doc/receipt Sat Dec 10 21:31:55 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="postgresql-doc" -VERSION="9.0.4" +VERSION="9.1.2" CATEGORY="development" SHORT_DESC="SQL database system documentation" MAINTAINER="pascal.bellard@slitaz.org" diff -r 50f2074fd68b -r 5b21efe08bd3 postgresql/receipt --- a/postgresql/receipt Sat Dec 10 21:23:02 2011 +0000 +++ b/postgresql/receipt Sat Dec 10 21:31:55 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="postgresql" -VERSION="9.0.4" +VERSION="9.1.2" CATEGORY="misc" SHORT_DESC="SQL database system." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.postgresql.org/" -WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL" +WGET_URL="ftp://ftp.postgresql.org/pub/source/v$VERSION/$TARBALL" DEPENDS="postgresql-client slitaz-base-files" BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt" CONFIG_FILES="/var/lib/pgsql/*.conf" @@ -26,8 +26,8 @@ --libdir=/usr/lib/postgresql --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install - make -C doc/src/sgml DESTDIR=$PWD/_pkg install-html + make DESTDIR=$DESTDIR install + make -C doc/src/sgml DESTDIR=$DESTDIR install-html } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 50f2074fd68b -r 5b21efe08bd3 postgresql/stuff/libpostgresqlclient.files-list --- a/postgresql/stuff/libpostgresqlclient.files-list Sat Dec 10 21:23:02 2011 +0000 +++ b/postgresql/stuff/libpostgresqlclient.files-list Sat Dec 10 21:31:55 2011 +0000 @@ -1,3 +1,3 @@ /usr/lib/postgresql/libpq.so /usr/lib/postgresql/libpq.so.5 -/usr/lib/postgresql/libpq.so.5.3 +/usr/lib/postgresql/libpq.so.5.4