summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJason Unovitch <junovitch@FreeBSD.org>2015-11-30 00:47:35 +0000
committerJason Unovitch <junovitch@FreeBSD.org>2015-11-30 00:47:35 +0000
commitf5df12b41d64dfa27ebd5ece126a0eeff6b8a9a7 (patch)
tree993fa21c64f2bcab37208dcced172ee9ac629757 /www
parent- Update to git revision af40b76 (diff)
www/kanboard: update 1.0.20 -> 1.0.21
- While here, add terminating @owner/@group to pkg-plist (portlint) PR: 204856 Submitted by: Bart Wrobel <bsd@if0.eu> (maintainer)
Notes
Notes: svn path=/head/; revision=402638
Diffstat (limited to 'www')
-rw-r--r--www/kanboard/Makefile2
-rw-r--r--www/kanboard/distinfo4
-rw-r--r--www/kanboard/pkg-plist20
3 files changed, 17 insertions, 9 deletions
diff --git a/www/kanboard/Makefile b/www/kanboard/Makefile
index 24b65ea5cb03..3aff8d3399ad 100644
--- a/www/kanboard/Makefile
+++ b/www/kanboard/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= kanboard
-PORTVERSION= 1.0.20
+PORTVERSION= 1.0.21
CATEGORIES= www
MASTER_SITES= http://kanboard.net/ \
https://bitbucket.org/if0/kanboard-archives/downloads/ \
diff --git a/www/kanboard/distinfo b/www/kanboard/distinfo
index 57814b39864b..f63171a5270d 100644
--- a/www/kanboard/distinfo
+++ b/www/kanboard/distinfo
@@ -1,2 +1,2 @@
-SHA256 (kanboard-1.0.20.zip) = ef01cc281e971c4ab1f72cd3998918771e8684ddc5bc2f88f2bfc0950975f04f
-SIZE (kanboard-1.0.20.zip) = 3675013
+SHA256 (kanboard-1.0.21.zip) = d3dcd8a3839a2d8bad3a63707fdd92c46b91dbce6279ec6acb7d8cd9ea62f90f
+SIZE (kanboard-1.0.21.zip) = 3700061
diff --git a/www/kanboard/pkg-plist b/www/kanboard/pkg-plist
index 719792f9bb6f..50a1f84e2bdd 100644
--- a/www/kanboard/pkg-plist
+++ b/www/kanboard/pkg-plist
@@ -8,6 +8,7 @@
%%WWWDIR%%/app/Action/CommentCreation.php
%%WWWDIR%%/app/Action/TaskAssignCategoryColor.php
%%WWWDIR%%/app/Action/TaskAssignCategoryLabel.php
+%%WWWDIR%%/app/Action/TaskAssignCategoryLink.php
%%WWWDIR%%/app/Action/TaskAssignColorCategory.php
%%WWWDIR%%/app/Action/TaskAssignColorColumn.php
%%WWWDIR%%/app/Action/TaskAssignColorLink.php
@@ -107,7 +108,10 @@
%%WWWDIR%%/app/Core/Csv.php
%%WWWDIR%%/app/Core/DateParser.php
%%WWWDIR%%/app/Core/Helper.php
-%%WWWDIR%%/app/Core/HttpClient.php
+%%WWWDIR%%/app/Core/Http/Client.php
+%%WWWDIR%%/app/Core/Http/Request.php
+%%WWWDIR%%/app/Core/Http/Response.php
+%%WWWDIR%%/app/Core/Http/Router.php
%%WWWDIR%%/app/Core/Lexer.php
%%WWWDIR%%/app/Core/Mail/Client.php
%%WWWDIR%%/app/Core/Mail/ClientInterface.php
@@ -123,11 +127,10 @@
%%WWWDIR%%/app/Core/Plugin/Base.php
%%WWWDIR%%/app/Core/Plugin/Hook.php
%%WWWDIR%%/app/Core/Plugin/Loader.php
-%%WWWDIR%%/app/Core/Request.php
-%%WWWDIR%%/app/Core/Response.php
-%%WWWDIR%%/app/Core/Router.php
-%%WWWDIR%%/app/Core/Security.php
-%%WWWDIR%%/app/Core/Session.php
+%%WWWDIR%%/app/Core/Security/Token.php
+%%WWWDIR%%/app/Core/Session/FlashMessage.php
+%%WWWDIR%%/app/Core/Session/SessionManager.php
+%%WWWDIR%%/app/Core/Session/SessionStorage.php
%%WWWDIR%%/app/Core/Template.php
%%WWWDIR%%/app/Core/Tool.php
%%WWWDIR%%/app/Core/Translator.php
@@ -161,6 +164,7 @@
%%WWWDIR%%/app/Integration/GithubWebhook.php
%%WWWDIR%%/app/Integration/GitlabWebhook.php
%%WWWDIR%%/app/Library/password.php
+%%WWWDIR%%/app/Locale/bs_BA/translations.php
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
%%WWWDIR%%/app/Locale/da_DK/translations.php
%%WWWDIR%%/app/Locale/de_DE/translations.php
@@ -253,6 +257,7 @@
%%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php
%%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php
%%WWWDIR%%/app/ServiceProvider/LoggingProvider.php
+%%WWWDIR%%/app/ServiceProvider/SessionProvider.php
%%WWWDIR%%/app/Subscriber/AuthSubscriber.php
%%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php
%%WWWDIR%%/app/Subscriber/NotificationSubscriber.php
@@ -337,6 +342,7 @@
%%WWWDIR%%/app/Template/event/comment_create.php
%%WWWDIR%%/app/Template/event/comment_update.php
%%WWWDIR%%/app/Template/event/events.php
+%%WWWDIR%%/app/Template/event/file_create.php
%%WWWDIR%%/app/Template/event/subtask_create.php
%%WWWDIR%%/app/Template/event/subtask_update.php
%%WWWDIR%%/app/Template/event/task_assignee_change.php
@@ -1412,3 +1418,5 @@
%%WWWDIR%%/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php
%%WWWDIR%%/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php
%%WWWDIR%%/vendor/symfony/event-dispatcher/phpunit.xml.dist
+@owner
+@group