From owner-svn-ports-branches@freebsd.org Fri Mar 13 04:48:59 2020 Return-Path: Delivered-To: svn-ports-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5E0EF273EC3; Fri, 13 Mar 2020 04:48:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48dtWZ4g8lz4Z7C; Fri, 13 Mar 2020 04:48:58 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B791F8A7; Fri, 13 Mar 2020 04:48:57 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02D4mvP7066133; Fri, 13 Mar 2020 04:48:57 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02D4mvNU066132; Fri, 13 Mar 2020 04:48:57 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202003130448.02D4mvNU066132@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 13 Mar 2020 04:48:57 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in branches/2020Q1/sysutils/py-diffoscope: . files X-SVN-Commit-Revision: 528329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2020 04:48:59 -0000 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 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}