svn commit: r518642 - head/net-mgmt/icingaweb2-module-reactbundle
Lars Engels
lme at FreeBSD.org
Fri Nov 29 12:01:50 UTC 2019
Author: lme
Date: Fri Nov 29 12:01:49 2019
New Revision: 518642
URL: https://svnweb.freebsd.org/changeset/ports/518642
Log:
net-mgmt/module-reactbundle: Update to 0.7.0
MFH: 2019Q4
Modified:
head/net-mgmt/icingaweb2-module-reactbundle/Makefile
head/net-mgmt/icingaweb2-module-reactbundle/distinfo
head/net-mgmt/icingaweb2-module-reactbundle/pkg-plist
Modified: head/net-mgmt/icingaweb2-module-reactbundle/Makefile
==============================================================================
--- head/net-mgmt/icingaweb2-module-reactbundle/Makefile Fri Nov 29 11:59:53 2019 (r518641)
+++ head/net-mgmt/icingaweb2-module-reactbundle/Makefile Fri Nov 29 12:01:49 2019 (r518642)
@@ -2,8 +2,7 @@
PORTNAME= icingaweb2-module-reactbundle
DISTVERSIONPREFIX= v
-DISTVERSION= 0.6.0
-PORTREVISION= 1
+DISTVERSION= 0.7.0
CATEGORIES= net-mgmt www
MAINTAINER= lme at FreeBSD.org
Modified: head/net-mgmt/icingaweb2-module-reactbundle/distinfo
==============================================================================
--- head/net-mgmt/icingaweb2-module-reactbundle/distinfo Fri Nov 29 11:59:53 2019 (r518641)
+++ head/net-mgmt/icingaweb2-module-reactbundle/distinfo Fri Nov 29 12:01:49 2019 (r518642)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558341049
-SHA256 (icinga-icingaweb2-module-reactbundle-v0.6.0_GH0.tar.gz) = 0d06eddd0e99d17110ac9b1c93b58c0f91640c01d60a8b7e009b5e56bd68d06c
-SIZE (icinga-icingaweb2-module-reactbundle-v0.6.0_GH0.tar.gz) = 316241
+TIMESTAMP = 1575028835
+SHA256 (icinga-icingaweb2-module-reactbundle-v0.7.0_GH0.tar.gz) = e57710bbc3f8422740c36211612df572133ddd141d4eda54b9e295481d5efdbb
+SIZE (icinga-icingaweb2-module-reactbundle-v0.7.0_GH0.tar.gz) = 338196
Modified: head/net-mgmt/icingaweb2-module-reactbundle/pkg-plist
==============================================================================
--- head/net-mgmt/icingaweb2-module-reactbundle/pkg-plist Fri Nov 29 11:59:53 2019 (r518641)
+++ head/net-mgmt/icingaweb2-module-reactbundle/pkg-plist Fri Nov 29 12:01:49 2019 (r518642)
@@ -1,4 +1,5 @@
%%WWWDIR%%/.gitignore
+%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
%%WWWDIR%%/bin/make-release.sh
%%WWWDIR%%/composer.json
@@ -73,6 +74,16 @@
%%WWWDIR%%/vendor/clue/socks-react/src/Client.php
%%WWWDIR%%/vendor/clue/socks-react/src/Server.php
%%WWWDIR%%/vendor/clue/socks-react/src/StreamReader.php
+%%WWWDIR%%/vendor/clue/stdio-react/LICENSE
+%%WWWDIR%%/vendor/clue/stdio-react/composer.json
+%%WWWDIR%%/vendor/clue/stdio-react/src/Readline.php
+%%WWWDIR%%/vendor/clue/stdio-react/src/Stdio.php
+%%WWWDIR%%/vendor/clue/term-react/LICENSE
+%%WWWDIR%%/vendor/clue/term-react/composer.json
+%%WWWDIR%%/vendor/clue/term-react/src/ControlCodeParser.php
+%%WWWDIR%%/vendor/clue/utf8-react/LICENSE
+%%WWWDIR%%/vendor/clue/utf8-react/composer.json
+%%WWWDIR%%/vendor/clue/utf8-react/src/Sequencer.php
%%WWWDIR%%/vendor/composer/ClassLoader.php
%%WWWDIR%%/vendor/composer/LICENSE
%%WWWDIR%%/vendor/composer/autoload_classmap.php
@@ -447,28 +458,27 @@
%%WWWDIR%%/vendor/react/dns/composer.json
%%WWWDIR%%/vendor/react/dns/src/BadServerException.php
%%WWWDIR%%/vendor/react/dns/src/Config/Config.php
-%%WWWDIR%%/vendor/react/dns/src/Config/FilesystemFactory.php
%%WWWDIR%%/vendor/react/dns/src/Config/HostsFile.php
-%%WWWDIR%%/vendor/react/dns/src/Model/HeaderBag.php
%%WWWDIR%%/vendor/react/dns/src/Model/Message.php
%%WWWDIR%%/vendor/react/dns/src/Model/Record.php
%%WWWDIR%%/vendor/react/dns/src/Protocol/BinaryDumper.php
%%WWWDIR%%/vendor/react/dns/src/Protocol/Parser.php
-%%WWWDIR%%/vendor/react/dns/src/Query/CachedExecutor.php
+%%WWWDIR%%/vendor/react/dns/src/Query/CachingExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/CancellationException.php
-%%WWWDIR%%/vendor/react/dns/src/Query/Executor.php
+%%WWWDIR%%/vendor/react/dns/src/Query/CoopExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/ExecutorInterface.php
%%WWWDIR%%/vendor/react/dns/src/Query/HostsFileExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/Query.php
-%%WWWDIR%%/vendor/react/dns/src/Query/RecordBag.php
-%%WWWDIR%%/vendor/react/dns/src/Query/RecordCache.php
%%WWWDIR%%/vendor/react/dns/src/Query/RetryExecutor.php
+%%WWWDIR%%/vendor/react/dns/src/Query/SelectiveTransportExecutor.php
+%%WWWDIR%%/vendor/react/dns/src/Query/TcpTransportExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/TimeoutException.php
%%WWWDIR%%/vendor/react/dns/src/Query/TimeoutExecutor.php
%%WWWDIR%%/vendor/react/dns/src/Query/UdpTransportExecutor.php
%%WWWDIR%%/vendor/react/dns/src/RecordNotFoundException.php
%%WWWDIR%%/vendor/react/dns/src/Resolver/Factory.php
%%WWWDIR%%/vendor/react/dns/src/Resolver/Resolver.php
+%%WWWDIR%%/vendor/react/dns/src/Resolver/ResolverInterface.php
%%WWWDIR%%/vendor/react/event-loop/LICENSE
%%WWWDIR%%/vendor/react/event-loop/composer.json
%%WWWDIR%%/vendor/react/event-loop/src/ExtEvLoop.php
More information about the svn-ports-all
mailing list