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

Eric Belanger eric at archlinux.org
Fri Jun 27 01:51:33 UTC 2008


    Date: Thursday, June 26, 2008 @ 21:51:33
  Author: eric
Revision: 3636

Merged revisions 1452-3635 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/dovecot/trunk

........
  r3599 | paul | 2008-06-25 19:51:12 -0400 (Wed, 25 Jun 2008) | 2 lines
  
  upgpkg: dovecot 1.0.15-1
      update to 1.0.15
........
  r3629 | paul | 2008-06-26 07:44:42 -0400 (Thu, 26 Jun 2008) | 2 lines
  
  upgpkg: dovecot 1.0.15-2
      added install headers (#10656)
........

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

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)


Property changes on: dovecot/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /dovecot/trunk:1-1451
   + /dovecot/trunk:1-3635

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-27 01:48:47 UTC (rev 3635)
+++ extra-x86_64/PKGBUILD	2008-06-27 01:51:33 UTC (rev 3636)
@@ -6,8 +6,8 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=dovecot
-pkgver=1.0.13
-pkgrel=1
+pkgver=1.0.15
+pkgrel=2
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/"
@@ -20,7 +20,7 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://dovecot.org/releases/1.0/$pkgname-$pkgver.tar.gz dovecot.sh)
-md5sums=('281bd9dee8d6c1674977257acc80ce64'
+md5sums=('aa39c11c18df6b95b64d4f04d793d77a'
          'd020d43eab4ded6fb379dadc570a9490')
 
 build() {
@@ -30,7 +30,7 @@
   # dont relocate /usr/libexec to /usr/lib because it causes filename conflicts
   ./configure --prefix=/usr --sysconfdir=/etc/dovecot --with-mysql \
   	--with-pgsql --with-ssl=openssl --with-ssldir=/etc/dovecot/ssl \
-	--with-gssapi || return 1
+	--with-gssapi --enable-header-install || return 1
 
   # build
   make || return 1
@@ -43,8 +43,6 @@
   # should not rely on that to remain true, so we do it this way
   rm -rf $startdir/pkg/usr/share/doc || return 1
   rmdir $startdir/pkg/usr/share || return 1
-  rmdir $startdir/pkg/usr/include/dovecot || return 1
-  rmdir $startdir/pkg/usr/include || return 1
 
   # install the launch script
   install -D -m755 $startdir/src/$pkgname.sh $startdir/pkg/etc/rc.d/$pkgname \





More information about the arch-commits mailing list