git: 239a463e29ee - main - devel/marisa-trie: fix typo in PORTNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Dec 2022 19:28:20 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=239a463e29ee07de6faba90e944b1b9f04aa6ed7
commit 239a463e29ee07de6faba90e944b1b9f04aa6ed7
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-12-05 14:40:34 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-12-05 19:28:13 +0000
devel/marisa-trie: fix typo in PORTNAME
Approved by: portmgr blanket
---
devel/marisa-trie/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/marisa-trie/Makefile b/devel/marisa-trie/Makefile
index 12fa5338fadb..5c18034776bd 100644
--- a/devel/marisa-trie/Makefile
+++ b/devel/marisa-trie/Makefile
@@ -1,6 +1,7 @@
-PORTNAME= marisa-tire
+PORTNAME= marisa-trie
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.6
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
@@ -12,7 +13,7 @@ LICENSE= BSD2CLAUSE LGPL21+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/COPYING.md
-USES= autoreconf libtool:build pathfix
+USES= autoreconf libtool:build pathfix
USE_GITHUB= yes
GH_ACCOUNT= s-yata
GH_PROJECT= marisa-trie