diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-06-05 20:25:26 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-06-05 20:25:26 +0000 |
commit | 2c2c7d4cd22b05d2f4b8306bb5be1bc419b9d25c (patch) | |
tree | 5de2be701c4be0b5d32162a7c73694e39e3331f2 /mail/roundcube/Makefile | |
parent | 046def525d949d093a44f5da75d6588d58c67e32 (diff) | |
download | pkgsrc-2c2c7d4cd22b05d2f4b8306bb5be1bc419b9d25c.tar.gz |
* Incorporate some suggestions from justin (at) shiningsilence.com and
just explain a little better how RoundCube is setup in pkgsrc.
* While were here update to 20070528
2007/05/28 (thomasb)
---------
- Fixed buggy imap_root settings (closes 1484379)
- Prevent default events on subject links (1484399)
- Typo in rcube_smtp.inc
2007/05/23 (estadtherr)
----------
- Upgrade to TinyMCE v2.1.1.1
2007/05/18 (thomasb)
----------
- Use HTTP-POST requests for actions that change state
2007/05/17 (thomasb)
----------
- Updated Catalan, Russian, Portuguese, Slovak and Chinese translations
- Renamed localization folder for Chinese (Big5)
- Chanegd Slovenian language code from 'si' to 'sl'
- Added Sinhala (Sri-Lanka) localization
- Use global filters and bind username/ for Ldap searches (1484159)
- Hide quota display if imap server does not support it
- Hide address groups if no LDAP servers configured
- Add link to message subjects (closes 1484257)
- Better SQL query for contact listing/search (closes 1484369)
2007/05/13 (thomasb)
----------
- Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
- Fixed marking as read in preview pane (closes 1484364)
- CSS hack to display attachments correctly in IE6
- Wrap message body text (closes 1484148)
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 3c6cb44d086..e69b3ef61fa 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/05/11 11:51:05 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2007/06/05 20:25:26 adrianp Exp $ # -DISTNAME= roundcube-0.1-20070508 +DISTNAME= roundcube-0.1-20070528 PKGNAME= ${DISTNAME:S/-0.1//} CATEGORIES= mail MASTER_SITES= http://www.farrokhi.net/roundcube/ @@ -26,6 +26,7 @@ DOCDIR= ${PREFIX}/share/doc/roundcube PAX_DIRS= program skins MESSAGE_SUBST+= DOCDIR=${DOCDIR:Q} PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} +MESSAGE_SUBST+= VARBASE=${VARBASE:Q} FILES_SUBST+= RCDIR=${RCDIR:Q} OWN_DIRS+= ${PKG_SYSCONFDIR}/roundcube |