Date: Mon, 30 Oct 2023 15:51:12 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: 1b9e65c9273a - main - textproc/highlight: the port had been updated to version 4.10 Message-ID: <202310301551.39UFpCOr022079@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=1b9e65c9273a26154d762ac9bef1a002318b6904 commit 1b9e65c9273a26154d762ac9bef1a002318b6904 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2023-10-30 15:50:30 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2023-10-30 15:50:30 +0000 textproc/highlight: the port had been updated to version 4.10 Ensure that all installed binaries are stripped (subject to GUI and DEBUG options). --- textproc/highlight/Makefile | 4 ++-- textproc/highlight/distinfo | 6 +++--- textproc/highlight/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index e53ebc7c37dc..1754ad89c956 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,5 +1,5 @@ PORTNAME= highlight -PORTVERSION= 4.8 +PORTVERSION= 4.10 PORTEPOCH= 3 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ @@ -42,6 +42,6 @@ post-install: .for cfg in filetypes lsp @cd ${STAGEDIR}${ETCDIR} && ${MV} ${cfg}.conf ${cfg}.conf.sample .endfor - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/highlight + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/highlight* .include <bsd.port.mk> diff --git a/textproc/highlight/distinfo b/textproc/highlight/distinfo index 586ac43807ec..5e61699f629d 100644 --- a/textproc/highlight/distinfo +++ b/textproc/highlight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693254944 -SHA256 (highlight-4.8.tar.bz2) = 5ab252d33884acb5c79b8e9a2510b335f874ba69de85c2c20fdf5dc4086fefc5 -SIZE (highlight-4.8.tar.bz2) = 1492966 +TIMESTAMP = 1697906926 +SHA256 (highlight-4.10.tar.bz2) = 4389a022367ceafb55a6cf7774c5d82d320ec2df4339bae4aab058c511338ad0 +SIZE (highlight-4.10.tar.bz2) = 1498745 diff --git a/textproc/highlight/pkg-plist b/textproc/highlight/pkg-plist index cd191e567003..cd075dafa163 100644 --- a/textproc/highlight/pkg-plist +++ b/textproc/highlight/pkg-plist @@ -66,6 +66,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/langDefs/coffeescript.lang %%DATADIR%%/langDefs/coldfusion.lang %%DATADIR%%/langDefs/conf.lang +%%DATADIR%%/langDefs/cpp2.lang %%DATADIR%%/langDefs/critic.lang %%DATADIR%%/langDefs/crk.lang %%DATADIR%%/langDefs/crystal.lang @@ -83,6 +84,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/langDefs/ebnf2.lang %%DATADIR%%/langDefs/eiffel.lang %%DATADIR%%/langDefs/elixir.lang +%%DATADIR%%/langDefs/elm.lang %%DATADIR%%/langDefs/email.lang %%DATADIR%%/langDefs/erb.lang %%DATADIR%%/langDefs/erlang.lang @@ -90,6 +92,7 @@ share/fish/vendor_completions.d/highlight.fish %%DATADIR%%/langDefs/exapunks.lang %%DATADIR%%/langDefs/excel.lang %%DATADIR%%/langDefs/express.lang +%%DATADIR%%/langDefs/factor.lang %%DATADIR%%/langDefs/fame.lang %%DATADIR%%/langDefs/fasm.lang %%DATADIR%%/langDefs/felix.lang
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310301551.39UFpCOr022079>