aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-12-23 09:16:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-12-23 09:16:42 +0000
commit154143263db6e383133d8180b2173a950887d1fe (patch)
tree02a6aa3474fd63080f2f0cd2f4e8422087ba18aa /mail/roundcube
parentec8cd44277d62219553b0774582e6eb34181c9de (diff)
downloadports-154143263db6e383133d8180b2173a950887d1fe.tar.gz
ports-154143263db6e383133d8180b2173a950887d1fe.zip
Update to 0.5-rc release.
Notes
Notes: svn path=/head/; revision=266784
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile4
-rw-r--r--mail/roundcube/distinfo4
-rw-r--r--mail/roundcube/files/patch-UPGRADING11
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.