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
This commit is contained in:
parent
c8e1ea6f6c
commit
67dab4a68a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435204
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= diffoscope
|
||||
PORTVERSION= 77
|
||||
PORTVERSION= 78
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue