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

Tobias Powalowski tpowa at archlinux.org
Tue Jul 17 20:07:16 UTC 2007


    Date: Tuesday, July 17, 2007 @ 16:07:16
  Author: tpowa
    Path: /home/cvs-arch/arch/build/daemons/imap

Modified: PKGBUILD (1.31 -> 1.32)

'upgpgk: update to new version'


----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)


Index: arch/build/daemons/imap/PKGBUILD
diff -u arch/build/daemons/imap/PKGBUILD:1.31 arch/build/daemons/imap/PKGBUILD:1.32
--- arch/build/daemons/imap/PKGBUILD:1.31	Mon Jul  2 15:59:41 2007
+++ arch/build/daemons/imap/PKGBUILD	Tue Jul 17 16:07:16 2007
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.31 2007/07/02 19:59:41 andyrtr Exp $
+# $Id: PKGBUILD,v 1.32 2007/07/17 20:07:16 tpowa Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=imap
-pkgver=2006j
+pkgver=2006j2
 pkgrel=1
 pkgdesc="An IMAP/POP server"
 arch=(i686 x86_64)
 license=('APACHE')
 url="http://www.washington.edu/imap"
 depends=('openssl' 'pam')
-source=(ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}1.tar.Z \
+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=('353161c390c8d9f1783f598582f4f736'
+md5sums=('d7900691c415bcc725c1bf2b15e4fb99'
          'e77dedb80c2fec9bf2ef784ed5f976fb'
-         'cc3eba6453242aa0b1bc8881160b2136'
-         '0a5e27183a9b7e8ec5f6703125371e0a')
+	 'cc3eba6453242aa0b1bc8881160b2136'
+	 '0a5e27183a9b7e8ec5f6703125371e0a')
+
 
 build() {
   # fix Makefile
-  cd $startdir/src/$pkgname-$pkgver/src/osdep/unix
+  cd $startdir/src/$pkgname-2006j/src/osdep/unix
   cp Makefile Makefile.orig
   sed \
     -e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
@@ -26,7 +27,7 @@
     -e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
     < Makefile.orig > Makefile
 
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-2006j
   # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
 
 if [ "$CARCH" == "x86_64" ]; then




More information about the arch-commits mailing list