[arch-commits] Commit in postgresql/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Oct 5 22:33:58 UTC 2008


    Date: Sunday, October 5, 2008 @ 18:33:57
  Author: eric
Revision: 14363

Merged revisions 14277,14362 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/postgresql/trunk

........
  r14277 | douglas | 2008-10-05 07:22:17 -0400 (Sun, 05 Oct 2008) | 2 lines
  
  upgpkg: postgresql 8.3.4-1
      Updated for i686: 8.3.4
........
  r14362 | eric | 2008-10-05 18:33:27 -0400 (Sun, 05 Oct 2008) | 2 lines
  
  upgpkg: postgresql 8.3.4-1
      fixed docs install location and ownership
........

Modified:
  postgresql/repos/extra-x86_64/	(properties)
  postgresql/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Property changes on: postgresql/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /postgresql/trunk:1-3639
   + /postgresql/trunk:1-14362

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-10-05 22:33:27 UTC (rev 14362)
+++ extra-x86_64/PKGBUILD	2008-10-05 22:33:57 UTC (rev 14363)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Paul Mattal <paul at archlinux.org>
+
 pkgname=postgresql
-pkgver=8.3.3
+pkgver=8.3.4
 pkgrel=1
 pkgdesc="A sophisticated object-relational DBMS"
 arch=(i686 x86_64)
@@ -12,9 +13,10 @@
 options=('!makeflags')
 source=(ftp://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2 \
         postgresql postgresql.confd build.patch)
-md5sums=('0ae4bd9620e84d3e08dcf923808d14d0' '7d8ea2abb6a8cdacf35604bda659a34a'\
+md5sums=('c339b9d3c0c4add64c7a76640fc93744' '7d8ea2abb6a8cdacf35604bda659a34a'\
          'df6ddf9e2ab4700a3415f17c0f4f4172' '4d74f4227dc5e12bf95b3490758d86c9')
 
+
 build() {
   cd ${startdir}/src/$pkgname-$pkgver || return 1
 
@@ -22,7 +24,7 @@
   patch -Np1 -i ../build.patch || return 1
 
   # configure
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-openssl --datadir=/usr/share/postgresql \
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-docdir=/usr/share/doc --with-openssl --datadir=/usr/share/postgresql \
   	|| return 1
   sed -i -e '/interfaces/d' src/Makefile || return 1
 
@@ -50,4 +52,6 @@
   # install conf file
   install -D -m644 $startdir/src/postgresql.confd \
     $startdir/pkg/etc/conf.d/postgresql || return 1
+
+  chown root:root $startdir/pkg/usr/share/doc/postgresql/html/*
 }




More information about the arch-commits mailing list