From owner-svn-ports-head@FreeBSD.ORG Sun Aug 11 10:05:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8D4E4402; Sun, 11 Aug 2013 10:05:36 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A2852D41; Sun, 11 Aug 2013 10:05:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7BA5a2W077920; Sun, 11 Aug 2013 10:05:36 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7BA5ZlY077917; Sun, 11 Aug 2013 10:05:35 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201308111005.r7BA5ZlY077917@svn.freebsd.org> From: Johan van Selst Date: Sun, 11 Aug 2013 10:05:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324579 - head/math/calc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 10:05:36 -0000 Author: johans Date: Sun Aug 11 10:05:35 2013 New Revision: 324579 URL: http://svnweb.freebsd.org/changeset/ports/324579 Log: Update calc to 2.12.4.10 Modified: head/math/calc/Makefile head/math/calc/distinfo head/math/calc/pkg-plist Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/Makefile Sun Aug 11 10:05:35 2013 (r324579) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calc -PORTVERSION= 2.12.4.8 +PORTVERSION= 2.12.4.10 CATEGORIES= math MASTER_SITES= SF @@ -18,9 +18,10 @@ MAKE_JOBS_UNSAFE= yes MAN1= calc.1 CALCPAGER?= more -MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" CP="${CP}" \ - GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" MV="${MV}" RM="${RM}" \ - SED="${SED}" TOUCH="${TOUCH}" TRUE="${TRUE}" +MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" \ + CP="${CP}" GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" \ + MV="${MV}" RM="${RM}" SED="${SED}" TOUCH="${TOUCH}" \ + TRUE="${TRUE}" PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \ VER2=${PORTVERSION:R:R} VER3=${PORTVERSION:R:R:R} Modified: head/math/calc/distinfo ============================================================================== --- head/math/calc/distinfo Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/distinfo Sun Aug 11 10:05:35 2013 (r324579) @@ -1,2 +1,2 @@ -SHA256 (calc-2.12.4.8.tar.bz2) = ed14a0e02585c1271ea2a51c6f9ec2e2faabb73fade2f8caa7b483c90d0f1fbd -SIZE (calc-2.12.4.8.tar.bz2) = 910438 +SHA256 (calc-2.12.4.10.tar.bz2) = cf7b08f7dec9473150f22978fbabc66e095eaebd01754ea9d4c6100101a7fb72 +SIZE (calc-2.12.4.10.tar.bz2) = 970278 Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Sun Aug 11 09:22:37 2013 (r324578) +++ head/math/calc/pkg-plist Sun Aug 11 10:05:35 2013 (r324579) @@ -79,10 +79,13 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/alg_config.cal %%DATADIR%%/beer.cal %%DATADIR%%/bernoulli.cal +%%DATADIR%%/bernpoly.cal %%DATADIR%%/bigprime.cal %%DATADIR%%/bindings +%%DATADIR%%/brentsolve.cal %%DATADIR%%/chi.cal %%DATADIR%%/chrem.cal +%%DATADIR%%/constants.cal %%DATADIR%%/custhelp/argv %%DATADIR%%/custhelp/devnull %%DATADIR%%/custhelp/help @@ -96,9 +99,11 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/custom/pzasusb8.cal %%DATADIR%%/custom/register.cal %%DATADIR%%/deg.cal -%%DATADIR%%/dotest.cal %%DATADIR%%/dms.cal +%%DATADIR%%/dotest.cal %%DATADIR%%/ellip.cal +%%DATADIR%%/factorial.cal +%%DATADIR%%/factorial2.cal %%DATADIR%%/gvec.cal %%DATADIR%%/hello.cal %%DATADIR%%/help/COPYING @@ -435,7 +440,9 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/help/xor %%DATADIR%%/hms.cal %%DATADIR%%/intfile.cal +%%DATADIR%%/lambertw.cal %%DATADIR%%/linear.cal +%%DATADIR%%/lnseries.cal %%DATADIR%%/lucas.cal %%DATADIR%%/lucas_chk.cal %%DATADIR%%/lucas_tbl.cal @@ -464,6 +471,8 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/set8700.cal %%DATADIR%%/set8700.line %%DATADIR%%/solve.cal +%%DATADIR%%/specialfunctions.cal +%%DATADIR%%/statistics.cal %%DATADIR%%/sumsq.cal %%DATADIR%%/sumtimes.cal %%DATADIR%%/surd.cal @@ -483,9 +492,12 @@ lib/libcustcalc.so.%%VER3%% %%DATADIR%%/test8400.cal %%DATADIR%%/test8500.cal %%DATADIR%%/test8600.cal +%%DATADIR%%/test8900.cal +%%DATADIR%%/toomcook.cal %%DATADIR%%/unitfrac.cal %%DATADIR%%/varargs.cal %%DATADIR%%/xx_print.cal +%%DATADIR%%/zeta2.cal @dirrmtry man/man1 @dirrmtry man @dirrm %%DATADIR%%/help