[arch-commits] CVS update of extra/daemons/imap (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Wed Feb 20 19:55:45 UTC 2008


    Date: Wednesday, February 20, 2008 @ 14:55:45
  Author: pierre
    Path: /home/cvs-extra/extra/daemons/imap

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: imap 2007-1


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


Index: extra/daemons/imap/PKGBUILD
diff -u extra/daemons/imap/PKGBUILD:1.32 extra/daemons/imap/PKGBUILD:1.33
--- extra/daemons/imap/PKGBUILD:1.32	Tue Jul 17 16:07:16 2007
+++ extra/daemons/imap/PKGBUILD	Wed Feb 20 14:55:45 2008
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD,v 1.32 2007/07/17 20:07:16 tpowa Exp $
+# $Id: PKGBUILD,v 1.33 2008/02/20 19:55:45 pierre Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=imap
-pkgver=2006j2
+pkgver=2007
 pkgrel=1
 pkgdesc="An IMAP/POP server"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 source=(ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.Z \
   imap ipop2 ipop3)
 backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
-md5sums=('d7900691c415bcc725c1bf2b15e4fb99'
+md5sums=('8162c341dd3a08d18b369a745cf83838'
          'e77dedb80c2fec9bf2ef784ed5f976fb'
 	 'cc3eba6453242aa0b1bc8881160b2136'
 	 '0a5e27183a9b7e8ec5f6703125371e0a')
@@ -19,7 +19,7 @@
 
 build() {
   # fix Makefile
-  cd $startdir/src/$pkgname-2006j/src/osdep/unix
+  cd $startdir/src/$pkgname-$pkgver/src/osdep/unix
   cp Makefile Makefile.orig
   sed \
     -e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
@@ -27,7 +27,7 @@
     -e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
     < Makefile.orig > Makefile
 
-  cd $startdir/src/$pkgname-2006j
+  cd $startdir/src/$pkgname-$pkgver
   # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
 
 if [ "$CARCH" == "x86_64" ]; then




More information about the arch-commits mailing list