pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/difftastic



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu Aug  1 17:43:13 UTC 2024

Modified Files:
        pkgsrc/devel/difftastic: Makefile cargo-depends.mk distinfo

Log Message:
devel/difftastic: update to 0.60.0

Diffing
 - Fixed a crash (introduced in 0.59) when the final changed hunk included the last line of the file.

Display
 - Fixed an issue where files with no common content would show duplicate hunks.
 - Fixed a performance issue when files had extremely long lines (e.g. 100,000+ characters).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/difftastic/Makefile \
    pkgsrc/devel/difftastic/distinfo
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/difftastic/cargo-depends.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/difftastic/Makefile
diff -u pkgsrc/devel/difftastic/Makefile:1.35 pkgsrc/devel/difftastic/Makefile:1.36
--- pkgsrc/devel/difftastic/Makefile:1.35       Fri Jul 26 08:59:51 2024
+++ pkgsrc/devel/difftastic/Makefile    Thu Aug  1 17:43:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/07/26 08:59:51 pin Exp $
+# $NetBSD: Makefile,v 1.36 2024/08/01 17:43:13 pin Exp $
 
-DISTNAME=      difftastic-0.59.0
+DISTNAME=      difftastic-0.60.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Wilfred/}
 
Index: pkgsrc/devel/difftastic/distinfo
diff -u pkgsrc/devel/difftastic/distinfo:1.35 pkgsrc/devel/difftastic/distinfo:1.36
--- pkgsrc/devel/difftastic/distinfo:1.35       Fri Jul 26 08:59:51 2024
+++ pkgsrc/devel/difftastic/distinfo    Thu Aug  1 17:43:13 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2024/07/26 08:59:51 pin Exp $
+$NetBSD: distinfo,v 1.36 2024/08/01 17:43:13 pin Exp $
 
 BLAKE2s (ahash-0.8.11.crate) = b565d757eebd61e61c4bc77b956fab61c32f9c87787bda573646cff2dac812fe
 SHA512 (ahash-0.8.11.crate) = 47d211b2422de0b381dfe32229faa346406eb7a22dff867dc04c22389609a8671ce3218e662000c49891a06c259d82e0ff4413740f007729d80e097a6c3f0d9d
@@ -69,9 +69,9 @@ Size (diff-0.1.13.crate) = 46216 bytes
 BLAKE2s (difflib-0.4.0.crate) = 9dedf118200e28f553a5eac255f0d880196f1e55fb258011866d9f8421cb0122
 SHA512 (difflib-0.4.0.crate) = fcb57859424fea6958a4407061c421599fbca111357b1fe72faa65d8fb0b74425c993a24484e8414f475fa146cd8368c4f82e1ceb4e8dd9f95741149345b37a9
 Size (difflib-0.4.0.crate) = 7638 bytes
-BLAKE2s (difftastic-0.59.0.tar.gz) = 5fee439518dc62eabcf493f1dc962cd77ef082029d6c89d46c8c69b03f289573
-SHA512 (difftastic-0.59.0.tar.gz) = 4e9ec51542b7ecb2864676c44ec6e6971edda181b2123699b4cdb006ab5e9de1f6e360170dfa526aecc5704e7d12484f812c618d0ce0649d9250ae2304e494be
-Size (difftastic-0.59.0.tar.gz) = 43984897 bytes
+BLAKE2s (difftastic-0.60.0.tar.gz) = 50bce7e1a165146383c7d8c24db58377814683f103c88704549daecd9cf7106b
+SHA512 (difftastic-0.60.0.tar.gz) = ad72ba1cbaa803683e682864f6289d4456cd15fd377e2c59c75d799a5e416ac2885f5fbd2dc5201143a214ce2dcf65dd357f8d844c5dbf43463eebd0ece9560e
+Size (difftastic-0.60.0.tar.gz) = 44037544 bytes
 BLAKE2s (doc-comment-0.3.3.crate) = 3c6c0c2b176af73b7f930c90bde1054195adccd234d74431050b27bcfefff615
 SHA512 (doc-comment-0.3.3.crate) = e98ff9646a3612bd41bb6f278e7b6e9a0c58747f8b82524da814cf51b7f06c76ad4d65b502ac5740e818744abb295f78f15f8262d0b50ced1523f6d1a26939ba
 Size (doc-comment-0.3.3.crate) = 4123 bytes

Index: pkgsrc/devel/difftastic/cargo-depends.mk
diff -u pkgsrc/devel/difftastic/cargo-depends.mk:1.26 pkgsrc/devel/difftastic/cargo-depends.mk:1.27
--- pkgsrc/devel/difftastic/cargo-depends.mk:1.26       Fri Jul 26 08:59:51 2024
+++ pkgsrc/devel/difftastic/cargo-depends.mk    Thu Aug  1 17:43:13 2024
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.26 2024/07/26 08:59:51 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.27 2024/08/01 17:43:13 pin Exp $
 
 CARGO_CRATE_DEPENDS+=  ahash-0.8.11
 CARGO_CRATE_DEPENDS+=  aho-corasick-1.1.3



Home | Main Index | Thread Index | Old Index