Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 16:24:00 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Denis Shaposhnikov <dsh@bamus.cz>
Subject:   git: 3ad4a581dfaa - main - net-mgmt/icingaweb2-module-grafana: Update 3.1.2 => 3.1.3
Message-ID:  <69aef420.3ff7e.6ac43a29@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ad4a581dfaa0d41e54f015ae7c4255c98216d42

commit 3ad4a581dfaa0d41e54f015ae7c4255c98216d42
Author:     Denis Shaposhnikov <dsh@bamus.cz>
AuthorDate: 2026-03-09 16:22:32 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-09 16:22:32 +0000

    net-mgmt/icingaweb2-module-grafana: Update 3.1.2 => 3.1.3
    
    Changelog:
    https://github.com/NETWAYS/icingaweb2-module-grafana/releases/tag/v3.1.3
    
    Replace RM in do-install with EXTRACT_AFTER_ARGS.
    Remove unnecessary MKDIR in do-install.
    
    PR:     293689
---
 net-mgmt/icingaweb2-module-grafana/Makefile | 7 ++++---
 net-mgmt/icingaweb2-module-grafana/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-mgmt/icingaweb2-module-grafana/Makefile b/net-mgmt/icingaweb2-module-grafana/Makefile
index 694593cf44c1..a8ed6fbb723c 100644
--- a/net-mgmt/icingaweb2-module-grafana/Makefile
+++ b/net-mgmt/icingaweb2-module-grafana/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	icingaweb2-module-grafana
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.1.2
+DISTVERSION=	3.1.3
 CATEGORIES=	net-mgmt www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
@@ -18,12 +18,13 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	NETWAYS
 
 WWWDIR?=	${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
+EXTRACT_AFTER_ARGS=	--exclude .idea \
+			--exclude .github \
+			--no-same-owner --no-same-permissions
 NO_ARCH=	yes
 NO_BUILD=	yes
 
 do-install:
-	@${RM} -r ${WRKSRC}/.idea ${WRKSRC}/.github
-	@${MKDIR} ${STAGEDIR}${WWWDIR}
 	(cd ${WRKSRC} && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
 
diff --git a/net-mgmt/icingaweb2-module-grafana/distinfo b/net-mgmt/icingaweb2-module-grafana/distinfo
index af8a0b04b6c6..ea1b0b95a593 100644
--- a/net-mgmt/icingaweb2-module-grafana/distinfo
+++ b/net-mgmt/icingaweb2-module-grafana/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765824767
-SHA256 (NETWAYS-icingaweb2-module-grafana-v3.1.2_GH0.tar.gz) = 81e5b226a345b0e7f158a7fb97686121f9954694a3b5c68f413e6eb0772649f1
-SIZE (NETWAYS-icingaweb2-module-grafana-v3.1.2_GH0.tar.gz) = 1542290
+TIMESTAMP = 1773068248
+SHA256 (NETWAYS-icingaweb2-module-grafana-v3.1.3_GH0.tar.gz) = 3cde09ef3a986ca160122358d783e1b6af977d085c5d76ca253053bb8f6eb409
+SIZE (NETWAYS-icingaweb2-module-grafana-v3.1.3_GH0.tar.gz) = 1542541


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aef420.3ff7e.6ac43a29>