summaryrefslogtreecommitdiff
path: root/devel/ruby-rcsparse/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-08 22:59:41 +0000
committerwiz <wiz>2009-08-08 22:59:41 +0000
commit1c39c16e7f31d80f00a4f94878bbee25faf0e844 (patch)
treee19e501873f52566dc5c76d61ad9ee103a037cdb /devel/ruby-rcsparse/Makefile
parentf4a591f07002c52c6fe7600da81daa6fccbf9e20 (diff)
downloadpkgsrc-1c39c16e7f31d80f00a4f94878bbee25faf0e844.tar.gz
Update to 45:
do not treat a failed rcscheckout() as system failure A failed checkout is not necessarily caused by a solid system error, but can be also caused by a faulty RCS file. Do not use rb_sys_fail(), since it will abort() if errno == 0. Instead, simply raise a RuntimeError. Reported-by: Brad King check deltas for correctness before applying We can not blindly trust the RCS file to contain correct deltas. We have to verify that the chunks (especially deletes) make sense and operate on existing lines. Reported-by: Brad King
Diffstat (limited to 'devel/ruby-rcsparse/Makefile')
-rw-r--r--devel/ruby-rcsparse/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-rcsparse/Makefile b/devel/ruby-rcsparse/Makefile
index e4782200562..bfd063d4270 100644
--- a/devel/ruby-rcsparse/Makefile
+++ b/devel/ruby-rcsparse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/05/19 08:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/08 22:59:41 wiz Exp $
-DISTNAME= 0aa8fb608963
-PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.43
+DISTNAME= 75d93404707d
+PKGNAME= ${RUBY_PKGPREFIX}-rcsparse-0.0.0.45
CATEGORIES= devel ruby
MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/
EXTRACT_SUFX= .tar.bz2