svn commit: r324579 - head/math/calc
Johan van Selst
johans at FreeBSD.org
Sun Aug 11 10:05:36 UTC 2013
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
More information about the svn-ports-all
mailing list