git: d1d2fd85c277 - main - sysutils/fusefs-ext2: Bump PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 06:38:22 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1d2fd85c277bf45abd555bb2133429d3a1e2fec commit d1d2fd85c277bf45abd555bb2133429d3a1e2fec Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-09-06 06:36:53 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-09-06 06:36:53 +0000 sysutils/fusefs-ext2: Bump PORTREVISION Bump PORTREVISION after adding a patch. This should have been done in the previous commit. PR: 273586 --- sysutils/fusefs-ext2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index da807194a9e8..6c8fa3450627 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -1,7 +1,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org