diff options
author | jlam <jlam> | 2001-03-14 15:33:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-14 15:33:47 +0000 |
commit | 314443c4ef81ae784b06f7653078b842297e8352 (patch) | |
tree | fca2cc8689a98e3cc19d1432e7134c58cebfa5d6 /mail/squirrelmail/Makefile | |
parent | c26373d6ad8adb1a39a3d904d1d4589f9de094ee (diff) | |
download | pkgsrc-314443c4ef81ae784b06f7653078b842297e8352.tar.gz |
Update squirrelmail to 1.0.3. Pkgsrc changes include setting the example
Apache URL to http://www.domain.com/squirrelmail/ instead of /mail/ to
access squirrelmail. Changes from version 1.0.2:
- Many i18n enhancements/fixes
- Fixed bug with default theme path being set incorrectly
- Fixed problem when sending/forwarding multiple attachments
- Made folder drop-down list consistent in look to the other drop-downs
- Fixed problem where some attachment filenames would not be displayed
- Added Finnish help files by Teemu Junnila <teejun@vallcom.com>
- Updated Norwegian translation
- Updated Brazillian Portuguise 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 972c69840e6..0a9a238810f 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/14 15:33:47 jlam Exp $ -DISTNAME= squirrelmail-1.0.2 +DISTNAME= squirrelmail-1.0.3 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} \ http://nerf-herder.net/squirrel/ \ |