From owner-svn-ports-head@freebsd.org Fri May 17 12:42:34 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B52E1594558; Fri, 17 May 2019 12:42:34 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D256772010; Fri, 17 May 2019 12:42:33 +0000 (UTC) (envelope-from lme@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB5E786E9; Fri, 17 May 2019 12:42:33 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4HCgXRX020358; Fri, 17 May 2019 12:42:33 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HCgXq6020355; Fri, 17 May 2019 12:42:33 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201905171242.x4HCgXq6020355@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 17 May 2019 12:42:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501864 - head/net-mgmt/icingaweb2-module-ipl X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: head/net-mgmt/icingaweb2-module-ipl X-SVN-Commit-Revision: 501864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D256772010 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2019 12:42:34 -0000 Author: lme Date: Fri May 17 12:42:32 2019 New Revision: 501864 URL: https://svnweb.freebsd.org/changeset/ports/501864 Log: net-mgmt/icingaweb2-module-ipl: Update to 0.3.0 Modified: head/net-mgmt/icingaweb2-module-ipl/Makefile head/net-mgmt/icingaweb2-module-ipl/distinfo head/net-mgmt/icingaweb2-module-ipl/pkg-plist Modified: head/net-mgmt/icingaweb2-module-ipl/Makefile ============================================================================== --- head/net-mgmt/icingaweb2-module-ipl/Makefile Fri May 17 12:34:14 2019 (r501863) +++ head/net-mgmt/icingaweb2-module-ipl/Makefile Fri May 17 12:42:32 2019 (r501864) @@ -2,11 +2,14 @@ PORTNAME= icingaweb2-module-ipl DISTVERSIONPREFIX= v -DISTVERSION= 0.2.1 +DISTVERSION= 0.3.0 CATEGORIES= net-mgmt www MAINTAINER= lme@FreeBSD.org COMMENT= Icinga PHP library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 Modified: head/net-mgmt/icingaweb2-module-ipl/distinfo ============================================================================== --- head/net-mgmt/icingaweb2-module-ipl/distinfo Fri May 17 12:34:14 2019 (r501863) +++ head/net-mgmt/icingaweb2-module-ipl/distinfo Fri May 17 12:42:32 2019 (r501864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553857281 -SHA256 (icinga-icingaweb2-module-ipl-v0.2.1_GH0.tar.gz) = ad50f4df0ca44b861ecd63d52403e99e863909974ad8b61e66a34812479f5aa7 -SIZE (icinga-icingaweb2-module-ipl-v0.2.1_GH0.tar.gz) = 83009 +TIMESTAMP = 1558083706 +SHA256 (icinga-icingaweb2-module-ipl-v0.3.0_GH0.tar.gz) = 2dc82adfd995c45d01f1d136d9eed8d8f1a942a97aacc52476402f750e1d3808 +SIZE (icinga-icingaweb2-module-ipl-v0.3.0_GH0.tar.gz) = 90198 Modified: head/net-mgmt/icingaweb2-module-ipl/pkg-plist ============================================================================== --- head/net-mgmt/icingaweb2-module-ipl/pkg-plist Fri May 17 12:34:14 2019 (r501863) +++ head/net-mgmt/icingaweb2-module-ipl/pkg-plist Fri May 17 12:42:32 2019 (r501864) @@ -1,7 +1,9 @@ %%WWWDIR%%/.gitignore +%%WWWDIR%%/LICENSE %%WWWDIR%%/README.md %%WWWDIR%%/bin/make-release.sh %%WWWDIR%%/composer.json +%%WWWDIR%%/composer.lock %%WWWDIR%%/module.info %%WWWDIR%%/run.php %%WWWDIR%%/vendor/autoload.php @@ -13,11 +15,14 @@ %%WWWDIR%%/vendor/composer/autoload_psr4.php %%WWWDIR%%/vendor/composer/autoload_real.php %%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.json %%WWWDIR%%/vendor/evenement/evenement/LICENSE +%%WWWDIR%%/vendor/evenement/evenement/composer.json %%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitter.php %%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php %%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php %%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE +%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json %%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php %%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php %%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php @@ -44,6 +49,7 @@ %%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions.php %%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions_include.php %%WWWDIR%%/vendor/ipl/html/LICENSE +%%WWWDIR%%/vendor/ipl/html/composer.json %%WWWDIR%%/vendor/ipl/html/src/Attribute.php %%WWWDIR%%/vendor/ipl/html/src/Attributes.php %%WWWDIR%%/vendor/ipl/html/src/BaseHtmlElement.php @@ -74,6 +80,7 @@ %%WWWDIR%%/vendor/ipl/html/src/Table.php %%WWWDIR%%/vendor/ipl/html/src/Text.php %%WWWDIR%%/vendor/ipl/html/src/ValidHtml.php +%%WWWDIR%%/vendor/ipl/sql/composer.json %%WWWDIR%%/vendor/ipl/sql/src/Adapter/AdapterInterface.php %%WWWDIR%%/vendor/ipl/sql/src/Adapter/BaseAdapter.php %%WWWDIR%%/vendor/ipl/sql/src/Adapter/Mssql.php @@ -101,8 +108,10 @@ %%WWWDIR%%/vendor/ipl/sql/src/Where.php %%WWWDIR%%/vendor/ipl/sql/src/WhereInterface.php %%WWWDIR%%/vendor/ipl/stdlib/LICENSE +%%WWWDIR%%/vendor/ipl/stdlib/composer.json %%WWWDIR%%/vendor/ipl/stdlib/src/Contract/ValidatorInterface.php %%WWWDIR%%/vendor/ipl/stdlib/src/Contracts/ValidatorInterface.php +%%WWWDIR%%/vendor/ipl/stdlib/src/EventEmitter.php %%WWWDIR%%/vendor/ipl/stdlib/src/Loader/AutoLoadingPluginLoader.php %%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoader.php %%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoaderInterface.php @@ -110,6 +119,7 @@ %%WWWDIR%%/vendor/ipl/stdlib/src/functions.php %%WWWDIR%%/vendor/ipl/stdlib/src/functions_include.php %%WWWDIR%%/vendor/psr/http-message/LICENSE +%%WWWDIR%%/vendor/psr/http-message/composer.json %%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php %%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php %%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php @@ -118,4 +128,5 @@ %%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php %%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php %%WWWDIR%%/vendor/ralouphie/getallheaders/LICENSE +%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json %%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php