wok rev 6570

Up: postgresql to 9.0.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 03:57:31 2010 +0000 (2010-10-08)
parents 11b005eb0d03
children 4181a6d751c4
files libpostgresqlclient/receipt postgresql-client/receipt postgresql-dev/receipt postgresql-doc/receipt postgresql/receipt postgresql/stuff/libpostgresqlclient.files-list
line diff
     1.1 --- a/libpostgresqlclient/receipt	Fri Oct 08 02:15:09 2010 +0000
     1.2 +++ b/libpostgresqlclient/receipt	Fri Oct 08 03:57:31 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libpostgresqlclient"
     1.7 -VERSION="8.3.9"
     1.8 +VERSION="9.0.1"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="SQL database system libraries."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 -WEB_SITE="http://www.pgsql.com/"
    1.13 +WEB_SITE="http://www.postgresql.org/"
    1.14  WANTED="postgresql"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/postgresql-client/receipt	Fri Oct 08 02:15:09 2010 +0000
     2.2 +++ b/postgresql-client/receipt	Fri Oct 08 03:57:31 2010 +0000
     2.3 @@ -1,11 +1,11 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="postgresql-client"
     2.7 -VERSION="8.3.9"
     2.8 +VERSION="9.0.1"
     2.9  CATEGORY="misc"
    2.10  SHORT_DESC="SQL database system client files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 -WEB_SITE="http://www.pgsql.com/"
    2.13 +WEB_SITE="http://www.postgresql.org/"
    2.14  DEPENDS="libpostgresqlclient zlib ncurses readline"
    2.15  WANTED="postgresql"
    2.16  
     3.1 --- a/postgresql-dev/receipt	Fri Oct 08 02:15:09 2010 +0000
     3.2 +++ b/postgresql-dev/receipt	Fri Oct 08 03:57:31 2010 +0000
     3.3 @@ -1,12 +1,12 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="postgresql-dev"
     3.7 -VERSION="8.3.9"
     3.8 +VERSION="9.0.1"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="SQL database system development files"
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12  DEPENDS="readline ncurses zlib"
    3.13 -WEB_SITE="http://www.pgsql.com/"
    3.14 +WEB_SITE="http://www.postgresql.org/"
    3.15  WANTED="postgresql"
    3.16  
    3.17  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/postgresql-doc/receipt	Fri Oct 08 02:15:09 2010 +0000
     4.2 +++ b/postgresql-doc/receipt	Fri Oct 08 03:57:31 2010 +0000
     4.3 @@ -1,11 +1,11 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="postgresql-doc"
     4.7 -VERSION="8.3.9"
     4.8 +VERSION="9.0.1"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="SQL database system documentation"
    4.11  MAINTAINER="pascal.bellard@slitaz.org"
    4.12 -WEB_SITE="http://www.pgsql.com/"
    4.13 +WEB_SITE="http://www.postgresql.org/"
    4.14  WANTED="postgresql"
    4.15  
    4.16  # Rules to gen a SliTaz package suitable for Tazpkg.
     5.1 --- a/postgresql/receipt	Fri Oct 08 02:15:09 2010 +0000
     5.2 +++ b/postgresql/receipt	Fri Oct 08 03:57:31 2010 +0000
     5.3 @@ -1,15 +1,15 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="postgresql"
     5.7 -VERSION="8.3.9"
     5.8 +VERSION="9.0.1"
     5.9  CATEGORY="misc"
    5.10  SHORT_DESC="SQL database system."
    5.11  MAINTAINER="pascal.bellard@slitaz.org"
    5.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    5.13 -WEB_SITE="http://www.pgsql.com/"
    5.14 -WGET_URL="ftp://ftp.fr.postgresql.org/source/v$VERSION/$TARBALL"
    5.15 +WEB_SITE="http://www.postgresql.org/"
    5.16 +WGET_URL="http://wwwmaster.postgresql.org/redir/110/f/source/v$VERSION/$TARBALL"
    5.17  DEPENDS="postgresql-client zlib slitaz-base-files"
    5.18 -BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev"
    5.19 +BUILD_DEPENDS="zlib-dev readline-dev ncurses-dev bison flex perl libxslt"
    5.20  CONFIG_FILES="/var/lib/pgsql/*.conf"
    5.21  DATABASE_FILES="/var/lib/pgsql"
    5.22  
    5.23 @@ -23,7 +23,8 @@
    5.24  	--sysconfdir=/etc --includedir=/usr/include/postgresql --with-gnu-ld \
    5.25  	--with-includes=/usr/include/readline --enable-integer-datetimes \
    5.26  	--enable-thread-safety --with-system-tzdata=/usr/share/zoneinfo \
    5.27 -	--libdir=/usr/lib/postgresql --mandir=/usr/share/man $CONFIGURE_ARGS &&
    5.28 +	--libdir=/usr/lib/postgresql --mandir=/usr/share/man \
    5.29 +	$CONFIGURE_ARGS &&
    5.30  	make &&
    5.31  	make DESTDIR=$PWD/_pkg install
    5.32  }
     6.1 --- a/postgresql/stuff/libpostgresqlclient.files-list	Fri Oct 08 02:15:09 2010 +0000
     6.2 +++ b/postgresql/stuff/libpostgresqlclient.files-list	Fri Oct 08 03:57:31 2010 +0000
     6.3 @@ -1,3 +1,3 @@
     6.4  /usr/lib/postgresql/libpq.so
     6.5  /usr/lib/postgresql/libpq.so.5
     6.6 -/usr/lib/postgresql/libpq.so.5.1
     6.7 +/usr/lib/postgresql/libpq.so.5.3