aboutsummaryrefslogtreecommitdiffstats
path: root/math/orpie
diff options
context:
space:
mode:
authorjadawin <jadawin@FreeBSD.org>2008-04-10 21:43:16 +0800
committerjadawin <jadawin@FreeBSD.org>2008-04-10 21:43:16 +0800
commit17d1db6f412be66b404f76ff9ca2793e76312065 (patch)
treebf05a980140339214f098fce0c0899a1c38505e8 /math/orpie
parent5fe5c93c7fcc9f4410af0862accffdc35439864e (diff)
downloadfreebsd-ports-gnome-17d1db6f412be66b404f76ff9ca2793e76312065.tar.gz
freebsd-ports-gnome-17d1db6f412be66b404f76ff9ca2793e76312065.tar.zst
freebsd-ports-gnome-17d1db6f412be66b404f76ff9ca2793e76312065.zip
- Update to 1.5.1
- Update MASTER_SITES and pkg-descr - Remove useless patch files PR: ports/122585 Submitted by: Dylan Alex Simon <dylan@dylex.net> (maintainer) Approved by: tabthorpe (mentor)
Diffstat (limited to 'math/orpie')
-rw-r--r--math/orpie/Makefile5
-rw-r--r--math/orpie/distinfo6
-rw-r--r--math/orpie/files/patch-gsl::mlgsl_error.c12
-rw-r--r--math/orpie/pkg-descr2
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/