1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Preparing japanese/roundcube import.

This commit is contained in:
Norikatsu Shigemura 2010-02-14 14:01:31 +00:00
parent de748b4d4b
commit 61d14f89a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249836
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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