Update to 0.5 final release.

Feature safe:	yes
This commit is contained in:
Alex Dupre 2011-01-26 21:31:32 +00:00
parent b42fbb8b4f
commit eece09e670
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268274
3 changed files with 4 additions and 15 deletions

View File

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

View File

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

View File

@ -1,10 +0,0 @@
--- 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 (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.