Update to highlight-3.50.
This commit is contained in:
parent
77ed1ebc33
commit
d174105620
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.61 2019/02/24 07:29:34 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.62 2019/05/02 09:16:45 benoit Exp $
|
||||
|
||||
COMMENT = convert source code to markup formats
|
||||
|
||||
DISTNAME = highlight-3.49
|
||||
DISTNAME = highlight-3.50
|
||||
CATEGORIES = textproc converters
|
||||
|
||||
HOMEPAGE = http://www.andre-simon.de/
|
||||
@ -37,9 +37,6 @@ MAKE_FLAGS = CXX=${CXX} \
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
post-extract:
|
||||
gunzip ${WRKSRC}/man/highlight.1.gz
|
||||
|
||||
do-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/makefile ${WRKSRC}/man/highlight.1 \
|
||||
${WRKSRC}/src/makefile
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (highlight-3.49.tar.bz2) = Upl3Tg1VTIPJYAFZbZQrPApOKITMYQJq7V1bVzCtkP4=
|
||||
SIZE (highlight-3.49.tar.bz2) = 1364886
|
||||
SHA256 (highlight-3.50.tar.bz2) = dIVHtWoJ9P2HqDJSmXgo95/bPAiV+s85dLgN/0XALDs=
|
||||
SIZE (highlight-3.50.tar.bz2) = 1386968
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-man_highlight_1,v 1.11 2019/02/24 07:29:35 benoit Exp $
|
||||
$OpenBSD: patch-man_highlight_1,v 1.12 2019/05/02 09:16:45 benoit Exp $
|
||||
Index: man/highlight.1
|
||||
--- man/highlight.1.orig
|
||||
+++ man/highlight.1
|
||||
@@ -219,13 +219,13 @@ Wrapping lines with -V or -W will cause faulty highlig
|
||||
@@ -224,13 +224,13 @@ Wrapping lines with -V or -W will cause faulty highlig
|
||||
Using line-range might interfere with multi line syntax elements. Use with caution.
|
||||
.SH FILES
|
||||
The configuration files are stored in
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.37 2019/02/24 07:29:35 benoit Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.38 2019/05/02 09:16:45 benoit Exp $
|
||||
@bin bin/highlight
|
||||
@man man/man1/highlight.1
|
||||
share/doc/highlight/
|
||||
@ -58,6 +58,7 @@ share/highlight/langDefs/coffee.lang
|
||||
share/highlight/langDefs/coldfusion.lang
|
||||
share/highlight/langDefs/conf.lang
|
||||
share/highlight/langDefs/crk.lang
|
||||
share/highlight/langDefs/crystal.lang
|
||||
share/highlight/langDefs/cs_block_regex.lang
|
||||
share/highlight/langDefs/csharp.lang
|
||||
share/highlight/langDefs/css.lang
|
||||
@ -197,10 +198,12 @@ share/highlight/langDefs/rs.lang
|
||||
share/highlight/langDefs/ruby.lang
|
||||
share/highlight/langDefs/s.lang
|
||||
share/highlight/langDefs/sas.lang
|
||||
share/highlight/langDefs/scad.lang
|
||||
share/highlight/langDefs/scala.lang
|
||||
share/highlight/langDefs/scilab.lang
|
||||
share/highlight/langDefs/scss.lang
|
||||
share/highlight/langDefs/sh.lang
|
||||
share/highlight/langDefs/slim.lang
|
||||
share/highlight/langDefs/small.lang
|
||||
share/highlight/langDefs/smalltalk.lang
|
||||
share/highlight/langDefs/sml.lang
|
||||
|
Loading…
Reference in New Issue
Block a user