Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 04:48:57 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r528329 - in branches/2020Q1/sysutils/py-diffoscope: . files
Message-ID:  <202003130448.02D4mvNU066132@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Fri Mar 13 04:48:57 2020
New Revision: 528329
URL: https://svnweb.freebsd.org/changeset/ports/528329

Log:
  MFH: r528327 sysutils/py-diffoscope: Restore portability of zipinfo call
  
  /dev/stdin is a non-portable non-POSIX extension having different
  semantics on different operating systems. zininfo(1) exits with 9 when
  /dev/stdin is supplied on FreeBSD. In fact, unzip(1) explicitly documents
  that it does not support reading from stdin.
  
  [1] https://lists.reproducible-builds.org/pipermail/diffoscope/2020-March/002632.html
  
  PR:		244750
  Submitted by:	Michael Osipov <michael.osipov siemens com>
  
  Approved by:	ports-secteam (blanket: runtime bugfix)

Added:
  branches/2020Q1/sysutils/py-diffoscope/files/
     - copied from r528327, head/sysutils/py-diffoscope/files/
Modified:
  branches/2020Q1/sysutils/py-diffoscope/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/sysutils/py-diffoscope/Makefile
==============================================================================
--- branches/2020Q1/sysutils/py-diffoscope/Makefile	Fri Mar 13 04:48:10 2020	(r528328)
+++ branches/2020Q1/sysutils/py-diffoscope/Makefile	Fri Mar 13 04:48:57 2020	(r528329)
@@ -3,6 +3,7 @@
 
 PORTNAME=	diffoscope
 PORTVERSION=	108
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003130448.02D4mvNU066132>