svn commit: r530702 - head/graphics/diff-pdf
Tobias C. Berner
tcberner at FreeBSD.org
Sat Apr 4 18:16:41 UTC 2020
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 at 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 at 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
More information about the svn-ports-all
mailing list