Update leatherman to 1.4.0

ChangeLog:
https://github.com/puppetlabs/leatherman/blob/master/CHANGELOG.md#140

Bump PORTREVISION of dependent ports.

With hat:	puppet
This commit is contained in:
Romain Tartière 2018-02-13 12:48:06 +00:00
parent 5ff0a8d718
commit 9b18aeeceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461702
5 changed files with 6 additions and 19 deletions

View file

@ -2,7 +2,7 @@
PORTNAME= cpp-hocon
PORTVERSION= 0.1.6
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel
MAINTAINER= puppet@FreeBSD.org

View file

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= leatherman
PORTVERSION= 1.3.0
PORTREVISION= 4
PORTVERSION= 1.4.0
CATEGORIES= devel
MAINTAINER= puppet@FreeBSD.org

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1505892582
SHA256 (puppetlabs-leatherman-1.3.0_GH0.tar.gz) = 282bc54ca28e8269a392bbda423b940177a5925246ab961c7a5c338046b51ba0
SIZE (puppetlabs-leatherman-1.3.0_GH0.tar.gz) = 434229
TIMESTAMP = 1518523478
SHA256 (puppetlabs-leatherman-1.4.0_GH0.tar.gz) = 34e638458d7353fb6887d976f60acde436c760e081d7478dbf5643e0b7657d57
SIZE (puppetlabs-leatherman-1.4.0_GH0.tar.gz) = 805151

View file

@ -1,13 +0,0 @@
This is a workaround for this bug:
https://github.com/philsquared/Catch/blob/master/docs/limitations.md#clangg----skipping-leaf-sections-after-an-exception
--- json_container/tests/json_container_test.cc.orig 2017-08-25 18:32:21 UTC
+++ json_container/tests/json_container_test.cc
@@ -80,7 +80,7 @@ TEST_CASE("JsonContainer::JsonContainer
json_value = "null";
}
- REQUIRE_NOTHROW(JsonContainer { json_value });
+ REQUIRE_NOTHROW(if (json_value != "") { JsonContainer { json_value };});
}
SECTION("it should throw a data_parse_error in case of empty string") {

View file

@ -2,6 +2,7 @@
PORTNAME= facter
PORTVERSION= 3.9.4
PORTREVISION= 1
CATEGORIES?= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/facter/