pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imp Update to 4.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bae886705785
branches:  trunk
changeset: 517662:bae886705785
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Aug 17 20:17:12 2006 +0000

description:
Update to 4.1.3

Major changes compared to the IMP H3 (4.1.2) version are:
* Added server configuration option to limit numer of login tries.
* Added link to view attached S/MIME key details.
* Fixed escaping of folder names.
* Updated Catalan, German and Slovenian translations.
* Several small bugfixes and improvements.

The full list of changes (from version H3 (4.1.2)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.194&r2=1.699.2.206&ty=h

diffstat:

 mail/imp/Makefile |  7 ++++---
 mail/imp/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r da803fe14b5f -r bae886705785 mail/imp/Makefile
--- a/mail/imp/Makefile Thu Aug 17 20:15:40 2006 +0000
+++ b/mail/imp/Makefile Thu Aug 17 20:17:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/07/13 20:56:55 adrianp Exp $
+# $NetBSD: Makefile,v 1.40 2006/08/17 20:17:12 adrianp Exp $
 
 DISTNAME=      imp-h3-${IMPVER}
 PKGNAME=       imp-${IMPVER}
@@ -22,8 +22,9 @@
 EGDIR=         ${PREFIX}/share/examples/imp
 HORDEDIR=      ${PREFIX}/share/horde
 IMPDIR=                ${HORDEDIR}/imp
-IMPVER=                4.1.2
+IMPVER=                4.1.3
 PAXDIRS=       lib locale po scripts templates themes
+BUILD_DEFS+=   APACHE_USER
 
 MESSAGE_SUBST+=        IMPDIR=${IMPDIR:Q}
 MESSAGE_SUBST+=        PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
@@ -86,7 +87,7 @@
 .      endfor
 
 .      for d in ${PAXDIRS}
-               @cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${IMPDIR}/${d}
+               cd ${WRKSRC}/${d} && ${PAX} -rwpam . ${IMPDIR}/${d}
 .      endfor
 
        ${INSTALL_DATA} ${WRKSRC}/config/*.dist ${IMPDIR}/config
diff -r da803fe14b5f -r bae886705785 mail/imp/distinfo
--- a/mail/imp/distinfo Thu Aug 17 20:15:40 2006 +0000
+++ b/mail/imp/distinfo Thu Aug 17 20:17:12 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2006/07/13 20:56:55 adrianp Exp $
+$NetBSD: distinfo,v 1.16 2006/08/17 20:17:12 adrianp Exp $
 
-SHA1 (imp-h3-4.1.2.tar.gz) = c84a5f88792cbdb2ee75213f97bfab44257c2ef2
-RMD160 (imp-h3-4.1.2.tar.gz) = 903c77a899ecf2ee2222782bfb471d93c77fc94d
-Size (imp-h3-4.1.2.tar.gz) = 4102504 bytes
+SHA1 (imp-h3-4.1.3.tar.gz) = 463e995e8faf96001827066046d32eac31514b4a
+RMD160 (imp-h3-4.1.3.tar.gz) = 81119c941a26642828c5d383b9095ae9ccd1afad
+Size (imp-h3-4.1.3.tar.gz) = 4178089 bytes



Home | Main Index | Thread Index | Old Index