summaryrefslogtreecommitdiff
path: root/mail/roundcube/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2008-07-30 21:29:56 +0000
committerschmonz <schmonz@pkgsrc.org>2008-07-30 21:29:56 +0000
commit192ef2973fd4b08bc09f313fc89b73bb3ec1461d (patch)
treea68a858d3f60dfba66ad27df4a2a328574f00c74 /mail/roundcube/Makefile
parent1d92901f645d35b3813a9e7a8fecc80a4872b9a0 (diff)
downloadpkgsrc-192ef2973fd4b08bc09f313fc89b73bb3ec1461d.tar.gz
Update to 0.2-alpha, which is no less alpha than 0.1.1 and fixes a
major bug preventing the display of non-UTF8 messages. Includes a pkgsrc patch to restore PKG_SYSCONFDIR support (#1485215). From the changelog: - Added option to disable autocompletion from selected LDAP address books (#1484922) - TLS support in LDAP connections: 'use_tls' property (#1485104) - Fixed removing messages from search set after deleting them (#1485106) - imap.inc: Fixed iil_C_FetchStructureString() to handle many literal strings in response (#1484969) - Support for subfolders in default/protected folders (#1484665) - Disallowed delimiter in folder name (#1484803) - Support " and \ in folder names - Escape \ in login (#1484614) - Better HTML sanitization with the DOM-based washtml script (#1484701) - Fixed sorting of folders with non-ascii characters - Fixed Mysql DDL for default identities creation (#1485070) - In Preferences added possibility to configure 'read_when_deleted', 'mdn_requests', 'flag_for_deletion' options - Made IMAP auth type configurable (#1483825) - Fixed empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055) - Fixed attachment list on IE 6/7 (#1484807) - Fixed JavaScript in compose.html that shows cc/bcc fields if populated - Make password input fields of type password in installer (#1484886) - Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) - Optimized messages sorting on servers without sort capability (#1485049) - Corrected message headers decoding when charset isn't specified and improved support for native languages (#1485050, #1485048) - Expanded LDAP configuration options to support LDAP server writes. - Installer: encode special characters in DB username/password (#1485042) - Fixed management of folders with national characters in names (#1485036, #1485001) - Fixed identities saving when using MDB2 pgsql driver (#1485032) - Fixed BCC header reset (#1484997) - Improved messages list performance - patch from Justin Heesemann - Append skin_path to images location only when it starts with '/' sign (#1484859) - Fix IMAP response in message body when message has no body (#1484964) - Fixed non-RFC dates formatting (#1484901) - Fixed typo in set_charset() (#1484991) - Decode entities when inserting HTML signature to plain text message (#1484990) - HTML editing is now working with PHP5 updates and TinyMCE v3.0.6 - Fixed signature loading on Windows (#1484545) - Added language support to HTML editing (#1484862) - Fixed remove signature when replying (#1333167) - Fixed problem with line with a space at the end (#1484916) - Fixed <!DOCTYPE> tag filtering (#1484391) - Fixed <?xml> tag filtering (#1484403) - Added sections (fieldset+label) in Settings interface - Mark as read in one action with message preview (#1484972) - Deleted redundant quota reads (#1484972) - Added options for empty trash and expunge inbox on logout (#1483863) - Removed lines wrapping when displaying message - Fixed month localization - Changed codebase to PHP5 with autoloader
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r--mail/roundcube/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 41268324952..daa9354f8f1 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2008/05/26 02:13:22 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2008/07/30 21:29:57 schmonz Exp $
#
-DISTNAME= roundcubemail-${VERSION}-dep
-PKGNAME= ${DISTNAME:S/mail-${VERSION}-dep/-${VERSION}/}
+DISTNAME= roundcubemail-${RCVERSION}-dep.1
+PKGNAME= ${DISTNAME:S/mail-${RCVERSION}-dep.1/-${VERSION}/}
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
@@ -10,10 +10,13 @@ MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://roundcube.net/
COMMENT= Browser-based multilingual IMAP client
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-dep.1/-dependent/}
+
USE_TOOLS+= pax
USE_LANGUAGES= # none
NO_BUILD= yes
-VERSION= 0.1.1
+RCVERSION= 0.2-alpha
+VERSION= ${RCVERSION:S/-//}
.include "../../mk/bsd.prefs.mk"
.include "../../lang/php/phpversion.mk"
@@ -48,13 +51,19 @@ OWN_DIRS_PERMS+= ${VARBASE}/tmp/roundcube \
CONF_FILES= ${EGDIR}/roundcube.conf \
${PKG_SYSCONFDIR}/roundcube.conf
+CONF_FILES+= ${EGDIR}/db.inc.php.dist \
+ ${PKG_SYSCONFDIR}/db.inc.php
+CONF_FILES+= ${EGDIR}/main.inc.php.dist \
+ ${PKG_SYSCONFDIR}/main.inc.php
SUBST_CLASSES+= files
SUBST_STAGE.files= do-configure
SUBST_FILES.files= roundcube.conf
SUBST_FILES.files+= config/main.inc.php.dist
+SUBST_FILES.files+= program/include/iniset.php
SUBST_SED.files= -e "s|@RCDIR@|${RCDIR}|g"
SUBST_SED.files+= -e "s|@VARBASE@|${VARBASE}|g"
+SUBST_SED.files+= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.files= Fixing configuration files.
INSTALLATION_DIRS= ${RCDIR}/program ${RCDIR}/skins ${EGDIR}/SQL ${DOCDIR}