svn commit: r435204 - head/sysutils/py-diffoscope
Ed Maste
emaste at FreeBSD.org
Wed Mar 1 23:16:18 UTC 2017
Author: emaste (src committer)
Date: Wed Mar 1 23:16:16 2017
New Revision: 435204
URL: https://svnweb.freebsd.org/changeset/ports/435204
Log:
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
Modified:
head/sysutils/py-diffoscope/Makefile
head/sysutils/py-diffoscope/distinfo
Modified: head/sysutils/py-diffoscope/Makefile
==============================================================================
--- head/sysutils/py-diffoscope/Makefile Wed Mar 1 22:08:29 2017 (r435203)
+++ head/sysutils/py-diffoscope/Makefile Wed Mar 1 23:16:16 2017 (r435204)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= diffoscope
-PORTVERSION= 77
+PORTVERSION= 78
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/sysutils/py-diffoscope/distinfo
==============================================================================
--- head/sysutils/py-diffoscope/distinfo Wed Mar 1 22:08:29 2017 (r435203)
+++ head/sysutils/py-diffoscope/distinfo Wed Mar 1 23:16:16 2017 (r435204)
@@ -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
More information about the svn-ports-all
mailing list