Date: Thu, 17 Nov 2022 12:15:11 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: 41d52516deb5 - main - textproc/highlight: the port had been updated to version 4.4. Message-ID: <202211171215.2AHCFB9Q056835@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=41d52516deb5939460f7da7d8565d4ba30a8c62d commit 41d52516deb5939460f7da7d8565d4ba30a8c62d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2022-11-17 12:13:58 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-11-17 12:13:58 +0000 textproc/highlight: the port had been updated to version 4.4. --- textproc/highlight/Makefile | 3 +-- textproc/highlight/distinfo | 6 +++--- textproc/highlight/files/patch-makefile | 20 -------------------- textproc/highlight/pkg-plist | 9 +++++++-- 4 files changed, 11 insertions(+), 27 deletions(-) diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index f2013db054e6..e99a68b26b3f 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,6 +1,5 @@ PORTNAME= highlight -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.4 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index bf0548ded809..115145812070 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647983313 -SHA256 (highlight-4.2.tar.bz2) = ed3efdb9b416b236e503989f9dfebdd94bf515536cfd183aefe36cefdd0d0468 -SIZE (highlight-4.2.tar.bz2) = 1479166 +TIMESTAMP = 1668261384 +SHA256 (highlight-4.4.tar.bz2) = 9682336941db6b081c9be616ee778fc306386ddd2ed87881db87578bfa2a39ba +SIZE (highlight-4.4.tar.bz2) = 1482821 diff --git a/textproc/highlight/files/patch-makefile b/textproc/highlight/files/patch-makefile index b2ab843cd4ac..37405ed65dfe 100644 --- a/textproc/highlight/files/patch-makefile +++ b/textproc/highlight/files/patch-makefile @@ -13,23 +13,3 @@ # Location of the highlight data files: data_dir = ${PREFIX}/share/highlight/ -@@ -16,7 +16,7 @@ data_dir = ${PREFIX}/share/highlight/ - bin_dir = ${PREFIX}/bin/ - - # Location of the highlight man pages: --man_dir = ${PREFIX}/share/man/ -+man_dir = ${PREFIX}/man/ - - # Location of the highlight documentation: - doc_dir = ${PREFIX}/share/doc/highlight/ -@@ -25,8 +25,8 @@ doc_dir = ${PREFIX}/share/doc/highlight/ - examples_dir = ${doc_dir}extras/ - - # Location of the highlight config files: --conf_dir = /etc/highlight/ --#conf_dir = ${PREFIX}/etc/highlight/ -+#conf_dir = /etc/highlight/ -+conf_dir = ${PREFIX}/etc/highlight/ - - # Location of additional gui files - desktop_apps = ${PREFIX}/share/applications/ diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index bd967cfd4008..d1fb8e216fa4 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -2,9 +2,9 @@ bin/highlight %%GUI%%bin/highlight-gui @sample %%ETCDIR%%/filetypes.conf.sample @sample %%ETCDIR%%/lsp.conf.sample -man/man1/highlight.1.gz -man/man5/filetypes.conf.5.gz %%GUI%%share/applications/highlight.desktop +share/bash-completion/completions/highlight +share/fish/vendor_completions.d/highlight.fish %%GUI%%share/icons/hicolor/256x256/apps/highlight.png %%GUI%%%%DATADIR%%/gui_files/ext/fileopenfilter.conf %%GUI%%%%DATADIR%%/gui_files/l10n/highlight_bg_BG.qm @@ -51,6 +51,7 @@ man/man5/filetypes.conf.5.gz %%DATADIR%%/langDefs/bnf.lang %%DATADIR%%/langDefs/boo.lang %%DATADIR%%/langDefs/c.lang +%%DATADIR%%/langDefs/carbon.lang %%DATADIR%%/langDefs/ceylon.lang %%DATADIR%%/langDefs/charmm.lang %%DATADIR%%/langDefs/chill.lang @@ -263,6 +264,7 @@ man/man5/filetypes.conf.5.gz %%DATADIR%%/langDefs/yaiff.lang %%DATADIR%%/langDefs/yaml.lang %%DATADIR%%/langDefs/yang.lang +%%DATADIR%%/langDefs/zig.lang %%DATADIR%%/langDefs/znn.lang %%DATADIR%%/plugins/asciidoc_html_add_links.lua %%DATADIR%%/plugins/bash_functions.lua @@ -506,3 +508,6 @@ man/man5/filetypes.conf.5.gz %%DATADIR%%/themes/zellner.theme %%DATADIR%%/themes/zenburn.theme %%DATADIR%%/themes/zmrok.theme +share/man/man1/highlight.1.gz +share/man/man5/filetypes.conf.5.gz +share/zsh/site-functions/_highlight
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211171215.2AHCFB9Q056835>