From eece09e6700e1c6e9269abc226afdbbfd049297c Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Wed, 26 Jan 2011 21:31:32 +0000 Subject: [PATCH] Update to 0.5 final release. Feature safe: yes --- mail/roundcube/Makefile | 5 ++--- mail/roundcube/distinfo | 4 ++-- mail/roundcube/files/patch-UPGRADING | 10 ---------- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 mail/roundcube/files/patch-UPGRADING diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 96b30ab7c230..8a15d13bba4b 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -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 diff --git a/mail/roundcube/distinfo b/mail/roundcube/distinfo index 1fe20cadd097..cdacdb78684c 100644 --- a/mail/roundcube/distinfo +++ b/mail/roundcube/distinfo @@ -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 diff --git a/mail/roundcube/files/patch-UPGRADING b/mail/roundcube/files/patch-UPGRADING deleted file mode 100644 index 434080032982..000000000000 --- a/mail/roundcube/files/patch-UPGRADING +++ /dev/null @@ -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. -