Date: Fri, 16 Aug 2024 18:41:03 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6ddd00456d4 - main - textproc/highlight: the port had been updated to version 4.13. Message-ID: <202408161841.47GIf3g5096473@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6ddd00456d4f1520fe946b50df52551280679fb commit b6ddd00456d4f1520fe946b50df52551280679fb Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2024-08-16 18:39:54 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2024-08-16 18:39:54 +0000 textproc/highlight: the port had been updated to version 4.13. --- textproc/highlight/Makefile | 2 +- textproc/highlight/distinfo | 6 +++--- textproc/highlight/pkg-plist | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index d5f5b63b0c7c..1ee11f9b81a6 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,5 +1,5 @@ PORTNAME= highlight -PORTVERSION= 4.12 +PORTVERSION= 4.13 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://andre-simon.de/zip/ diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index 0204b614a05f..ac0b554b46cb 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1716529896 -SHA256 (highlight-4.12.tar.bz2) = 0f7d03362d74dddfb3bc8419fb8198bf8c9b4a5788dec491a00cd43acdf07f1e -SIZE (highlight-4.12.tar.bz2) = 1501961 +TIMESTAMP = 1723411561 +SHA256 (highlight-4.13.tar.bz2) = 5ea95f9ab03dd857de4ce0cde68ffacc041d0223bbce0893e2ada9c85503488c +SIZE (highlight-4.13.tar.bz2) = 1508433 diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index 3b6114cef37a..cd1b1c5f4c90 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -106,6 +106,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/langDefs/gambas.lang %%DATADIR%%/langDefs/gdb.lang %%DATADIR%%/langDefs/gdscript.lang +%%DATADIR%%/langDefs/gleam.lang %%DATADIR%%/langDefs/go.lang %%DATADIR%%/langDefs/graphviz.lang %%DATADIR%%/langDefs/haml.lang @@ -255,6 +256,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/langDefs/txt.lang %%DATADIR%%/langDefs/typescript.lang %%DATADIR%%/langDefs/upc.lang +%%DATADIR%%/langDefs/v.lang %%DATADIR%%/langDefs/vala.lang %%DATADIR%%/langDefs/vb.lang %%DATADIR%%/langDefs/verilog.lang @@ -444,6 +446,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/themes/darkslategray.theme %%DATADIR%%/themes/darkspectrum.theme %%DATADIR%%/themes/denim.theme +%%DATADIR%%/themes/diff.theme %%DATADIR%%/themes/duotone-dark-earth.theme %%DATADIR%%/themes/duotone-dark-forest.theme %%DATADIR%%/themes/duotone-dark-sea.theme
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408161841.47GIf3g5096473>