From a2ae68ce36253edf12fda084c8cb7a3fba3a6b61 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 7 Oct 2006 14:56:51 +0000 Subject: [PATCH] uw-imap: update to 2006b --- uw-imap/.md5sum | 2 +- uw-imap/Pkgfile | 19 +++++++++++-------- uw-imap/README | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/uw-imap/.md5sum b/uw-imap/.md5sum index 98135b1b2..62239fa9f 100644 --- a/uw-imap/.md5sum +++ b/uw-imap/.md5sum @@ -1 +1 @@ -9a80f58d8d6a0979c13714ae69050020 imap-2004g.tar.Z +56215a1bec976451fd1e62d48d13bd57 imap-2006b.tar.Z diff --git a/uw-imap/Pkgfile b/uw-imap/Pkgfile index ad5d6a4e2..17a28fbd5 100644 --- a/uw-imap/Pkgfile +++ b/uw-imap/Pkgfile @@ -4,18 +4,21 @@ # Depends on: openssl name=uw-imap -version=2004g +version=2006b release=1 -source=(ftp://ftp.cac.washington.edu/imap/old/imap-$version.tar.Z) +source=(ftp://ftp.cac.washington.edu/imap/imap-$version.tar.Z) build () { cd imap-$version - echo y | make slx EXTRACFLAGS="$CFLAGS" \ - SSLTYPE=unix \ - SSLDIR=/usr \ - SSLCERTS=/etc/ssl/certs \ - IP=6 - + + sed -i 's/read x/x=y/' Makefile + make slx \ + EXTRACFLAGS="$CFLAGS" \ + SSLTYPE=unix \ + SSLDIR=/usr \ + SSLCERTS=/etc/ssl/certs \ + IP=6 + install -D -m 755 imapd/imapd $PKG/usr/sbin/imapd install -m 755 ipopd/{ipop2d,ipop3d} $PKG/usr/sbin install -D -m 644 src/imapd/imapd.8 $PKG/usr/man/man8/imapd.8 diff --git a/uw-imap/README b/uw-imap/README index 0ae68b8eb..3e64a4e39 100644 --- a/uw-imap/README +++ b/uw-imap/README @@ -1,4 +1,4 @@ -README for uw-imap 2004 +README for uw-imap 2006 REQUIREMENTS