aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPDATING13
-rw-r--r--mail/roundcube/Makefile5
2 files changed, 16 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index ee979f6e8ad1..e4b6bcccd5f4 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20100214:
+ AFFECTS: users of japanese/roundcube
+ AUTHOR: nork@FreeBSD.org
+
+ If you switch mail/roundcube to japanese/roundcube, please re-check
+ configuration files like ${PREFIX}/www/roundcube/config/main.inc.php.
+ At least, please add following settings:
+
+ $rcmail_config['message_charset_languages'] = array('en_US' => 'ISO-8859-1', ...
+ $rcmail_config['transfer_encoding_languages'] = array('en_US' => 'quoted-printable', ...
+
+ SEE ALSO: ${PREFIX}/www/roundcube/config/main.inc.php.dist
+
20100207:
AFFECTS: users of www/firefox
AUTHOR: beat@FreeBSD.org
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index ba215f250b00..e92f644d9cac 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -8,14 +8,15 @@
PORTNAME= roundcube
DISTVERSION= 0.3.1
PORTEPOCH= 1
-CATEGORIES= mail www
+CATEGORIES?= mail www
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${PORTVERSION}
DISTNAME= ${PORTNAME}mail-${DISTVERSION}
-MAINTAINER= ale@FreeBSD.org
+MAINTAINER?= ale@FreeBSD.org
COMMENT= Fully skinnable XHTML/CSS webmail written in PHP
NO_BUILD= yes
+CONFLICTS= ja-roundcube-[0-9]*
RCUBECOMP= SQL bin config index.php logs plugins program robots.txt skins temp
PORTDOCS= CHANGELOG INSTALL LICENSE README UPGRADING