ports/122585: [maintainer update] math/orpie to 1.5.1 and follow gsl 1.11

Dylan Alex Simon dylan at dylex.net
Tue Apr 8 20:40:02 UTC 2008


>Number:         122585
>Category:       ports
>Synopsis:       [maintainer update] math/orpie to 1.5.1 and follow gsl 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 08 20:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dylan Simon
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD pancake.dylex.net 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #9: Tue Feb 26 23:21:59 EST 2008 dylan at pancake.dylex.net:/usr/obj/usr/src/sys/DECAY i386

tested with:
ocaml-notk-3.09.3_1, ocaml-notk-3.10.2
gsl-1.11
>Description:
Upgrade to 1.5.1, update URL to new site, and test with new gsl 1.11 (see PR ports/122325).
>How-To-Repeat:
>Fix:

Note that patch is files is removed.

--- orpie.patch begins here ---
diff -Naru math/orpie/Makefile math/orpie.new/Makefile
--- math/orpie/Makefile	2008-04-08 15:21:51.000000000 -0400
+++ math/orpie.new/Makefile	2008-04-08 15:39:26.000000000 -0400
@@ -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 at dylex.net
 COMMENT=	A fullscreen RPN calculator for the console
diff -Naru math/orpie/distinfo math/orpie.new/distinfo
--- math/orpie/distinfo	2006-10-03 12:42:57.000000000 -0400
+++ math/orpie.new/distinfo	2008-04-08 15:37:49.000000000 -0400
@@ -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 -Naru math/orpie/files/patch-gsl::mlgsl_error.c math/orpie.new/files/patch-gsl::mlgsl_error.c
--- math/orpie/files/patch-gsl::mlgsl_error.c	2006-09-25 05:56:22.000000000 -0400
+++ math/orpie.new/files/patch-gsl::mlgsl_error.c	1969-12-31 19:00:00.000000000 -0500
@@ -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 -Naru math/orpie/pkg-descr math/orpie.new/pkg-descr
--- math/orpie/pkg-descr	2004-08-09 17:09:53.000000000 -0400
+++ math/orpie.new/pkg-descr	2008-04-08 15:33:57.000000000 -0400
@@ -7,4 +7,4 @@
 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/
--- orpie.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list