pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/patchutils



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Oct 10 01:08:12 UTC 2016

Modified Files:
        pkgsrc/devel/patchutils: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/patchutils/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/patchutils/distinfo

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

Modified files:

Index: pkgsrc/devel/patchutils/Makefile
diff -u pkgsrc/devel/patchutils/Makefile:1.19 pkgsrc/devel/patchutils/Makefile:1.20
--- pkgsrc/devel/patchutils/Makefile:1.19       Sat Jul  9 06:38:12 2016
+++ pkgsrc/devel/patchutils/Makefile    Mon Oct 10 01:08:12 2016
@@ -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 @@ GNU_CONFIGURE=                yes
 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"

Index: pkgsrc/devel/patchutils/distinfo
diff -u pkgsrc/devel/patchutils/distinfo:1.7 pkgsrc/devel/patchutils/distinfo:1.8
--- pkgsrc/devel/patchutils/distinfo:1.7        Tue Nov  3 03:29:01 2015
+++ pkgsrc/devel/patchutils/distinfo    Mon Oct 10 01:08:12 2016
@@ -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