svn commit: r528398 - branches/2020Q1/sysutils/py-diffoscope

Kubilay Kocak koobs at FreeBSD.org
Sat Mar 14 02:20:09 UTC 2020


Author: koobs
Date: Sat Mar 14 02:20:07 2020
New Revision: 528398
URL: https://svnweb.freebsd.org/changeset/ports/528398

Log:
  MFH: r526348 sysutils/py-diffoscope: Update to 136
  
  Merge ports r526348 (update to 136, bugfix release) which should have
  been merged with ports r528329
  
  PR:		244750
  
  Approved by:	ports-secteam (blanket: bugfix release, fix quarterly regression)

Modified:
  branches/2020Q1/sysutils/py-diffoscope/Makefile
  branches/2020Q1/sysutils/py-diffoscope/distinfo
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/sysutils/py-diffoscope/Makefile
==============================================================================
--- branches/2020Q1/sysutils/py-diffoscope/Makefile	Sat Mar 14 00:53:08 2020	(r528397)
+++ branches/2020Q1/sysutils/py-diffoscope/Makefile	Sat Mar 14 02:20:07 2020	(r528398)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	diffoscope
-PORTVERSION=	108
+PORTVERSION=	136
 PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
@@ -28,6 +28,6 @@ USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 
 do-test:
-	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test --pytest-args="-rsx -l -vv"
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
 
 .include <bsd.port.mk>

Modified: branches/2020Q1/sysutils/py-diffoscope/distinfo
==============================================================================
--- branches/2020Q1/sysutils/py-diffoscope/distinfo	Sat Mar 14 00:53:08 2020	(r528397)
+++ branches/2020Q1/sysutils/py-diffoscope/distinfo	Sat Mar 14 02:20:07 2020	(r528398)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548740897
-SHA256 (diffoscope-108.tar.gz) = 247408365671cd19c1d16ece214677b5a52c53e278f4cce1117b4a5567ab4b6d
-SIZE (diffoscope-108.tar.gz) = 9991633
+TIMESTAMP = 1581919566
+SHA256 (diffoscope-136.tar.gz) = 0d6486d6eb6e0445ba21fee2e8bdd3a366ce786bfac98e00e5a95038b7815f15
+SIZE (diffoscope-136.tar.gz) = 1557070


More information about the svn-ports-all mailing list