mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= maxima
|
PORTNAME= maxima
|
||||||
PORTVERSION= 5.40.0
|
PORTVERSION= 5.41.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math lisp tk
|
CATEGORIES= math lisp tk
|
||||||
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
|
MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source
|
||||||
|
|
||||||
|
@ -11,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Symbolic mathematics program
|
COMMENT= Symbolic mathematics program
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
|
BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT}
|
||||||
PATCH_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
|
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
|
USES= gmake makeinfo perl5 python:build tk:85+ shared-mime-info
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS+= --prefix=${PREFIX} \
|
CONFIGURE_ARGS= --with-posix-shell=/bin/sh \
|
||||||
--with-posix-shell=/bin/sh \
|
|
||||||
--with-wish=${WISH} \
|
--with-wish=${WISH} \
|
||||||
${LISPSELECT}
|
${LISPSELECT}
|
||||||
|
TEST_TARGET= check
|
||||||
|
|
||||||
INFO= maxima imaxima xmaxima
|
INFO= maxima imaxima xmaxima
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@ PLIST_SUB+= LISPBIN=${LISPBINARY}
|
||||||
PLIST_SUB+= MAXIMABIN=${MAXIMABINARY}
|
PLIST_SUB+= MAXIMABIN=${MAXIMABINARY}
|
||||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
|
PORTDATA= *
|
||||||
|
|
||||||
OPTIONS_SINGLE= LISP
|
OPTIONS_SINGLE= LISP
|
||||||
OPTIONS_SINGLE_LISP= CLISP CMUCL GCL SBCL
|
OPTIONS_SINGLE_LISP= CLISP CMUCL GCL SBCL
|
||||||
|
|
||||||
|
@ -119,8 +121,4 @@ pre-build:
|
||||||
@${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \
|
@${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \
|
||||||
-name '*.orig' \) -delete
|
-name '*.orig' \) -delete
|
||||||
|
|
||||||
check regression-test test: build
|
|
||||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \
|
|
||||||
check
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1502995562
|
TIMESTAMP = 1512807960
|
||||||
SHA256 (maxima-5.40.0.tar.gz) = 74fe468cd372714622a99afb6b34297589ddd80386e125d71067d3e75519f796
|
SHA256 (maxima-5.41.0.tar.gz) = daf8254600f4c7d9f079a0084178aaf036bd97a63b1e77b945f4120d7e401674
|
||||||
SIZE (maxima-5.40.0.tar.gz) = 41668208
|
SIZE (maxima-5.41.0.tar.gz) = 41540226
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue