Update to 0.2 final release.

This commit is contained in:
Alex Dupre 2009-01-07 13:24:30 +00:00
parent ab149fd301
commit da20214a7d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225390
3 changed files with 13 additions and 15 deletions

View File

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

View File

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

View File

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