diff options
author | emaste <emaste@FreeBSD.org> | 2017-03-01 23:16:16 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2017-03-01 23:16:16 +0000 |
commit | aa59f36645df40c81b8c0bbbbe398edd16974160 (patch) | |
tree | 28eb18afca562ee367e326a1e31849daa72a9dc3 | |
parent | baa796e756ba3981c1f2a40491692d3d2384b1d9 (diff) | |
download | FreeBSD-ports-aa59f36645df40c81b8c0bbbbe398edd16974160.zip FreeBSD-ports-aa59f36645df40c81b8c0bbbbe398edd16974160.tar.gz |
sysutils/py-diffoscope: update to version 78
[ Brett Smith ]
* comparators.json:
+ Catch bad JSON errors on Python pre-3.5. Closes: #855233
.
[ Chris Lamb ]
* tests:
+ Move normalize_zeros to more generic `utils.data` module.
+ Fix tests that call xxd fail on jessie due to output change.
Closes: #855239
.
[ Ed Maste ]
* comparators.directory:
+ Assume BSD-style stat(1) on FreeBSD. Closes: #855169
PR: 217392
Approved by: koobs
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sysutils/py-diffoscope/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-diffoscope/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 606ac98..8cf2dd2 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= diffoscope -PORTVERSION= 77 +PORTVERSION= 78 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-diffoscope/distinfo b/sysutils/py-diffoscope/distinfo index 6f120ef..29d9bf9 100644 --- a/sysutils/py-diffoscope/distinfo +++ b/sysutils/py-diffoscope/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487103573 -SHA256 (diffoscope-77.tar.gz) = c92ee656d5ddab18d6d499d9e01d208d2e38e31e78a6207b76211884e8352b73 -SIZE (diffoscope-77.tar.gz) = 466376 +TIMESTAMP = 1488200803 +SHA256 (diffoscope-78.tar.gz) = f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af +SIZE (diffoscope-78.tar.gz) = 466619 |