Date: Mon, 26 Feb 2018 08:34:30 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462998 - head/www/nextcloud-calendar Message-ID: <201802260834.w1Q8YUSn082001@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Mon Feb 26 08:34:30 2018 New Revision: 462998 URL: https://svnweb.freebsd.org/changeset/ports/462998 Log: www/nextcloud-calendar: Update to 1.6.0 - Adds Nextcloud 13 compatibility Modified: head/www/nextcloud-calendar/Makefile head/www/nextcloud-calendar/distinfo head/www/nextcloud-calendar/pkg-plist Modified: head/www/nextcloud-calendar/Makefile ============================================================================== --- head/www/nextcloud-calendar/Makefile Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/Makefile Mon Feb 26 08:34:30 2018 (r462998) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calendar -PORTVERSION= 1.5.7 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ Modified: head/www/nextcloud-calendar/distinfo ============================================================================== --- head/www/nextcloud-calendar/distinfo Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/distinfo Mon Feb 26 08:34:30 2018 (r462998) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517998033 -SHA256 (nextcloud/calendar-v1.5.7/calendar.tar.gz) = 3b3cf33cfce2d268c7e57544f1df821c2c1c3c6318cd03c15ff0f56819c14c69 -SIZE (nextcloud/calendar-v1.5.7/calendar.tar.gz) = 2376681 +TIMESTAMP = 1519071667 +SHA256 (nextcloud/calendar-v1.6.0/calendar.tar.gz) = c30fea3d973e064177d3650b0e20066be34d7d7fe9e35cd721b38e50d9659d7a +SIZE (nextcloud/calendar-v1.6.0/calendar.tar.gz) = 2660800 Modified: head/www/nextcloud-calendar/pkg-plist ============================================================================== --- head/www/nextcloud-calendar/pkg-plist Mon Feb 26 08:32:27 2018 (r462997) +++ head/www/nextcloud-calendar/pkg-plist Mon Feb 26 08:34:30 2018 (r462998) @@ -9,9 +9,9 @@ %%WWWDIR%%/controller/proxycontroller.php %%WWWDIR%%/controller/settingscontroller.php %%WWWDIR%%/controller/viewcontroller.php -%%WWWDIR%%/css/public/app.css -%%WWWDIR%%/css/public/app.min.css -%%WWWDIR%%/css/public/app.min.css.map +%%WWWDIR%%/css/public/app.min.scss +%%WWWDIR%%/css/public/app.min.scss.map +%%WWWDIR%%/css/public/app.scss %%WWWDIR%%/css/public/vendor.css %%WWWDIR%%/css/public/vendor.min.css %%WWWDIR%%/css/public/vendor.min.css.map @@ -67,6 +67,8 @@ %%WWWDIR%%/l10n/eo.json %%WWWDIR%%/l10n/es.js %%WWWDIR%%/l10n/es.json +%%WWWDIR%%/l10n/es_419.js +%%WWWDIR%%/l10n/es_419.json %%WWWDIR%%/l10n/es_AR.js %%WWWDIR%%/l10n/es_AR.json %%WWWDIR%%/l10n/es_CL.js
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802260834.w1Q8YUSn082001>