From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jun 10 23:10:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EF7316A418 for ; Sat, 10 Jun 2006 23:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0240843D46 for ; Sat, 10 Jun 2006 23:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5ANADjC059648 for ; Sat, 10 Jun 2006 23:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5ANADrX059647; Sat, 10 Jun 2006 23:10:13 GMT (envelope-from gnats) Resent-Date: Sat, 10 Jun 2006 23:10:13 GMT Resent-Message-Id: <200606102310.k5ANADrX059647@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCB916A46F for ; Sat, 10 Jun 2006 23:06:38 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 6AA0243D48 for ; Sat, 10 Jun 2006 23:06:37 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Sun, 11 Jun 2006 00:06:34 +0100 (BST) Message-Id: <1149980795.3778@charon.picobyte.net> Date: Sun, 11 Jun 2006 00:06:35 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/98793: math/yacas: Update: 1.0.59 -> 1.0.61; take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 23:10:16 -0000 >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 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: