Skip to content

Commit 232e078

Browse files
committed
net-mgmt/icingaweb2-module-ipl: Update to 0.3.0
git-svn-id: svn+ssh://svn.freebsd.org/ports/head@501864 35697150-7ecd-e111-bb59-0022644237b5
1 parent 3ad8bc8 commit 232e078

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

net-mgmt/icingaweb2-module-ipl/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
PORTNAME= icingaweb2-module-ipl
44
DISTVERSIONPREFIX= v
5-
DISTVERSION= 0.2.1
5+
DISTVERSION= 0.3.0
66
CATEGORIES= net-mgmt www
77

88
MAINTAINER= [email protected]
99
COMMENT= Icinga PHP library
1010

11+
LICENSE= MIT
12+
LICENSE_FILE= ${WRKSRC}/LICENSE
13+
1114
RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2
1215

1316
USE_GITHUB= yes
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1553857281
2-
SHA256 (icinga-icingaweb2-module-ipl-v0.2.1_GH0.tar.gz) = ad50f4df0ca44b861ecd63d52403e99e863909974ad8b61e66a34812479f5aa7
3-
SIZE (icinga-icingaweb2-module-ipl-v0.2.1_GH0.tar.gz) = 83009
1+
TIMESTAMP = 1558083706
2+
SHA256 (icinga-icingaweb2-module-ipl-v0.3.0_GH0.tar.gz) = 2dc82adfd995c45d01f1d136d9eed8d8f1a942a97aacc52476402f750e1d3808
3+
SIZE (icinga-icingaweb2-module-ipl-v0.3.0_GH0.tar.gz) = 90198

net-mgmt/icingaweb2-module-ipl/pkg-plist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
%%WWWDIR%%/.gitignore
2+
%%WWWDIR%%/LICENSE
23
%%WWWDIR%%/README.md
34
%%WWWDIR%%/bin/make-release.sh
45
%%WWWDIR%%/composer.json
6+
%%WWWDIR%%/composer.lock
57
%%WWWDIR%%/module.info
68
%%WWWDIR%%/run.php
79
%%WWWDIR%%/vendor/autoload.php
@@ -13,11 +15,14 @@
1315
%%WWWDIR%%/vendor/composer/autoload_psr4.php
1416
%%WWWDIR%%/vendor/composer/autoload_real.php
1517
%%WWWDIR%%/vendor/composer/autoload_static.php
18+
%%WWWDIR%%/vendor/composer/installed.json
1619
%%WWWDIR%%/vendor/evenement/evenement/LICENSE
20+
%%WWWDIR%%/vendor/evenement/evenement/composer.json
1721
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitter.php
1822
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php
1923
%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php
2024
%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE
25+
%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
2126
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
2227
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
2328
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php
@@ -44,6 +49,7 @@
4449
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions.php
4550
%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions_include.php
4651
%%WWWDIR%%/vendor/ipl/html/LICENSE
52+
%%WWWDIR%%/vendor/ipl/html/composer.json
4753
%%WWWDIR%%/vendor/ipl/html/src/Attribute.php
4854
%%WWWDIR%%/vendor/ipl/html/src/Attributes.php
4955
%%WWWDIR%%/vendor/ipl/html/src/BaseHtmlElement.php
@@ -74,6 +80,7 @@
7480
%%WWWDIR%%/vendor/ipl/html/src/Table.php
7581
%%WWWDIR%%/vendor/ipl/html/src/Text.php
7682
%%WWWDIR%%/vendor/ipl/html/src/ValidHtml.php
83+
%%WWWDIR%%/vendor/ipl/sql/composer.json
7784
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/AdapterInterface.php
7885
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/BaseAdapter.php
7986
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Mssql.php
@@ -101,15 +108,18 @@
101108
%%WWWDIR%%/vendor/ipl/sql/src/Where.php
102109
%%WWWDIR%%/vendor/ipl/sql/src/WhereInterface.php
103110
%%WWWDIR%%/vendor/ipl/stdlib/LICENSE
111+
%%WWWDIR%%/vendor/ipl/stdlib/composer.json
104112
%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/ValidatorInterface.php
105113
%%WWWDIR%%/vendor/ipl/stdlib/src/Contracts/ValidatorInterface.php
114+
%%WWWDIR%%/vendor/ipl/stdlib/src/EventEmitter.php
106115
%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/AutoLoadingPluginLoader.php
107116
%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoader.php
108117
%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoaderInterface.php
109118
%%WWWDIR%%/vendor/ipl/stdlib/src/MessageContainer.php
110119
%%WWWDIR%%/vendor/ipl/stdlib/src/functions.php
111120
%%WWWDIR%%/vendor/ipl/stdlib/src/functions_include.php
112121
%%WWWDIR%%/vendor/psr/http-message/LICENSE
122+
%%WWWDIR%%/vendor/psr/http-message/composer.json
113123
%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php
114124
%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php
115125
%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php
@@ -118,4 +128,5 @@
118128
%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php
119129
%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php
120130
%%WWWDIR%%/vendor/ralouphie/getallheaders/LICENSE
131+
%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
121132
%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php

0 commit comments

Comments
 (0)