git: 535790bcef03 - main - devel/massif-visualizer: Restore PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jul 2023 13:49:59 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=535790bcef03141fbb6a5a2aca19d9be749fe5d3 commit 535790bcef03141fbb6a5a2aca19d9be749fe5d3 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2023-07-03 13:47:23 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2023-07-03 13:49:53 +0000 devel/massif-visualizer: Restore PORTREVISION It was probably accidentally removed by KDE upgrade commit Approved by: portmgr-lurkers (blanket) Fixes: 0c2dea861bca1ed6901b506105ca3162c61b688c --- devel/massif-visualizer/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/massif-visualizer/Makefile b/devel/massif-visualizer/Makefile index 5d18b80d2ab8..45ffa3256957 100644 --- a/devel/massif-visualizer/Makefile +++ b/devel/massif-visualizer/Makefile @@ -1,5 +1,6 @@ PORTNAME= massif-visualizer DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= rodrigo@FreeBSD.org