www/nextcloud-calendar: Update to 1.7.0
- Required for Nextcloud 16
This commit is contained in:
parent
5a7ea19a25
commit
c9ef68f6ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500013
3 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calendar
|
||||
PORTVERSION= 1.6.4
|
||||
PORTVERSION= 1.7.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/
|
||||
|
@ -16,7 +16,7 @@ COMMENT= Calendar app for Nextcloud
|
|||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=14:www/nextcloud@${PHP_FLAVOR}
|
||||
RUN_DEPENDS= nextcloud${PHP_PKGNAMESUFFIX}>=15.9:www/nextcloud@${PHP_FLAVOR}
|
||||
|
||||
USES= php:flavors
|
||||
NO_BUILD= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543058870
|
||||
SHA256 (nextcloud/calendar-v1.6.4/calendar.tar.gz) = c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101
|
||||
SIZE (nextcloud/calendar-v1.6.4/calendar.tar.gz) = 2723231
|
||||
TIMESTAMP = 1555050799
|
||||
SHA256 (nextcloud/calendar-v1.7.0/calendar.tar.gz) = d9946a7d046e4a3e6c20397b081c2a36f19b3372ee43339e15fa4dc1fedbfb31
|
||||
SIZE (nextcloud/calendar-v1.7.0/calendar.tar.gz) = 2745858
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
%%WWWDIR%%/img/favicon.ico
|
||||
%%WWWDIR%%/img/favicon.png
|
||||
%%WWWDIR%%/img/favicon.svg
|
||||
%%WWWDIR%%/img/leftarrow.svg
|
||||
%%WWWDIR%%/img/loading.gif
|
||||
%%WWWDIR%%/img/random.svg
|
||||
%%WWWDIR%%/img/rightarrow.svg
|
||||
%%WWWDIR%%/img/timezone.svg
|
||||
%%WWWDIR%%/js/public/app.js
|
||||
%%WWWDIR%%/js/public/app.min.js
|
||||
|
|
Loading…
Reference in a new issue