diff options
author | jlam <jlam@pkgsrc.org> | 2001-02-11 03:41:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-02-11 03:41:23 +0000 |
commit | b8c1d01a31328126c44c2e472f9ed28b43fa984c (patch) | |
tree | df1924c925e0c23b4b92b1cdf0b093c059683d66 /mail/squirrelmail/Makefile | |
parent | 2b180ce3836e2b366845e5cd122b5df751145847 (diff) | |
download | pkgsrc-b8c1d01a31328126c44c2e472f9ed28b43fa984c.tar.gz |
Update squirrelmail to 1.0.2. Changes from version 1.0.1 include:
- Added a workaround for RedHat's 4.0.4pl1-3 binary package (It's also
the same workaround for Konqueror and other PHP installations?)
- Select All works through the search
- Better escaped string handling from POST variables
- Many more code cleanups and optimizations
- Added Hungarian translation by Teemu Junnila <teejun@vallcom.com>
- Added Icelandic translation by Karl Heid-ar" <karlh@macho.is>
- Updated Taiwan translation
- Updated Sweedish translation
- Updated Finnish translation
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index fd91e1d0a28..2f76daf6acf 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2001/02/02 19:39:18 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/11 03:41:23 jlam Exp $ -DISTNAME= squirrelmail-1.0.1 +DISTNAME= squirrelmail-1.0.2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} \ http://nerf-herder.net/squirrel/ \ |