Date: Mon, 3 Feb 2025 15:56:00 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 31f835e91d10 - main - devel/google-styleguide: Update to 20250118 Message-ID: <202502031556.513Fu0xZ007702@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=31f835e91d109c23a64b9b0814b4c0415a60f527 commit 31f835e91d109c23a64b9b0814b4c0415a60f527 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:16:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:50:45 +0000 devel/google-styleguide: Update to 20250118 Changes: https://github.com/google/styleguide/commits/gh-pages --- devel/google-styleguide/Makefile | 15 +++++---------- devel/google-styleguide/distinfo | 6 +++--- devel/google-styleguide/pkg-plist | 3 --- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/devel/google-styleguide/Makefile b/devel/google-styleguide/Makefile index e89c33b41f7e..e0f002ebc818 100644 --- a/devel/google-styleguide/Makefile +++ b/devel/google-styleguide/Makefile @@ -1,5 +1,5 @@ PORTNAME= styleguide -PORTVERSION= 20241106 +PORTVERSION= 20250118 CATEGORIES= devel PKGNAMEPREFIX= google- @@ -8,34 +8,29 @@ 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 # google-c-style.el is released under GPLv1+ -LICENSE= BSD3CLAUSE CC-BY-3.0 GPLv1+ +LICENSE= CC-BY-3.0 GPLv1+ LICENSE_COMB= multi -USES= python shebangfix +USES= python NO_ARCH= yes NO_BUILD= yes USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= 9504dac - -SHEBANG_FILES= cpplint/cpplint.py cpplint/cpplint_unittest.py +GH_TAGNAME= a638d1d OPTIONS_DEFINE= DOCS do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cpplint/cpplint.py ${WRKSRC}/cpplint/cpplint_unittest.py ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.xml ${WRKSRC}/google-c-style.el ${WRKSRC}/google_python_style.vim ${STAGEDIR}${DATADIR} do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/cpplint ${STAGEDIR}${DOCSDIR}/docguide + ${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/docguide ${INSTALL_DATA} ${WRKSRC}/*.css ${WRKSRC}/*.html ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/cpplint/README ${STAGEDIR}${DOCSDIR}/cpplint cd ${WRKSRC}/docguide && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/docguide .include <bsd.port.mk> diff --git a/devel/google-styleguide/distinfo b/devel/google-styleguide/distinfo index bce6e0973f59..b484921d6762 100644 --- a/devel/google-styleguide/distinfo +++ b/devel/google-styleguide/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888036 -SHA256 (google-styleguide-20241106-9504dac_GH0.tar.gz) = fecd24dcf87a70318a060c3dd2637ca0fadb24e4882a27d4bf7f5c1d522a1434 -SIZE (google-styleguide-20241106-9504dac_GH0.tar.gz) = 1208437 +TIMESTAMP = 1738088822 +SHA256 (google-styleguide-20250118-a638d1d_GH0.tar.gz) = 747a6ef7f6870a71af9f892efa7bbd495b45594278375c9bf8ac549b4747041f +SIZE (google-styleguide-20250118-a638d1d_GH0.tar.gz) = 1121237 diff --git a/devel/google-styleguide/pkg-plist b/devel/google-styleguide/pkg-plist index 7f4dd07e0afd..ca9a12552689 100644 --- a/devel/google-styleguide/pkg-plist +++ b/devel/google-styleguide/pkg-plist @@ -1,11 +1,8 @@ -bin/cpplint.py -bin/cpplint_unittest.py %%PORTDOCS%%%%DOCSDIR%%/CODE_OF_CONDUCT.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/Rguide.md %%PORTDOCS%%%%DOCSDIR%%/angularjs-google-style.html %%PORTDOCS%%%%DOCSDIR%%/cppguide.html -%%PORTDOCS%%%%DOCSDIR%%/cpplint/README %%PORTDOCS%%%%DOCSDIR%%/csharp-style.md %%PORTDOCS%%%%DOCSDIR%%/docguide/README.md %%PORTDOCS%%%%DOCSDIR%%/docguide/READMEs.md
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031556.513Fu0xZ007702>