diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-07-23 05:16:43 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-07-23 05:16:43 +0000 |
commit | e0f2dc9d4b721b7b19a4f9d8d33ce9332b76f537 (patch) | |
tree | 6b9f6167736f3516187914604f77d3b5f07c5878 /textproc/libhighlight/buildlink3.mk | |
parent | 88ae70bfae98de143ad4bf1367e1b842f7fd919a (diff) | |
download | pkgsrc-e0f2dc9d4b721b7b19a4f9d8d33ce9332b76f537.tar.gz |
Update to 3.44. From the changelog:
- fixed gcc 8 compilation warnings
- fixed Ruby string interpolation
(https://github.com/andre-simon/highlight/issues/70)
- added support for ALAN IF (thanks to Tristano Ajmone)
- added 107 Base16 themes [https://github.com/chriskempson/base16]
(thanks to Tristano Ajmone)
- updated Rust and Java reserved words lists
- revised documentation
- moved extras/css-themes into extras/themes-resources
- added extras/themes-resources/base16 (thanks to Tristano Ajmone)
- GUI: added Base16 theme selection checkbox
- CLI: added --base16 option to enable the new themes
- CLI: accept - as argument to read from stdin
(https://github.com/andre-simon/highlight/issues/73)
Diffstat (limited to 'textproc/libhighlight/buildlink3.mk')
-rw-r--r-- | textproc/libhighlight/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libhighlight/buildlink3.mk b/textproc/libhighlight/buildlink3.mk index 55525b33ba8..578e27b1725 100644 --- a/textproc/libhighlight/buildlink3.mk +++ b/textproc/libhighlight/buildlink3.mk @@ -1,11 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.2 2018/05/03 13:13:51 schmonz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2018/07/23 05:16:43 schmonz Exp $ BUILDLINK_TREE+= libhighlight .if !defined(LIBHIGHLIGHT_BUILDLINK3_MK) LIBHIGHLIGHT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libhighlight+= libhighlight>=3.42 +BUILDLINK_API_DEPENDS.libhighlight+= libhighlight>=3.44 BUILDLINK_PKGSRCDIR.libhighlight?= ../../textproc/libhighlight .endif # LIBHIGHLIGHT_BUILDLINK3_MK |