diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-10 13:43:16 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-10 13:43:16 +0000 |
commit | 430023697478f92b37fad3897f494b2886b2b014 (patch) | |
tree | ec2c7653e102296d34ddca673a5b81635333e8d6 /math/orpie | |
parent | 2a193f3f3e7225813521496d69f54249af6ae6cc (diff) | |
download | ports-430023697478f92b37fad3897f494b2886b2b014.tar.gz ports-430023697478f92b37fad3897f494b2886b2b014.zip |
Notes
Diffstat (limited to 'math/orpie')
-rw-r--r-- | math/orpie/Makefile | 5 | ||||
-rw-r--r-- | math/orpie/distinfo | 6 | ||||
-rw-r--r-- | math/orpie/files/patch-gsl::mlgsl_error.c | 12 | ||||
-rw-r--r-- | math/orpie/pkg-descr | 2 |
4 files changed, 6 insertions, 19 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index b6d017a7b45c..599bff348895 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -6,10 +6,9 @@ # PORTNAME= orpie -PORTVERSION= 1.4.3 -PORTREVISION= 3 +PORTVERSION= 1.5.1 CATEGORIES+= math -MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/ +MASTER_SITES= http://pessimization.com/software/orpie/ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console diff --git a/math/orpie/distinfo b/math/orpie/distinfo index 309dcfc4a94d..3bb74f88919d 100644 --- a/math/orpie/distinfo +++ b/math/orpie/distinfo @@ -1,3 +1,3 @@ -MD5 (orpie-1.4.3.tar.gz) = 1c9d87cf3f8d982a9a3662d48e13de55 -SHA256 (orpie-1.4.3.tar.gz) = beb46341286a8b4c38ce21a2e93cbd9e32924c5d4bb5015baf2dbf756d6dafc3 -SIZE (orpie-1.4.3.tar.gz) = 356721 +MD5 (orpie-1.5.1.tar.gz) = 4511626ed853354af1b4b5dbbf143a1f +SHA256 (orpie-1.5.1.tar.gz) = f68ee37a5351c1dd32a68edae253a22a913fc2124bace1f6cf19cc2d422100cd +SIZE (orpie-1.5.1.tar.gz) = 370851 diff --git a/math/orpie/files/patch-gsl::mlgsl_error.c b/math/orpie/files/patch-gsl::mlgsl_error.c deleted file mode 100644 index df85226699f1..000000000000 --- a/math/orpie/files/patch-gsl::mlgsl_error.c +++ /dev/null @@ -1,12 +0,0 @@ ---- gsl/mlgsl_error.c.orig Sat Oct 29 22:40:23 2005 -+++ gsl/mlgsl_error.c Sun Sep 24 14:42:12 2006 -@@ -43,7 +43,8 @@ - exn_arg = alloc_small(2, 0); - Store_field(exn_arg, 0, Val_int(conv_err_code(gsl_errno))); - Store_field(exn_arg, 1, copy_string(ml_gsl_exn_msg)); -- CAMLreturn(raise_with_arg(*ml_gsl_exn, exn_arg)); -+ raise_with_arg(*ml_gsl_exn, exn_arg); -+ CAMLreturn0; - } - - static void ml_gsl_error_handler(const char *reason, const char *file, diff --git a/math/orpie/pkg-descr b/math/orpie/pkg-descr index 1c0d278ddf64..0822e599ccaa 100644 --- a/math/orpie/pkg-descr +++ b/math/orpie/pkg-descr @@ -7,4 +7,4 @@ Orpie is the successor of math/rpc by the same author; it has been completely rewritten in Ocaml, and offers a number of features that were not available in the older program. -WWW: http://www.eecs.umich.edu/~pelzlpj/orpie/ +WWW: http://pessimization.com/software/orpie/ |