pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update mail/courier-maildir to 0.52.2. This update us...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c13630eb1c37
branches: trunk
changeset: 505364:c13630eb1c37
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jan 03 05:33:09 2006 +0000
description:
Update mail/courier-maildir to 0.52.2. This update uses the maildir
code from courier-0.52.2 which has no changes from the code in 0.52.1.
The only change is that "fam" is no longer a package option (or a
dependency) for courier-maildir.
diffstat:
doc/CHANGES | 3 ++-
mail/courier-maildir/Makefile | 4 ++--
mail/courier-maildir/Makefile.common | 8 ++++++--
mail/courier-maildir/distinfo | 8 ++++----
4 files changed, 14 insertions(+), 9 deletions(-)
diffs (63 lines):
diff -r 106c47b96856 -r c13630eb1c37 doc/CHANGES
--- a/doc/CHANGES Tue Jan 03 03:50:45 2006 +0000
+++ b/doc/CHANGES Tue Jan 03 05:33:09 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.12316 2006/01/03 03:50:56 jlam Exp $
+$NetBSD: CHANGES,v 1.12317 2006/01/03 05:33:09 jlam Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -40,3 +40,4 @@
Updated misc/cksfv to 1.3.8 [wiz 2006-01-02]
Updated textproc/icu to 3.4 [wiz 2006-01-03]
Updated security/courier-authlib to 0.58 [jlam 2006-01-03]
+ Updated mail/courier-maildir to 0.52.2 [jlam 2006-01-03]
diff -r 106c47b96856 -r c13630eb1c37 mail/courier-maildir/Makefile
--- a/mail/courier-maildir/Makefile Tue Jan 03 03:50:45 2006 +0000
+++ b/mail/courier-maildir/Makefile Tue Jan 03 05:33:09 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2005/12/29 06:21:48 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/01/03 05:33:11 jlam Exp $
-DISTNAME= courier-0.52.1
+DISTNAME= courier-0.52.2
PKGNAME= ${DISTNAME:S/-/-maildir-/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
diff -r 106c47b96856 -r c13630eb1c37 mail/courier-maildir/Makefile.common
--- a/mail/courier-maildir/Makefile.common Tue Jan 03 03:50:45 2006 +0000
+++ b/mail/courier-maildir/Makefile.common Tue Jan 03 05:33:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2005/12/05 23:55:10 rillig Exp $
+# $NetBSD: Makefile.common,v 1.9 2006/01/03 05:33:11 jlam Exp $
#
# Package Makefiles should include this file after setting PKGNAME and
# PKG_SUPPORTED_OPTIONS.
@@ -30,9 +30,13 @@
# Note: This expression is the same as ${PKGBASE}, but the latter is
# not defined yet, so we cannot use it here.
PKG_OPTIONS_VAR= PKG_OPTIONS.${PKGNAME:C/-[0-9].*//}
-PKG_SUPPORTED_OPTIONS+= fam
.include "../../mk/bsd.options.mk"
+# The maildir subdirectory can be built with a "fam" option, but it's only
+# useful for the imap server and the webmail client. Handle the option
+# here, but the corresponding package Makefiles should note that "fam" is
+# a supported option on their own.
+#
.if !empty(PKG_OPTIONS:Mfam)
. include "../../mk/fam.buildlink3.mk"
.endif
diff -r 106c47b96856 -r c13630eb1c37 mail/courier-maildir/distinfo
--- a/mail/courier-maildir/distinfo Tue Jan 03 03:50:45 2006 +0000
+++ b/mail/courier-maildir/distinfo Tue Jan 03 05:33:09 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/10/20 20:26:15 jlam Exp $
+$NetBSD: distinfo,v 1.7 2006/01/03 05:33:11 jlam Exp $
-SHA1 (courier-0.52.1.tar.bz2) = 6dcb346f3f173b48560664f4b17f637e82728ab2
-RMD160 (courier-0.52.1.tar.bz2) = bd10769073b83db83fb0eb0a3d022a84a377a31d
-Size (courier-0.52.1.tar.bz2) = 6603812 bytes
+SHA1 (courier-0.52.2.tar.bz2) = 909b667a84498dbd79169fa4161b9fa3a4622608
+RMD160 (courier-0.52.2.tar.bz2) = 38e59a845ba30034d03a7472d04a1b62a0e9cf9b
+Size (courier-0.52.2.tar.bz2) = 6611624 bytes
Home |
Main Index |
Thread Index |
Old Index