Update to 0.5-rc release.

This commit is contained in:
Alex Dupre 2010-12-23 09:16:42 +00:00
parent ec8cd44277
commit 154143263d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266784
3 changed files with 10 additions and 9 deletions

View file

@ -6,11 +6,11 @@
#
PORTNAME= roundcube
DISTVERSION= 0.5-beta
DISTVERSION= 0.5-rc
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail-beta/${DISTVERSION}
MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail-beta/${DISTVERSION:U}
DISTNAME= ${PORTNAME}mail-${DISTVERSION}
MAINTAINER?= ale@FreeBSD.org

View file

@ -1,2 +1,2 @@
SHA256 (roundcubemail-0.5-beta.tar.gz) = be776122b447674d90bd792073d32e11e0ffb18598d82f42e5478dac5faf6f07
SIZE (roundcubemail-0.5-beta.tar.gz) = 2239455
SHA256 (roundcubemail-0.5-rc.tar.gz) = 80b594255aecc48a6adec4c57f5af33aefebecaf61f8f0210d855d9b9b8aa552
SIZE (roundcubemail-0.5-rc.tar.gz) = 2243239

View file

@ -1,9 +1,10 @@
--- UPGRADING.orig 2010-12-13 17:35:44.000000000 +0100
+++ UPGRADING 2010-12-13 17:35:52.000000000 +0100
@@ -22,6 +22,4 @@
--- UPGRADING.orig 2010-12-23 10:11:20.000000000 +0100
+++ UPGRADING 2010-12-23 10:11:28.000000000 +0100
@@ -22,7 +22,4 @@
./SQL/[yourdbtype].update.sql that are superscribed with the
currently installed version number.
5. Make sure 'enable_installer' is set to false again.
-6. IMPORTANT: clear all records from the sessions table in your database.
- The session storage format has changed so all existing data cannot be read anymore.
-6. IMPORTANT (when upgrading from 0.4.x): clear all records from the sessions
- table in your database. The session storage format has changed so all
- existing data cannot be read anymore.