git: 6bfcb732df21 - main - net-mgmt/netdata: replace wrong PORTVERSION with PORTREVISION

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 21 00:07:03 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6bfcb732df21525adff3c91b316ee05957bbe320

commit 6bfcb732df21525adff3c91b316ee05957bbe320
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-21 00:06:53 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-21 00:06:53 +0000

    net-mgmt/netdata: replace wrong PORTVERSION with PORTREVISION
    
    Reported by:    daniel.engberg.lists at pyret.net
---
 net-mgmt/netdata/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 50a30a07a6ec..87697ab83581 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	netdata
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.31.0
-PORTVERSION=	1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
 		https://github.com/forkbomb9/netdata/commit/:dashboard


More information about the dev-commits-ports-main mailing list