summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-09-14 12:48:50 +0000
committertnn <tnn@pkgsrc.org>2007-09-14 12:48:50 +0000
commit9f2d549ce32f165405d27eeb863b1dc63a524949 (patch)
tree628f62f622836bd88c34f9b6f90e7dd53da75a34 /math
parent76c5c20fdad6a76301b2a722450633cf8ac1f5cc (diff)
downloadpkgsrc-9f2d549ce32f165405d27eeb863b1dc63a524949.tar.gz
Update to orpie-1.5.1. Minor release that fixes a crash on keyboard input.
Diffstat (limited to 'math')
-rw-r--r--math/orpie/Makefile4
-rw-r--r--math/orpie/distinfo9
-rw-r--r--math/orpie/patches/patch-aa12
3 files changed, 6 insertions, 19 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index 76ea39945be..998ad5264cf 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/09/13 12:10:39 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2007/09/14 12:48:50 tnn Exp $
#
-DISTNAME= orpie-1.5.0
+DISTNAME= orpie-1.5.1
CATEGORIES= math
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/
diff --git a/math/orpie/distinfo b/math/orpie/distinfo
index e060c81fab5..572b89698ab 100644
--- a/math/orpie/distinfo
+++ b/math/orpie/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/09/13 12:10:40 tnn Exp $
+$NetBSD: distinfo,v 1.3 2007/09/14 12:48:50 tnn Exp $
-SHA1 (orpie-1.5.0.tar.gz) = f1507b17b5ff545a71b24d1d3130c0fb374202d4
-RMD160 (orpie-1.5.0.tar.gz) = f3a39c507e6c0b8d7710d0066c48c9c0c31b10ed
-Size (orpie-1.5.0.tar.gz) = 370669 bytes
-SHA1 (patch-aa) = 2c2afd826a8efcc31bd015188ed9ca028fdaf199
+SHA1 (orpie-1.5.1.tar.gz) = 4e4887d8abcf015a5b423a2d1164ace95ab2d5c1
+RMD160 (orpie-1.5.1.tar.gz) = 30d3da01dff09fea8fae5d568d7c0279a9a3b289
+Size (orpie-1.5.1.tar.gz) = 370851 bytes
SHA1 (patch-ac) = ad27b3606d3037bc65046c2a577a1247e2c4c277
diff --git a/math/orpie/patches/patch-aa b/math/orpie/patches/patch-aa
deleted file mode 100644
index 571baa96909..00000000000
--- a/math/orpie/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/04/29 20:01:45 tnn Exp $
-
---- curses/ml_curses.c.orig 2005-01-30 05:52:05.000000000 +0100
-+++ curses/ml_curses.c
-@@ -170,7 +170,6 @@ static void winch_handler(int n)
- }
-
- #include "functions.c"
--#include "caml/signals.h"
-
- /* The following routines were rewritten 07/14/04 by Paul Pelzl
- * to allow other threads to run while getch() is blocking */