diff options
author | alnsn <alnsn@pkgsrc.org> | 2017-02-25 09:21:10 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2017-02-25 09:21:10 +0000 |
commit | 99f0073746998062510f212ebdaa210376e495e6 (patch) | |
tree | fa501b693fb32d0eca9d4eeb5522e8358123d6c2 /textproc/LDoc | |
parent | bd4de75f5c20ea82209f348465e548f89b7fd50a (diff) | |
download | pkgsrc-99f0073746998062510f212ebdaa210376e495e6.tar.gz |
Update textproc/LDoc to version 1.4.6.
Prompted by https://repology.org.
Changes since 1.4.5:
- typo in last commit (Eagle eyes of Gary)
- issue #251 avoid potential clash between built-in and custom defined
kinds like sections
- Issue #248 overeager error messages for module-level fields
- Issue #248: assignment wrong way around (Monday morning mode)
- Issue #248 standalone field considered a parse error; reset is_local
after parse_error set
Diffstat (limited to 'textproc/LDoc')
-rw-r--r-- | textproc/LDoc/Makefile | 4 | ||||
-rw-r--r-- | textproc/LDoc/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/LDoc/Makefile b/textproc/LDoc/Makefile index 14a86b7dc92..785e36659d3 100644 --- a/textproc/LDoc/Makefile +++ b/textproc/LDoc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2016/11/20 10:57:31 alnsn Exp $ +# $NetBSD: Makefile,v 1.4 2017/02/25 09:21:10 alnsn Exp $ -DISTNAME= LDoc-1.4.5 +DISTNAME= LDoc-1.4.6 PKGNAME= ${DISTNAME:S/LDoc/${LUA_PKGPREFIX}-LDoc/} CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=stevedonovan/} diff --git a/textproc/LDoc/distinfo b/textproc/LDoc/distinfo index 23b8a590099..e632849230e 100644 --- a/textproc/LDoc/distinfo +++ b/textproc/LDoc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2016/11/20 10:57:31 alnsn Exp $ +$NetBSD: distinfo,v 1.3 2017/02/25 09:21:10 alnsn Exp $ -SHA1 (LDoc-1.4.5.tar.gz) = 10d8863d5d1eddc3340a7c8951d83f7def2753fb -RMD160 (LDoc-1.4.5.tar.gz) = dfd4c8c212302978028f75a7a45eb2eeb6e9c555 -SHA512 (LDoc-1.4.5.tar.gz) = 11a8177aab110157ee7b7aca8627b41059da748bdc795ba8233f82c7b9f1273d4607288f5ad45c53f492862c653f734cbe48abdb994c74897a46ccb3b3dd8281 -Size (LDoc-1.4.5.tar.gz) = 125931 bytes +SHA1 (LDoc-1.4.6.tar.gz) = 587ea175311110144df0d9c2175a72e462378e04 +RMD160 (LDoc-1.4.6.tar.gz) = b1d1fa7967af7f5c9c598c0a4898940e4275b03e +SHA512 (LDoc-1.4.6.tar.gz) = bcaddba4e462a4fb0aa0d8fcff390de3f195fa5cc569d8f05b84ad0fff900f5ac945be7a2eb15cf5ca60cc462f02c874579e4a19e33776178a04104ef9d944af +Size (LDoc-1.4.6.tar.gz) = 126080 bytes |