aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile13
-rw-r--r--mail/roundcube/distinfo6
-rw-r--r--mail/roundcube/pkg-message9
3 files changed, 13 insertions, 15 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 3132328f3bd4..8ef9da19ca6e 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= roundcube
-DISTVERSION= 0.2-beta2
+DISTVERSION= 0.2
PORTEPOCH= 1
CATEGORIES= mail www
MASTER_SITES= SF/${PORTNAME}mail
-DISTNAME= ${PORTNAME}mail-${DISTVERSION}
+DISTNAME= ${PORTNAME}mail-${DISTVERSION}-stable
MAINTAINER= ale@FreeBSD.org
COMMENT= Fully skinnable XHTML/CSS webmail written in PHP
+WRKSRC= ${WRKDIR}/${PORTNAME}mail-${DISTVERSION}-stable
NO_BUILD= yes
RCUBECOMP= SQL bin config index.php logs program robots.txt skins temp
@@ -81,17 +82,17 @@ post-extract:
.endif
post-patch:
+ @${RM} ${WRKSRC}/bin/*.sh
@${RM} ${WRKSRC}/config/main.inc.php.dist.orig
- @${REINPLACE_CMD} "s|/usr/bin/php|${LOCALBASE}/bin/php|" \
- ${WRKSRC}/bin/msgexport.sh ${WRKSRC}/bin/msgimport.sh
.if defined(WITH_REPLACE_MAIL_URL)
@${REINPLACE_CMD} "s/'mail'/'${MAIL}'/g" ${WRKSRC}/index.php \
${WRKSRC}/program/include/rcmail.php \
- ${WRKSRC}/program/js/app.js \
+ ${WRKSRC}/program/localization/*/labels.inc \
${WRKSRC}/program/steps/addressbook/mailto.inc
@${REINPLACE_CMD} "s/_task=mail/_task=${MAIL}/g" \
${WRKSRC}/program/steps/mail/rss.inc
- @${REINPLACE_CMD} "s/command=\"mail\"/command=\"${MAIL}\"/g" \
+ @${REINPLACE_CMD} "s/\"mail\"/\"${MAIL}\"/g" \
+ ${WRKSRC}/program/js/app.js \
${WRKSRC}/skins/default/includes/header.html \
${WRKSRC}/skins/default/includes/taskbar.html
@${REINPLACE_CMD} "s/mail.gif/${MAIL}.gif/g" \
diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo
index 7a13395a10a9..38df963d27bd 100644
--- a/mail/roundcube/distinfo
+++ b/mail/roundcube/distinfo
@@ -1,3 +1,3 @@
-MD5 (roundcubemail-0.2-beta2.tar.gz) = 426210003c50afd597614475c5e3e586
-SHA256 (roundcubemail-0.2-beta2.tar.gz) = 35a22dd75c42c54816616633112cae3605e953cd05937e1f6dc71a6837ba75ab
-SIZE (roundcubemail-0.2-beta2.tar.gz) = 1611313
+MD5 (roundcubemail-0.2-stable.tar.gz) = a029f57239fe32ea133357f4208f753f
+SHA256 (roundcubemail-0.2-stable.tar.gz) = 86de36fec5cfc4217d5376fa74e27645d3c414ad18fa8554abc909709f1a9107
+SIZE (roundcubemail-0.2-stable.tar.gz) = 1672535
diff --git a/mail/roundcube/pkg-message b/mail/roundcube/pkg-message
index 2d9e418052de..535487fcbf80 100644
--- a/mail/roundcube/pkg-message
+++ b/mail/roundcube/pkg-message
@@ -1,17 +1,14 @@
------------------------------------------------------------------
-CONFIGURATION
+FIRST INSTALLATION
. Create a new database and a database user for RoundCube
. Create database tables using the queries in file
'SQL/*.initial.sql'
. Modify the files in config/* to suit your local environment
-. Don't forget to set db.inc.php mode to 600.
-. Set the following php.ini options:
- - error_reporting E_ALL & ~E_NOTICE (or lower)
- - file_uploads on (for attachment upload features)
+. Don't forget to set db.inc.php mode to 660.
UPGRADING
If you already had a previous version of RoundCube installed,
-refer to the instructions in UPGRADING guide.
+you should check your config files and DB schema are up-to-date.
------------------------------------------------------------------