diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-03-15 13:54:58 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-03-15 13:54:58 +0000 |
commit | be9f9d746df276b50e6d7c7118a7e102379e34b9 (patch) | |
tree | 22c1bf169ff4e439c179e06900d55b3611949141 /mail/roundcube/Makefile | |
parent | 7b77537faf34f8f74f5e535f9a1ab68eddf7cfef (diff) | |
download | pkgsrc-be9f9d746df276b50e6d7c7118a7e102379e34b9.tar.gz |
Patches from schmonz@ for 0.1-stable
Notes:
First "stable" release ever. Introduces an install script, some new features and many bug fixes.
Changes:
- Added interactive installer script
- Allow to send mail with BCC recipients only
- Remember decision to display images for a certain message during session
- Remember search results
- Add Received header on outgoing mail
- Implement Message-Disposition-Notification (Receipts)
- Don't create default folders by default
- Fixed some potential security risks (audited by Andris)
- Filter linked/imported CSS files
- Improve message compose screen
and many bug fixes. See http://trac.roundcube.net/wiki/Changelog for details.
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 206691779fa..5e4fac6da54 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2008/01/10 20:17:57 ghen Exp $ +# $NetBSD: Makefile,v 1.8 2008/03/15 13:54:59 adrianp Exp $ # -DISTNAME= roundcubemail-0.1-rc2 -PKGNAME= roundcube-0.1rc2 -PKGREVISION= 1 +DISTNAME= roundcubemail-0.1 +PKGNAME= ${DISTNAME:S/mail//} CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} |