From owner-svn-ports-all@freebsd.org Sat Apr 4 18:16:40 2020 Return-Path: Delivered-To: svn-ports-all@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 DE5A127C83B; Sat, 4 Apr 2020 18:16:40 +0000 (UTC) (envelope-from tcberner@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 48vlPL5hTJz3y0j; Sat, 4 Apr 2020 18:16:38 +0000 (UTC) (envelope-from tcberner@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 BFD2E259B4; Sat, 4 Apr 2020 18:16:27 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 034IGRED050796; Sat, 4 Apr 2020 18:16:27 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 034IGRZw050794; Sat, 4 Apr 2020 18:16:27 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202004041816.034IGRZw050794@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 4 Apr 2020 18:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530702 - head/graphics/diff-pdf X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/diff-pdf X-SVN-Commit-Revision: 530702 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 18:16:41 -0000 Author: tcberner Date: Sat Apr 4 18:16:26 2020 New Revision: 530702 URL: https://svnweb.freebsd.org/changeset/ports/530702 Log: graphics/diff-pdf: Update to 0.4.1 Changelog (https://github.com/vslavik/diff-pdf/releases): * Added new useful options: --skip-identical only outputs pages with actual differences --channel-tolerance makes it easy to ignore tiny differences --mark-differences adds visual markers to the margin to highlight where small changes are * Fixes some bugs PR: 245133 Submitted by: Zsolt Udvari (maintainer) Modified: head/graphics/diff-pdf/Makefile head/graphics/diff-pdf/distinfo Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Sat Apr 4 18:11:46 2020 (r530701) +++ head/graphics/diff-pdf/Makefile Sat Apr 4 18:16:26 2020 (r530702) @@ -2,8 +2,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v -DISTVERSION= 0.3-20190713 -PORTREVISION= 4 +DISTVERSION= 0.4.1 CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu Modified: head/graphics/diff-pdf/distinfo ============================================================================== --- head/graphics/diff-pdf/distinfo Sat Apr 4 18:11:46 2020 (r530701) +++ head/graphics/diff-pdf/distinfo Sat Apr 4 18:16:26 2020 (r530702) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572703534 -SHA256 (vslavik-diff-pdf-v0.3-20190713-6741ab9_GH0.tar.gz) = 0f5e7ba38034daff3045409cb60ff683e8fa5074d4403f15e2543c86145e2c56 -SIZE (vslavik-diff-pdf-v0.3-20190713-6741ab9_GH0.tar.gz) = 34215 +TIMESTAMP = 1585401960 +SHA256 (vslavik-diff-pdf-v0.4.1-6741ab9_GH0.tar.gz) = 0f5e7ba38034daff3045409cb60ff683e8fa5074d4403f15e2543c86145e2c56 +SIZE (vslavik-diff-pdf-v0.4.1-6741ab9_GH0.tar.gz) = 34215