Update to 4.7.0
Fixes a libgamin hidden dependency and man pages
This commit is contained in:
parent
0424958a3e
commit
a984ee53cb
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2010/04/15 14:11:01 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2010/04/21 07:18:25 giovanni Exp $
|
||||
|
||||
COMMENT-main= imap server for maildir format mailboxes
|
||||
COMMENT-pop3= pop3 server for maildir format mailboxes
|
||||
|
||||
V= 4.6.0
|
||||
V= 4.7.0
|
||||
DISTNAME= courier-imap-${V}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
FULLPKGNAME-pop3= courier-pop3-${V}p0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-pop3= courier-pop3-${V}
|
||||
FULLPKGPATH-pop3= mail/courier-imap,-pop3
|
||||
|
||||
CATEGORIES= mail
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (courier-imap-4.6.0.tar.bz2) = hzf7G1UkLCCnj9LReXBzEQ==
|
||||
RMD160 (courier-imap-4.6.0.tar.bz2) = Zk+ybBNRllr2sbsh4iIw72Yy8RA=
|
||||
SHA1 (courier-imap-4.6.0.tar.bz2) = vsJMN0AHw9omXgVEiRmSzlmU1X8=
|
||||
SHA256 (courier-imap-4.6.0.tar.bz2) = 2E5L1PZD7APvG96pdDxLkX/OejbPiWft7u+3wVuCWzc=
|
||||
SIZE (courier-imap-4.6.0.tar.bz2) = 3397972
|
||||
MD5 (courier-imap-4.7.0.tar.bz2) = 5phIkOGuzzzGsJmhYZMk5g==
|
||||
RMD160 (courier-imap-4.7.0.tar.bz2) = KrF2j7dxTP4pHtzADJbMJ2rxJ4I=
|
||||
SHA1 (courier-imap-4.7.0.tar.bz2) = lynzrdhpJWOGXaUWfP6I8iJ8OWg=
|
||||
SHA256 (courier-imap-4.7.0.tar.bz2) = oKms7ns2OZ0iZmrFruIsvF21KZagd5HgM78fe643C58=
|
||||
SIZE (courier-imap-4.7.0.tar.bz2) = 3414328
|
||||
|
21
mail/courier-imap/patches/patch-imap_courierpop3d_8_in
Normal file
21
mail/courier-imap/patches/patch-imap_courierpop3d_8_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-imap_courierpop3d_8_in,v 1.1 2010/04/21 07:18:25 giovanni Exp $
|
||||
--- imap/courierpop3d.8.in.orig Fri Jan 8 20:00:30 2010
|
||||
+++ imap/courierpop3d.8.in Fri Jan 8 20:01:00 2010
|
||||
@@ -27,7 +27,6 @@
|
||||
.de SH-xref
|
||||
.ie n \{\
|
||||
.\}
|
||||
-.toupper \\$*
|
||||
.el \{\
|
||||
\\$*
|
||||
.\}
|
||||
@@ -56,9 +55,6 @@
|
||||
.ft B
|
||||
.ne (2v + 1u)
|
||||
.ie n \{\
|
||||
-.\" if n (TTY output), use uppercase
|
||||
-.toupper \\$*
|
||||
-.\}
|
||||
.el \{\
|
||||
.nr an-break-flag 0
|
||||
.\" if not n (not TTY), use normal case (not uppercase)
|
21
mail/courier-imap/patches/patch-imap_imapd_8_in
Normal file
21
mail/courier-imap/patches/patch-imap_imapd_8_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-imap_imapd_8_in,v 1.1 2010/04/21 07:18:25 giovanni Exp $
|
||||
--- imap/imapd.8.in.orig Fri Jan 8 20:00:17 2010
|
||||
+++ imap/imapd.8.in Fri Jan 8 20:00:46 2010
|
||||
@@ -27,7 +27,6 @@
|
||||
.de SH-xref
|
||||
.ie n \{\
|
||||
.\}
|
||||
-.toupper \\$*
|
||||
.el \{\
|
||||
\\$*
|
||||
.\}
|
||||
@@ -56,9 +55,6 @@
|
||||
.ft B
|
||||
.ne (2v + 1u)
|
||||
.ie n \{\
|
||||
-.\" if n (TTY output), use uppercase
|
||||
-.toupper \\$*
|
||||
-.\}
|
||||
.el \{\
|
||||
.nr an-break-flag 0
|
||||
.\" if not n (not TTY), use normal case (not uppercase)
|
28
mail/courier-imap/patches/patch-maildir_configure
Normal file
28
mail/courier-imap/patches/patch-maildir_configure
Normal file
@ -0,0 +1,28 @@
|
||||
$OpenBSD: patch-maildir_configure,v 1.1 2010/04/21 07:18:25 giovanni Exp $
|
||||
--- maildir/configure.orig Sun Nov 22 15:45:17 2009
|
||||
+++ maildir/configure Tue Mar 30 11:23:32 2010
|
||||
@@ -18366,7 +18366,6 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
|
||||
$as_echo_n "(cached) " >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lfam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -18430,7 +18429,7 @@ if test "x$ac_cv_lib_fam_FAMOpen" = x""yes; then
|
||||
LIBFAM=-lfam
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
-#define HAVE_FAM 1
|
||||
+#define HAVE_FAM 0
|
||||
_ACEOF
|
||||
|
||||
|
||||
@@ -18593,7 +18592,6 @@ fi
|
||||
|
||||
|
||||
|
||||
-echo "$LIBFAM" >maildir.libdeps
|
||||
|
||||
{ $as_echo "$as_me:$LINENO: checking for missing gethostname prototype" >&5
|
||||
$as_echo_n "checking for missing gethostname prototype... " >&6; }
|
21
mail/courier-imap/patches/patch-maildir_maildiracl_1_in
Normal file
21
mail/courier-imap/patches/patch-maildir_maildiracl_1_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-maildir_maildiracl_1_in,v 1.1 2010/04/21 07:18:25 giovanni Exp $
|
||||
--- maildir/maildiracl.1.in.orig Fri Jan 8 19:57:10 2010
|
||||
+++ maildir/maildiracl.1.in Fri Jan 8 19:59:39 2010
|
||||
@@ -27,7 +27,6 @@
|
||||
.de SH-xref
|
||||
.ie n \{\
|
||||
.\}
|
||||
-.toupper \\$*
|
||||
.el \{\
|
||||
\\$*
|
||||
.\}
|
||||
@@ -56,9 +55,6 @@
|
||||
.ft B
|
||||
.ne (2v + 1u)
|
||||
.ie n \{\
|
||||
-.\" if n (TTY output), use uppercase
|
||||
-.toupper \\$*
|
||||
-.\}
|
||||
.el \{\
|
||||
.nr an-break-flag 0
|
||||
.\" if not n (not TTY), use normal case (not uppercase)
|
21
mail/courier-imap/patches/patch-maildir_maildirmake_1_in
Normal file
21
mail/courier-imap/patches/patch-maildir_maildirmake_1_in
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-maildir_maildirmake_1_in,v 1.1 2010/04/21 07:18:25 giovanni Exp $
|
||||
--- maildir/maildirmake.1.in.orig Fri Jan 8 19:57:25 2010
|
||||
+++ maildir/maildirmake.1.in Fri Jan 8 19:59:58 2010
|
||||
@@ -27,7 +27,6 @@
|
||||
.de SH-xref
|
||||
.ie n \{\
|
||||
.\}
|
||||
-.toupper \\$*
|
||||
.el \{\
|
||||
\\$*
|
||||
.\}
|
||||
@@ -56,9 +55,6 @@
|
||||
.ft B
|
||||
.ne (2v + 1u)
|
||||
.ie n \{\
|
||||
-.\" if n (TTY output), use uppercase
|
||||
-.toupper \\$*
|
||||
-.\}
|
||||
.el \{\
|
||||
.nr an-break-flag 0
|
||||
.\" if not n (not TTY), use normal case (not uppercase)
|
Loading…
Reference in New Issue
Block a user