pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/patchutils Updated devel/patchutils to 0.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3ed9c74c51d
branches:  trunk
changeset: 353684:c3ed9c74c51d
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Oct 10 01:08:12 2016 +0000

description:
Updated devel/patchutils to 0.3.4
---------------------------------
0.3.4 (stable)

        Some fixes for filterdiff and rediff. The splitdiff utility
        now has an option to write output to a subdirectory. Ranges
        can now be prefixed by a modifier ('x') to exclude spans
        instead of include them. Extended headers produced by git are
        now handled by filterdiff and interdiff.

diffstat:

 devel/patchutils/Makefile |   7 +++----
 devel/patchutils/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 6bc6205a75b0 -r c3ed9c74c51d devel/patchutils/Makefile
--- a/devel/patchutils/Makefile Mon Oct 10 00:05:46 2016 +0000
+++ b/devel/patchutils/Makefile Mon Oct 10 01:08:12 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/07/09 06:38:12 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/10 01:08:12 mef Exp $
 
-DISTNAME=              patchutils-0.3.3
-PKGREVISION=           2
+DISTNAME=              patchutils-0.3.4
 CATEGORIES=            devel
 MASTER_SITES=          http://cyberelk.net/tim/data/patchutils/stable/
 EXTRACT_SUFX=          .tar.xz
@@ -19,7 +18,7 @@
 CONFIGURE_ARGS+=       --with-patch=${PREFIX}/bin/gpatch
 
 CHECK_PORTABILITY_SKIP+=tests/rediff2/run-test
-REPLACE_BASH+=         editdiff.in espdiff.in
+REPLACE_BASH+=         scripts/editdiff.in scripts/espdiff.in
 USE_TOOLS+=            bash:run
 
 .include "../../mk/bsd.pkg.mk"
diff -r 6bc6205a75b0 -r c3ed9c74c51d devel/patchutils/distinfo
--- a/devel/patchutils/distinfo Mon Oct 10 00:05:46 2016 +0000
+++ b/devel/patchutils/distinfo Mon Oct 10 01:08:12 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:29:01 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/10/10 01:08:12 mef Exp $
 
-SHA1 (patchutils-0.3.3.tar.xz) = 89d3f8a454bacede1b9a112b3a13701ed876fcc1
-RMD160 (patchutils-0.3.3.tar.xz) = 92cd118e8520eba57b32058b55ba553727fffad2
-SHA512 (patchutils-0.3.3.tar.xz) = 4ec085078e9ae2e878dc10fbfea5974d9772716aef5d8e130a0023ceaa26640bccfaf1022c8153923b38230b36c8d4dddf4aaa674076c733bb1277895b63a268
-Size (patchutils-0.3.3.tar.xz) = 156328 bytes
+SHA1 (patchutils-0.3.4.tar.xz) = b1d91eb1e2213450eae666a4701b3f917625dea3
+RMD160 (patchutils-0.3.4.tar.xz) = dd3084101f5467ee8de7649c06e7e28071c22905
+SHA512 (patchutils-0.3.4.tar.xz) = ede006122fad180b78feaf69294f1c40c0a764981fa581f1893abeeb0421f9d586fc33f79d065690a6bc6187a31f11311b086669879dde12c6e49c7c8a2aa440
+Size (patchutils-0.3.4.tar.xz) = 166400 bytes



Home | Main Index | Thread Index | Old Index