Update to Maxima 5.27.0
This commit is contained in:
parent
8dd1456330
commit
a905acb8c6
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.32 2012/02/21 11:16:03 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2012/04/08 07:59:25 asau Exp $
|
||||
|
||||
DISTNAME= maxima-5.26.0
|
||||
DISTNAME= maxima-5.27.0
|
||||
# On updates, please make sure editors/TeXmacs knows about the new
|
||||
# version number.
|
||||
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
||||
|
@ -28,7 +28,7 @@ TEST_TARGET= check
|
|||
|
||||
# Section for VCS-based package:
|
||||
|
||||
PKGNAME= maxima-5.26.99
|
||||
PKGNAME= maxima-5.27.99
|
||||
|
||||
GIT_REPOSITORIES= maxima
|
||||
GIT_REPO.maxima= git://maxima.git.sourceforge.net/gitroot/maxima/maxima
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.42 2012/04/03 16:58:40 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.43 2012/04/08 07:59:25 asau Exp $
|
||||
bin/maxima
|
||||
bin/rmaxima
|
||||
bin/xmaxima
|
||||
|
@ -1783,6 +1783,7 @@ share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
|
|||
share/maxima/${PKGVERSION}/tests/rtest_log.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_map.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_mset.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_numth.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_plot.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_power.mac
|
||||
share/maxima/${PKGVERSION}/tests/rtest_round.mac
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.14 2012/01/10 01:40:09 asau Exp $
|
||||
$NetBSD: distinfo,v 1.15 2012/04/08 07:59:25 asau Exp $
|
||||
|
||||
SHA1 (maxima-5.26.0.tar.gz) = bc7448486478b217c333605c6d8f6c0bbdd3526c
|
||||
RMD160 (maxima-5.26.0.tar.gz) = 789bb0449d65f6936bb548134ab1f33fe16858d0
|
||||
Size (maxima-5.26.0.tar.gz) = 26047841 bytes
|
||||
SHA1 (maxima-5.27.0.tar.gz) = 8d8d0b3db27f002986cff5429dea96ada46a0576
|
||||
RMD160 (maxima-5.27.0.tar.gz) = 9244f7397d6a6bf0cf363a6ad4d491160814bb35
|
||||
Size (maxima-5.27.0.tar.gz) = 27101764 bytes
|
||||
|
|
Loading…
Reference in a new issue