aboutsummaryrefslogtreecommitdiff
path: root/devel/google-styleguide/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/google-styleguide/Makefile')
-rw-r--r--devel/google-styleguide/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/google-styleguide/Makefile b/devel/google-styleguide/Makefile
index 1960f60ba907..6358cb6ba425 100644
--- a/devel/google-styleguide/Makefile
+++ b/devel/google-styleguide/Makefile
@@ -1,12 +1,12 @@
-# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
-
PORTNAME= styleguide
-PORTVERSION= 20210511
+PORTVERSION= 20240227
CATEGORIES= devel
PKGNAMEPREFIX= google-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to assist with Google style guide compliance
+WWW= https://google.github.io/styleguide/ \
+ https://github.com/google/styleguide
# cpplint.py and cpplint_unittest.py are released under BSD3CLAUSE
# style guides is released under CC-BY-3.0
@@ -16,12 +16,13 @@ LICENSE_COMB= multi
USES= python shebangfix
+NO_ARCH= yes
+NO_BUILD= yes
+
USE_GITHUB= yes
GH_ACCOUNT= google
-GH_TAGNAME= 9c8784d
+GH_TAGNAME= 8487c08
-NO_ARCH= yes
-NO_BUILD= yes
SHEBANG_FILES= cpplint/cpplint.py cpplint/cpplint_unittest.py
OPTIONS_DEFINE= DOCS