Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Merge pull request #686 from svagner/master
Matthew Seaman committed 12 years ago
commit dece64d9f50af8903f38478a175d9a8e54b0b114
parent a6f6401
2 files changed +10 -2
modified external/libucl/src/ucl_parser.c
@@ -1232,6 +1232,14 @@ ucl_parse_value (struct ucl_parser *parser, struct ucl_chunk *chunk)
				return false;
			}
			str_len = chunk->pos - c - 2;
+

+
			/* May be it's boolean? */
+
			if (ucl_maybe_parse_boolean(obj, c + 1, str_len)) {
+
				parser->state = UCL_STATE_AFTER_VALUE;
+
				p = chunk->pos;
+
				return true;
+
			} 
+

			obj->type = UCL_STRING;
			if ((str_len = ucl_copy_or_store_ptr (parser, c + 1, &obj->trash_stack[UCL_TRASH_VALUE],
					&obj->value.sv, str_len, need_unescape, false, var_expand)) == -1) {
modified pkg/pkg-info.8
@@ -114,8 +114,8 @@ origin.
Added only for Ports compatibility.
.Pp
.It Fl E
-
Currently not implemented.
-
Added only for Ports compatibility.
+
It is equal to the quiet output.
+
This option is deprecated. Exists only for Ports compatibility.
.It Fl o
Display
.Ar pkg-name