diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-08-17 20:17:12 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-08-17 20:17:12 +0000 |
commit | f13f6a3e653231e0f2772b6de3775471101dd9d6 (patch) | |
tree | fb46f511a03ac2cea175a929991ed8efc87fb0a6 /mail | |
parent | 161b5ec0f8c95ef3e2e2042c3c70f69db5f33e5a (diff) | |
download | pkgsrc-f13f6a3e653231e0f2772b6de3775471101dd9d6.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/imp/Makefile | 7 | ||||
-rw-r--r-- | mail/imp/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 168b6d3ecf7..9e0718ae7d3 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -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 @@ DOCDIR= ${PREFIX}/share/doc/imp 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 @@ do-install: . 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 --git a/mail/imp/distinfo b/mail/imp/distinfo index f5dfa7419ea..304544cee4c 100644 --- a/mail/imp/distinfo +++ b/mail/imp/distinfo @@ -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 |