summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2013-08-21 10:18:03 +0000
committershattered <shattered@pkgsrc.org>2013-08-21 10:18:03 +0000
commit224f8ec911443438cc65af9ea9f0ed5e93ed354c (patch)
tree6d6138d9f13c3ec9a0b9a8e51b69859e2d121a9f /devel
parent4e1ebe9c138f0302b060a4e5d9d336e0f33ade1f (diff)
downloadpkgsrc-224f8ec911443438cc65af9ea9f0ed5e93ed354c.tar.gz
Update to 0.3.2. Changes:
- Interdiff had previously been putting absolute filenames in the input to the patch program. It now avoids doing this. - Editdiff no longer runs rediff when no changes were made in the editor. - The correct exit status is now set when the decompress option fails. - A temporary file leak has been fixed.
Diffstat (limited to 'devel')
-rw-r--r--devel/patchutils/Makefile7
-rw-r--r--devel/patchutils/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/patchutils/Makefile b/devel/patchutils/Makefile
index cb36685d510..9de6e3b3adf 100644
--- a/devel/patchutils/Makefile
+++ b/devel/patchutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2013/05/31 12:40:56 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2013/08/21 10:18:03 shattered Exp $
#
-DISTNAME= patchutils-0.3.0
-PKGREVISION= 2
+DISTNAME= patchutils-0.3.2
+#KGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
EXTRACT_SUFX= .tar.bz2
@@ -18,6 +18,7 @@ USE_TOOLS+= perl:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
+CHECK_PORTABILITY_SKIP+=tests/rediff2/run-test
REPLACE_BASH+= editdiff.in espdiff.in
USE_TOOLS+= bash:run
diff --git a/devel/patchutils/distinfo b/devel/patchutils/distinfo
index 80971a6ef49..2d51c8bdf36 100644
--- a/devel/patchutils/distinfo
+++ b/devel/patchutils/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/11/09 05:19:57 bjs Exp $
+$NetBSD: distinfo,v 1.5 2013/08/21 10:18:03 shattered Exp $
-SHA1 (patchutils-0.3.0.tar.bz2) = 31363bf7f0cb17ddb1fd822767b9ad84c5b877f8
-RMD160 (patchutils-0.3.0.tar.bz2) = fc8e8c227c6a1bf5df4bedc6a95065b620a22dbe
-Size (patchutils-0.3.0.tar.bz2) = 149003 bytes
+SHA1 (patchutils-0.3.2.tar.bz2) = 00c9d41318240bfae93843abd442adbdc8c4b568
+RMD160 (patchutils-0.3.2.tar.bz2) = 0eaa1947e2804d393a2971c213e1d08a62047b6b
+Size (patchutils-0.3.2.tar.bz2) = 160193 bytes