diff options
author | adrianp <adrianp> | 2006-07-13 20:56:55 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-07-13 20:56:55 +0000 |
commit | 81ae758c53a520a288bf8c677a6d14bf866616ca (patch) | |
tree | 1301bd41b621a256b437819da83f9176a3f8bf55 /mail/imp/Makefile | |
parent | d28f1468cda3611b9bd202aff619e29400d7027c (diff) | |
download | pkgsrc-81ae758c53a520a288bf8c677a6d14bf866616ca.tar.gz |
Update to 4.1.2
Major changes compared to the IMP H3 (4.1.1) version are:
* Allow to toggle off the Virtual Inbox.
* Display quota for current folder on Cyrus servers.
* Updated German, Italian and Spanish translations.
* Several small bugfixes and improvements.
The full list of changes (from version H3 (4.1.1)) can be viewed here:
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.699.2.184&r2=1.699.2.194&ty=h
Diffstat (limited to 'mail/imp/Makefile')
-rw-r--r-- | mail/imp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/imp/Makefile b/mail/imp/Makefile index 5cdd4191897..168b6d3ecf7 100644 --- a/mail/imp/Makefile +++ b/mail/imp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2006/06/16 09:24:36 adrianp Exp $ +# $NetBSD: Makefile,v 1.39 2006/07/13 20:56:55 adrianp Exp $ DISTNAME= imp-h3-${IMPVER} PKGNAME= imp-${IMPVER} -PKGREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://ftp.horde.org/pub/imp/ \ ftp://ftp.horde.org/pub/imp/ @@ -23,7 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/imp EGDIR= ${PREFIX}/share/examples/imp HORDEDIR= ${PREFIX}/share/horde IMPDIR= ${HORDEDIR}/imp -IMPVER= 4.1.1 +IMPVER= 4.1.2 PAXDIRS= lib locale po scripts templates themes MESSAGE_SUBST+= IMPDIR=${IMPDIR:Q} |