- Update to 5.41.0 [1]

- Add LICENSE_FILE
- Whitespace fixes
- Switch to new test framework

PR:		223316 [1]
Submitted by:	satosi.kimura@nifty.ne.jp [1]
This commit is contained in:
Dmitry Marakasov 2017-12-11 16:52:56 +00:00
parent c7bd299595
commit 51d66dd104
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456049
3 changed files with 20 additions and 2284 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= maxima
PORTVERSION= 5.40.0
PORTREVISION= 1
PORTVERSION= 5.41.0
CATEGORIES= math lisp tk
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
@ -11,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Symbolic mathematics program
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
@ -20,10 +20,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \
USES= gmake makeinfo perl5 python:build tk:85+ shared-mime-info
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--with-posix-shell=/bin/sh \
CONFIGURE_ARGS= --with-posix-shell=/bin/sh \
--with-wish=${WISH} \
${LISPSELECT}
TEST_TARGET= check
INFO= maxima imaxima xmaxima
@ -32,6 +32,8 @@ PLIST_SUB+= LISPBIN=${LISPBINARY}
PLIST_SUB+= MAXIMABIN=${MAXIMABINARY}
PLIST_SUB+= PORTVERSION=${PORTVERSION}
PORTDATA= *
OPTIONS_SINGLE= LISP
OPTIONS_SINGLE_LISP= CLISP CMUCL GCL SBCL
@ -119,8 +121,4 @@ pre-build:
@${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \
-name '*.orig' \) -delete
check regression-test test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \
check
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1502995562
SHA256 (maxima-5.40.0.tar.gz) = 74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796
SIZE (maxima-5.40.0.tar.gz) = 41668208
TIMESTAMP = 1512807960
SHA256 (maxima-5.41.0.tar.gz) = daf8254600f4c7d9f079a0084178aaf036bd97a63b1e77b945f4120d7e401674
SIZE (maxima-5.41.0.tar.gz) = 41540226

File diff suppressed because it is too large Load diff