mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
mail/nextcloud-mail: Update to 0.10.0
- Required for Nextcloud 14
This commit is contained in:
parent
e9873315e8
commit
ecaeb638f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479447
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mail
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.10.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
|
||||
@ -16,7 +16,7 @@ COMMENT= Mail app for Nextcloud
|
||||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=13:www/nextcloud@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nextcloud@${PHP_FLAVOR}
|
||||
|
||||
USES= gettext php:flavors
|
||||
USE_PHP= imap
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1533470487
|
||||
SHA256 (nextcloud/mail-v0.8.3/mail.tar.gz) = 8ca97ddd734b97cf286aa5f4b6800b89ac48d178279eb030261a89f49d0227a6
|
||||
SIZE (nextcloud/mail-v0.8.3/mail.tar.gz) = 2017491
|
||||
TIMESTAMP = 1535966351
|
||||
SHA256 (nextcloud/mail-v0.10.0/mail.tar.gz) = 78e28c17cb8b3d989dc1c4c197724cf978eeefeb3b7d88b61d5433efdf991e3f
|
||||
SIZE (nextcloud/mail-v0.10.0/mail.tar.gz) = 2025469
|
||||
|
@ -4,10 +4,10 @@
|
||||
%%WWWDIR%%/appinfo/app.php
|
||||
%%WWWDIR%%/appinfo/database.xml
|
||||
%%WWWDIR%%/appinfo/info.xml
|
||||
%%WWWDIR%%/appinfo/register_command.php
|
||||
%%WWWDIR%%/appinfo/routes.php
|
||||
%%WWWDIR%%/css/mail.scss
|
||||
%%WWWDIR%%/css/mobile.css
|
||||
%%WWWDIR%%/css/redirect.css
|
||||
%%WWWDIR%%/doc/admin.md
|
||||
%%WWWDIR%%/doc/developer.md
|
||||
%%WWWDIR%%/doc/user.md
|
||||
@ -54,7 +54,6 @@
|
||||
%%WWWDIR%%/js/routecontroller.js
|
||||
%%WWWDIR%%/js/router.js
|
||||
%%WWWDIR%%/js/search.js
|
||||
%%WWWDIR%%/js/searchproxy.js
|
||||
%%WWWDIR%%/js/state.js
|
||||
%%WWWDIR%%/krankerl.toml
|
||||
%%WWWDIR%%/l10n/.gitkeep
|
||||
@ -192,6 +191,7 @@
|
||||
%%WWWDIR%%/lib/Attachment.php
|
||||
%%WWWDIR%%/lib/Cache/Cache.php
|
||||
%%WWWDIR%%/lib/Command/CreateAccount.php
|
||||
%%WWWDIR%%/lib/Command/ExportAccount.php
|
||||
%%WWWDIR%%/lib/Contracts/IAttachmentService.php
|
||||
%%WWWDIR%%/lib/Contracts/IAvatarService.php
|
||||
%%WWWDIR%%/lib/Contracts/IMailManager.php
|
||||
@ -300,6 +300,7 @@
|
||||
%%WWWDIR%%/lib/Service/MailTransmission.php
|
||||
%%WWWDIR%%/lib/Service/SetupService.php
|
||||
%%WWWDIR%%/lib/Service/UserPreferenceSevice.php
|
||||
%%WWWDIR%%/lib/Support/HostNameFactory.php
|
||||
%%WWWDIR%%/package-lock.json
|
||||
%%WWWDIR%%/templates/error.php
|
||||
%%WWWDIR%%/templates/index.php
|
||||
|
Loading…
Reference in New Issue
Block a user