git: 79a1311ce193 - main - math/parmetis: bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Apr 2025 19:51:55 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=79a1311ce19352e343436607f4b0261afce8e5c3 commit 79a1311ce19352e343436607f4b0261afce8e5c3 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2025-04-30 19:48:58 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-04-30 19:48:58 +0000 math/parmetis: bump PORTREVISION Based on an idea by des@, bump PORTREVISION to avoid PORTEPOCH. Also take maintainership to take deprekators away. --- math/parmetis/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile index ed345f9a1d04..c88ee72e5b1f 100644 --- a/math/parmetis/Makefile +++ b/math/parmetis/Makefile @@ -1,11 +1,12 @@ PORTNAME= ParMetis DISTVERSION= 4.0.3-p10 +PORTREVISION= 9 CATEGORIES= math parallel MASTER_SITES= https://bitbucket.org/petsc/pkg-parmetis/get/ DISTNAME= ${LGCOMMIT} DIST_SUBDIR= Metis -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thierry@FreeBSD.org COMMENT= Package for parallel (MPI) unstructured graph partitioning WWW= https://bitbucket.org/petsc/pkg-parmetis