diff options
author | ale <ale@FreeBSD.org> | 2011-01-27 05:31:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2011-01-27 05:31:32 +0800 |
commit | 6b0d0ae4c6eccf2d121dcd78681f30cb569cae39 (patch) | |
tree | 4eade041fbf6d50afaf3f3ab4b8d5a945e265506 /mail/roundcube | |
parent | e954d3d48cd04e23ea3ab99d9f2357937ad4db5e (diff) | |
download | freebsd-ports-gnome-6b0d0ae4c6eccf2d121dcd78681f30cb569cae39.tar.gz freebsd-ports-gnome-6b0d0ae4c6eccf2d121dcd78681f30cb569cae39.tar.zst freebsd-ports-gnome-6b0d0ae4c6eccf2d121dcd78681f30cb569cae39.zip |
Update to 0.5 final release.
Feature safe: yes
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. - |