diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-01-26 21:31:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-01-26 21:31:32 +0000 |
commit | eece09e6700e1c6e9269abc226afdbbfd049297c (patch) | |
tree | 7901f397329b65197789e3e9d1463217fb6b8fc1 /mail/roundcube | |
parent | b42fbb8b4f9ffcf27422247215d997375d97f2a9 (diff) |
Notes
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 5 | ||||
-rw-r--r-- | mail/roundcube/distinfo | 4 | ||||
-rw-r--r-- | mail/roundcube/files/patch-UPGRADING | 10 |
3 files changed, 4 insertions, 15 deletions
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. - |