diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-12-16 07:04:32 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-12-16 07:04:32 +0000 |
commit | b5e9adee384c824147049eb05f0bd5b0a50f2cac (patch) | |
tree | 03a9d73a63ebe093944be3901e762e468966c2b9 /textproc | |
parent | 35481d22a78f930b583bfdc9a13d3687e8143d36 (diff) | |
download | pkgsrc-b5e9adee384c824147049eb05f0bd5b0a50f2cac.tar.gz |
Update to highlight 3.48. From the changelog:
- fixed --list-scripts abortion with Fedora default compilation options
(https://gitlab.com/saalen/highlight/issues/84)
- fixed a problem with syntax test indicators reporting wrong states after comments
- improved Verilog syntax
- improved quoted string highlighting for Perl and Ruby
- detection of pkg-config's Lua version in src/makefile
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/highlight/Makefile | 3 | ||||
-rw-r--r-- | textproc/libhighlight/Makefile.common | 4 | ||||
-rw-r--r-- | textproc/libhighlight/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile index 8e1f50c498d..8d848fcdf2b 100644 --- a/textproc/highlight/Makefile +++ b/textproc/highlight/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.17 2018/12/09 18:52:47 adam Exp $ +# $NetBSD: Makefile,v 1.18 2018/12/16 07:04:32 schmonz Exp $ -PKGREVISION= 2 .include "../../textproc/libhighlight/Makefile.common" MANCOMPRESSED= yes diff --git a/textproc/libhighlight/Makefile.common b/textproc/libhighlight/Makefile.common index d76b6d00d46..0482a0498b5 100644 --- a/textproc/libhighlight/Makefile.common +++ b/textproc/libhighlight/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.4 2018/10/14 12:17:50 schmonz Exp $ +# $NetBSD: Makefile.common,v 1.5 2018/12/16 07:04:32 schmonz Exp $ # used by textproc/highlight/Makefile # used by textproc/libhighlight/Makefile # used by textproc/p5-highlight/Makefile DISTNAME= highlight-${VERSION} -VERSION= 3.47 +VERSION= 3.48 CATEGORIES= textproc MASTER_SITES= http://www.andre-simon.de/zip/ EXTRACT_SUFX= .tar.bz2 diff --git a/textproc/libhighlight/distinfo b/textproc/libhighlight/distinfo index bd4b1e9ecd0..687dd87f5c2 100644 --- a/textproc/libhighlight/distinfo +++ b/textproc/libhighlight/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2018/10/14 12:17:50 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2018/12/16 07:04:32 schmonz Exp $ -SHA1 (highlight-3.47.tar.bz2) = 8a420055155740e52f3f67e86185d188e8d87ca1 -RMD160 (highlight-3.47.tar.bz2) = e485291fbc0039d3d1046dcfecab21cc2c9b6fff -SHA512 (highlight-3.47.tar.bz2) = 286dcc0db33c8b250852f7b607eb313afbd83da7ead6bde8a35ed5b7f59438b0345725a31dd5969347af10aba0c981f6bf2ce5683b801c45ee27b2b3c6ed21ed -Size (highlight-3.47.tar.bz2) = 1360358 bytes +SHA1 (highlight-3.48.tar.bz2) = b04dc11c7ec2ed3bcb93cb4fe01a26930d984b4e +RMD160 (highlight-3.48.tar.bz2) = b36dbf2deb4e86f52b7a970912c50a1d0a10845d +SHA512 (highlight-3.48.tar.bz2) = b6508c3f0ed108126d07690b3ea878ac68814ae15ae3986096b2325f90d997bf467f2b3eeaa89da4feb2b8b39393a44e2ee0b89dc4584a7a7d4ca57475397451 +Size (highlight-3.48.tar.bz2) = 1360467 bytes SHA1 (patch-extras_swig_makefile) = 2bb62f7519cd5baed60b1af5f606ce22444c346f SHA1 (patch-makefile) = e2a251415fffd38c2ebf73f1e7b57698a6f3f11e SHA1 (patch-src_core_platform__fs.cpp) = 2f95652e616026b435ff369e59fbc2fc67a613a0 |