git: d4a6bbf69d96 - main - net/kidentitymanagement: fix typo (extra = )
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 19:47:45 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4a6bbf69d96bd5d6d86699f3d0ec1ccb9b87aa0 commit d4a6bbf69d96bd5d6d86699f3d0ec1ccb9b87aa0 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-09-05 19:47:14 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-09-05 19:47:14 +0000 net/kidentitymanagement: fix typo (extra = ) --- net/kidentitymanagement/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/kidentitymanagement/Makefile b/net/kidentitymanagement/Makefile index 16861d09b224..04682069dde8 100644 --- a/net/kidentitymanagement/Makefile +++ b/net/kidentitymanagement/Makefile @@ -1,6 +1,6 @@ PORTNAME= kidentitymanagement DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION== 1 +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org