diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-09-06 06:36:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2023-09-06 06:36:53 +0000 |
commit | d1d2fd85c277bf45abd555bb2133429d3a1e2fec (patch) | |
tree | 84c1ba58492fe2e6c7f777fd0b40cfbb9d9e4e02 | |
parent | 90d93d75b9d18e66b76d0b30b9675e7928b93bc5 (diff) | |
download | ports-d1d2fd85c277bf45abd555bb2133429d3a1e2fec.tar.gz ports-d1d2fd85c277bf45abd555bb2133429d3a1e2fec.zip |
sysutils/fusefs-ext2: Bump PORTREVISION
Bump PORTREVISION after adding a patch. This should have been done in the
previous commit.
PR: 273586
-rw-r--r-- | sysutils/fusefs-ext2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |