From owner-svn-ports-all@freebsd.org Mon Nov 30 00:47:36 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B83D1A3A067; Mon, 30 Nov 2015 00:47:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 918AA1AFF; Mon, 30 Nov 2015 00:47:36 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU0lZHc096427; Mon, 30 Nov 2015 00:47:35 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU0lZfP096424; Mon, 30 Nov 2015 00:47:35 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201511300047.tAU0lZfP096424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Mon, 30 Nov 2015 00:47:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402638 - head/www/kanboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 00:47:36 -0000 Author: junovitch Date: Mon Nov 30 00:47:35 2015 New Revision: 402638 URL: https://svnweb.freebsd.org/changeset/ports/402638 Log: 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 (maintainer) Modified: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist Modified: head/www/kanboard/Makefile ============================================================================== --- head/www/kanboard/Makefile Mon Nov 30 00:24:59 2015 (r402637) +++ head/www/kanboard/Makefile Mon Nov 30 00:47:35 2015 (r402638) @@ -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/ \ Modified: head/www/kanboard/distinfo ============================================================================== --- head/www/kanboard/distinfo Mon Nov 30 00:24:59 2015 (r402637) +++ head/www/kanboard/distinfo Mon Nov 30 00:47:35 2015 (r402638) @@ -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 Modified: head/www/kanboard/pkg-plist ============================================================================== --- head/www/kanboard/pkg-plist Mon Nov 30 00:24:59 2015 (r402637) +++ head/www/kanboard/pkg-plist Mon Nov 30 00:47:35 2015 (r402638) @@ -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