Date: Sun, 14 Jun 2020 14:22:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r538749 - head/devel/google-styleguide Message-ID: <202006141422.05EEMUcs093636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jun 14 14:22:30 2020 New Revision: 538749 URL: https://svnweb.freebsd.org/changeset/ports/538749 Log: Update to 20200527 Changes: https://github.com/google/styleguide/commits/gh-pages Modified: head/devel/google-styleguide/Makefile head/devel/google-styleguide/distinfo head/devel/google-styleguide/pkg-plist Modified: head/devel/google-styleguide/Makefile ============================================================================== --- head/devel/google-styleguide/Makefile Sun Jun 14 14:22:24 2020 (r538748) +++ head/devel/google-styleguide/Makefile Sun Jun 14 14:22:30 2020 (r538749) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= styleguide -PORTVERSION= 20180620 +PORTVERSION= 20200527 CATEGORIES= devel PKGNAMEPREFIX= google- @@ -19,7 +19,7 @@ USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= google -GH_TAGNAME= ab48617 +GH_TAGNAME= 8416dda NO_ARCH= yes NO_BUILD= yes Modified: head/devel/google-styleguide/distinfo ============================================================================== --- head/devel/google-styleguide/distinfo Sun Jun 14 14:22:24 2020 (r538748) +++ head/devel/google-styleguide/distinfo Sun Jun 14 14:22:30 2020 (r538749) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529704227 -SHA256 (google-styleguide-20180620-ab48617_GH0.tar.gz) = 0d755db419de0b089ca08b3d298d991b7365a5c06fb5867c7fccbe415e3d1c1c -SIZE (google-styleguide-20180620-ab48617_GH0.tar.gz) = 1048500 +TIMESTAMP = 1591281348 +SHA256 (google-styleguide-20200527-8416dda_GH0.tar.gz) = fa33c36eca9d0df13f5031783fcbfdecc2c5f1c9b3b85a252c888eea65409f7f +SIZE (google-styleguide-20200527-8416dda_GH0.tar.gz) = 1051367 Modified: head/devel/google-styleguide/pkg-plist ============================================================================== --- head/devel/google-styleguide/pkg-plist Sun Jun 14 14:22:24 2020 (r538748) +++ head/devel/google-styleguide/pkg-plist Sun Jun 14 14:22:30 2020 (r538749) @@ -1,6 +1,7 @@ bin/cpplint.py bin/cpplint_unittest.py %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/Rguide.md %%PORTDOCS%%%%DOCSDIR%%/angularjs-google-style.html %%PORTDOCS%%%%DOCSDIR%%/cppguide.html %%PORTDOCS%%%%DOCSDIR%%/cpplint/README @@ -17,8 +18,8 @@ bin/cpplint_unittest.py %%PORTDOCS%%%%DOCSDIR%%/jsguide.html %%PORTDOCS%%%%DOCSDIR%%/jsoncstyleguide.html %%PORTDOCS%%%%DOCSDIR%%/objcguide.md -%%PORTDOCS%%%%DOCSDIR%%/pyguide.html %%PORTDOCS%%%%DOCSDIR%%/pyguide.md +%%PORTDOCS%%%%DOCSDIR%%/shellguide.md %%PORTDOCS%%%%DOCSDIR%%/styleguide.css %%PORTDOCS%%%%DOCSDIR%%/xmlstyle.html %%DATADIR%%/Rguide.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006141422.05EEMUcs093636>