diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-06-15 00:58:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-06-15 00:58:20 +0800 |
commit | 3a4ab49eccc8c502bceefbc80eb2c0665eee4310 (patch) | |
tree | 7cea3d383ddc1d8a3a0385955b4b37af3f5cecb0 | |
parent | 6e911392b0d7d766111b6180cdff0669ef2cd983 (diff) | |
download | freebsd-ports-gnome-3a4ab49eccc8c502bceefbc80eb2c0665eee4310.tar.gz freebsd-ports-gnome-3a4ab49eccc8c502bceefbc80eb2c0665eee4310.tar.zst freebsd-ports-gnome-3a4ab49eccc8c502bceefbc80eb2c0665eee4310.zip |
- Update to 2.12.12
Changes:
2.12.12:
- Recognize references in ABNF comments. Since v2.08.03 references in ABNF
parts of a document have been ignored, to avoid spurious warnings because of
bracketed ABNF explressions; but within ABNF comments it is appropriate to
register references.
2.12.11:
- Added support for explicitly noting downrefs for which excemptions has been
granted in the past (based on
http://trac.tools.ietf.org/group/iesg/trac/wiki/DownrefRegistry).
2.12.10:
- Added diagnostic messages for various downloaded status files when running
in verbose mode.
-rw-r--r-- | textproc/idnits/Makefile | 2 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index dafb2b3a894e..3530f4f396e0 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -6,7 +6,7 @@ # PORTNAME= idnits -PORTVERSION= 2.12.09 +PORTVERSION= 2.12.12 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 5cb7afe10e57..961d0e3e4d7f 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,2 +1,2 @@ -SHA256 (idnits-2.12.09.tgz) = 509a46045b2e7bd52953f57772720463ca584ac20b0d54c1efad4fdae0ef0974 -SIZE (idnits-2.12.09.tgz) = 55419 +SHA256 (idnits-2.12.12.tgz) = 6403ce455045d0a0327f55db384d8193f59f9ca304d81de87ded9d3b5561112a +SIZE (idnits-2.12.12.tgz) = 55889 |