diff options
author | ale <ale@FreeBSD.org> | 2010-12-23 17:16:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-12-23 17:16:42 +0800 |
commit | 54a21db43fe82cf053098b02d4781a4c1aee6c88 (patch) | |
tree | 826a48d50184be04a6fc4c903eb8d4718db8023a /mail/roundcube | |
parent | 9add6ec2482f5d59a1508ac49ac8a8395339a176 (diff) | |
download | freebsd-ports-gnome-54a21db43fe82cf053098b02d4781a4c1aee6c88.tar.gz freebsd-ports-gnome-54a21db43fe82cf053098b02d4781a4c1aee6c88.tar.zst freebsd-ports-gnome-54a21db43fe82cf053098b02d4781a4c1aee6c88.zip |
Update to 0.5-rc release.
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 4 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 4 | ||||
-rw-r--r-- | mail/roundcube/files/patch-UPGRADING | 11 |
3 files changed, 10 insertions, 9 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 3d86b133311d..96b30ab7c230 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -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 diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 5e7499115cc8..1fe20cadd097 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -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 diff --git a/mail/roundcube/files/patch-UPGRADING b/mail/roundcube/files/patch-UPGRADING index 4d8f65aeee40..434080032982 100644 --- a/mail/roundcube/files/patch-UPGRADING +++ b/mail/roundcube/files/patch-UPGRADING @@ -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. |