svn commit: r479447 - head/mail/nextcloud-mail
Bernard Spil
brnrd at FreeBSD.org
Mon Sep 10 20:14:26 UTC 2018
Author: brnrd
Date: Mon Sep 10 20:14:25 2018
New Revision: 479447
URL: https://svnweb.freebsd.org/changeset/ports/479447
Log:
mail/nextcloud-mail: Update to 0.10.0
- Required for Nextcloud 14
Modified:
head/mail/nextcloud-mail/Makefile
head/mail/nextcloud-mail/distinfo
head/mail/nextcloud-mail/pkg-plist
Modified: head/mail/nextcloud-mail/Makefile
==============================================================================
--- head/mail/nextcloud-mail/Makefile Mon Sep 10 20:13:31 2018 (r479446)
+++ head/mail/nextcloud-mail/Makefile Mon Sep 10 20:14:25 2018 (r479447)
@@ -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
Modified: head/mail/nextcloud-mail/distinfo
==============================================================================
--- head/mail/nextcloud-mail/distinfo Mon Sep 10 20:13:31 2018 (r479446)
+++ head/mail/nextcloud-mail/distinfo Mon Sep 10 20:14:25 2018 (r479447)
@@ -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
Modified: head/mail/nextcloud-mail/pkg-plist
==============================================================================
--- head/mail/nextcloud-mail/pkg-plist Mon Sep 10 20:13:31 2018 (r479446)
+++ head/mail/nextcloud-mail/pkg-plist Mon Sep 10 20:14:25 2018 (r479447)
@@ -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
More information about the svn-ports-head
mailing list