Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 18:16:27 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530702 - head/graphics/diff-pdf
Message-ID:  <202004041816.034IGRZw050794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <uzsolt@uzsolt.hu> (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



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