mail/roundcube: Update to 1.6.0

PR:		265653
Approved by:	Maintainer timeout
This commit is contained in:
Bernard Spil 2022-09-18 10:17:01 +00:00
parent b2c4c68476
commit 72ed1c4dd5
4 changed files with 32 additions and 8 deletions

View File

@ -5,6 +5,17 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20220918:
AFFECTS: users of mail/roundcube
AUTHOR: brnrd@FreeBSD.org
Roundcube has been upgraded to 1.6.0 and introduces breaking changes to
configuration options of remote services (imap, smtp, ldap, sieve). Check
https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released for details.
Version 1.6 no longer includes the Classic and Larry skins, which are now
available as separate mail/roundcube-classic and mail/roundcube-larry ports.
20220910:
AFFECTS: users of devel/cmake
AUTHOR: diizzy@FreeBSD.org

View File

@ -1,5 +1,5 @@
PORTNAME= roundcube
DISTVERSION= 1.5.3
DISTVERSION= 1.6.0
PORTEPOCH= 1
CATEGORIES?= mail www
MASTER_SITES= https://github.com/roundcube/roundcubemail/releases/download/${DISTVERSION}/
@ -27,7 +27,7 @@ CPE_PRODUCT= webmail
CPE_VENDOR= roundcube
USE_PHP= pcre mbstring session iconv dom xml json intl zip filter openssl fileinfo exif ctype
IGNORE_WITH_PHP=81 82
IGNORE_WITH_PHP=82
OPTIONS_DEFINE= LDAP GD PSPELL NSC DOCS EXAMPLES
OPTIONS_MULTI= DB
@ -56,8 +56,6 @@ SUB_FILES= newsyslog.conf
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -type f -delete
@${RMDIR} ${WRKSRC}/plugins/archive/skins/larry
do-install:
-${MKDIR} ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_BIN} bin ${STAGEDIR}${WWWDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1656320094
SHA256 (roundcubemail-1.5.3-complete.tar.gz) = 4bcfac219f2e0005c912dac3227743cc1ed0ded69c822f74c81a70d041e5a3bd
SIZE (roundcubemail-1.5.3-complete.tar.gz) = 7857655
TIMESTAMP = 1659704574
SHA256 (roundcubemail-1.6.0-complete.tar.gz) = 2409ccdfe2e465f086cb9fc18c88dfe0aaf6ccc23924564975061209921694ba
SIZE (roundcubemail-1.6.0-complete.tar.gz) = 5970153

View File

@ -5,10 +5,25 @@ If this is a first installation of RoundCube you have to create
a new database and a db user. Read INSTALL for detailed instructions.
EOM
}
{ type: install
{ type: upgrade
message: <<EOM
If you already had a previous version of RoundCube installed,
you should check your config files and DB schema are up-to-date.
Read UPGRADING for detailed instructions.
EOM
}
{ type: upgrade
maximum_version: "1.6.0"
message: <<EOM
Roundcube 1.6 has a number of breaking changes in the smtp, imap,
ldap, and managesieve connection configuration. Check
https://roundcube.net/news/2022/07/28/roundcube-1.6.0-released for
details.
Roundcube 1.6 no longer includes the "Classic" and "Larry" skins.
The skins can be found as mail/rouncube-larry and
mail/roundcube-classic ports.
Read UPGRADING for detailed instructions.
EOM
}