git: 41bb198051a8 - main - net-mgmt/netxms: Return to pool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Dec 2021 21:32:43 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=41bb198051a817d899f87754acc0a2b21c745927
commit 41bb198051a817d899f87754acc0a2b21c745927
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2021-12-01 21:31:11 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2021-12-01 21:32:36 +0000
net-mgmt/netxms: Return to pool
- Update MASTER_SITES to detect subfolder from PORTVERSION
---
net-mgmt/netxms/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mgmt/netxms/Makefile b/net-mgmt/netxms/Makefile
index b6744e216f60..c983f6f5b8c2 100644
--- a/net-mgmt/netxms/Makefile
+++ b/net-mgmt/netxms/Makefile
@@ -3,9 +3,9 @@
PORTNAME= netxms
PORTVERSION= 2.2.2
CATEGORIES= net-mgmt
-MASTER_SITES= http://www.netxms.org/download/releases/2.2/${PORTVERSION}/
+MASTER_SITES= http://www.netxms.org/download/releases/${PORTVERSION:R}/${PORTVERSION}/
-MAINTAINER= bofh@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Network monitoring system
LICENSE= GPLv2 LGPL21