Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jun 2006 00:06:35 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/98793: math/yacas: Update: 1.0.59 -> 1.0.61; take maintainership
Message-ID:  <1149980795.3778@charon.picobyte.net>
Resent-Message-ID: <200606102310.k5ANADrX059647@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98793
>Category:       ports
>Synopsis:       math/yacas: Update: 1.0.59 -> 1.0.61; take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 10 23:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:

>Description:

- Update to 1.0.61
- Use OPTIONS
- Take maintainership

Tested on : 7.x (i386), 5.x (sparc64, tinderbox)

>How-To-Repeat:

>Fix:

--- yacas.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/yacas/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	10 May 2006 14:46:45 -0000	1.31
+++ Makefile	10 Jun 2006 23:02:47 -0000
@@ -7,12 +7,11 @@
 #
 
 PORTNAME=	yacas
-PORTVERSION=	1.0.59
-PORTREVISION=	2
+PORTVERSION=	1.0.61
 CATEGORIES=	math
 MASTER_SITES=	http://yacas.sourceforge.net/backups/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	shaun@inerd.com
 COMMENT=	Yet Another Computer Algebra System
 
 LIB_DEPENDS=	gsl.9:${PORTSDIR}/math/gsl
@@ -23,6 +22,9 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 INSTALLS_SHLIB=	yes
+
+OPTIONS=	X11	"Build with X11 features"			off \
+ 		GMP	"Use libgmp for arbitrary precision arithmetic" off
 
 .include <bsd.port.pre.mk>
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/yacas/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	25 Nov 2005 15:48:15 -0000	1.16
+++ distinfo	10 Jun 2006 23:02:47 -0000
@@ -1,3 +1,3 @@
-MD5 (yacas-1.0.59.tar.gz) = 80f20df2d08871160d3c5b23da04adad
-SHA256 (yacas-1.0.59.tar.gz) = 7cd9e516d1156f04311f8b501cea8c933392c9cf84a1ab9e71c0af854938e654
-SIZE (yacas-1.0.59.tar.gz) = 2095949
+MD5 (yacas-1.0.61.tar.gz) = 792e0fe402e275c2cbc04e4149595c03
+SHA256 (yacas-1.0.61.tar.gz) = 26a02fe92aa5f5d3a7cda87400b5b2fa6b02cc3392d8a27c2df792e447d56595
+SIZE (yacas-1.0.61.tar.gz) = 2106778
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/math/yacas/pkg-plist,v
retrieving revision 1.14
diff -u -r1.14 pkg-plist
--- pkg-plist	30 Aug 2005 01:52:16 -0000	1.14
+++ pkg-plist	10 Jun 2006 23:02:47 -0000
@@ -307,6 +307,7 @@
 %%DATADIR%%/io.rep/print.ys
 %%DATADIR%%/limit.rep/code.ys
 %%DATADIR%%/limit.rep/code.ys.def
+%%DATADIR%%/limit.rep/om.ys
 %%DATADIR%%/linalg.rep/code.ys
 %%DATADIR%%/linalg.rep/code.ys.def
 %%DATADIR%%/lists.rep/code.ys
@@ -337,6 +338,7 @@
 %%DATADIR%%/numbers.rep/code.ys.def
 %%DATADIR%%/numbers.rep/nthroot.ys
 %%DATADIR%%/numbers.rep/nthroot.ys.def
+%%DATADIR%%/numbers.rep/om.ys
 %%DATADIR%%/odesolver.rep/code.ys
 %%DATADIR%%/odesolver.rep/code.ys.def
 %%DATADIR%%/openmath.rep/code.ys
--- yacas.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149980795.3778>