Skip to content

Commit

Permalink
textproc/highlight: the port had been updated to version 4.10
Browse files Browse the repository at this point in the history
Ensure that all installed binaries are stripped (subject to GUI
and DEBUG options).
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed Oct 30, 2023
1 parent 8290f03 commit 1b9e65c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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/
Expand Down Expand Up @@ -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>
6 changes: 3 additions & 3 deletions 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
3 changes: 3 additions & 0 deletions textproc/highlight/pkg-plist
Expand Up @@ -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
Expand All @@ -83,13 +84,15 @@ 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
%%DATADIR%%/langDefs/euphoria.lang
%%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
Expand Down

0 comments on commit 1b9e65c

Please sign in to comment.