Mon Sep 26 01:31:03 2011 UTC ()
require Digest::SHA1 to build.


(obache)
diff -r1.12 -r1.13 pkgsrc/mail/cyrus-imapd23/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/mail/cyrus-imapd23/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/cyrus-imapd23/Attic/Makefile 2011/09/09 11:56:19 1.12
+++ pkgsrc/mail/cyrus-imapd23/Attic/Makefile 2011/09/26 01:31:02 1.13
@@ -1,29 +1,31 @@ @@ -1,29 +1,31 @@
1# $NetBSD: Makefile,v 1.12 2011/09/09 11:56:19 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2011/09/26 01:31:02 obache Exp $
2 2
3DISTNAME= cyrus-imapd-2.3.17 3DISTNAME= cyrus-imapd-2.3.17
4CATEGORIES= mail 4CATEGORIES= mail
5MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \ 5MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ \
6 ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ \ 6 ftp://ftp.cyrusimap.org/cyrus-imapd/OLD-VERSIONS/ \
7 ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ 7 ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
8 ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/ \ 8 ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/ \
9 http://www.t.ring.gr.jp/archives/net/mail/cyrus-mail/ \ 9 http://www.t.ring.gr.jp/archives/net/mail/cyrus-mail/ \
10 ftp://ftp.t.ring.gr.jp/pub/net/mail/cyrus-mail/ 10 ftp://ftp.t.ring.gr.jp/pub/net/mail/cyrus-mail/
11 11
12MAINTAINER= obache@NetBSD.org 12MAINTAINER= obache@NetBSD.org
13HOMEPAGE= http://www.cyrusimap.org/ 13HOMEPAGE= http://www.cyrusimap.org/
14COMMENT= Cyrus IMAP server 14COMMENT= Cyrus IMAP server
15#LICENSE= original-bsd # like license 15#LICENSE= original-bsd # like license
16 16
 17BUILD_DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
 18
17PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
18 20
19USE_TOOLS+= perl makedepend 21USE_TOOLS+= perl makedepend
20USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
21GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
22PERL5_CONFIGURE= no 24PERL5_CONFIGURE= no
23 25
24BUILD_DEFS+= VARBASE 26BUILD_DEFS+= VARBASE
25 27
26CHECK_PORTABILITY_SKIP= configure.lineno 28CHECK_PORTABILITY_SKIP= configure.lineno
27 29
28.include "../../mk/bsd.prefs.mk" 30.include "../../mk/bsd.prefs.mk"
29 31