Date: Sun, 8 Mar 2015 10:13:59 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380756 - head/math/maxima Message-ID: <201503081013.t28ADx5d041148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Sun Mar 8 10:13:58 2015 New Revision: 380756 URL: https://svnweb.freebsd.org/changeset/ports/380756 QAT: https://qat.redports.org/buildarchive/r380756/ Log: math/maxima: remove bash dependency - Maintainer's timeout (bf@FreeBSD.org) PR: 193950 Submitted by: Jan Kokemüller <jan.kokemueller@gmail.com> Modified: head/math/maxima/Makefile Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Sun Mar 8 10:07:35 2015 (r380755) +++ head/math/maxima/Makefile Sun Mar 8 10:13:58 2015 (r380756) @@ -3,7 +3,7 @@ PORTNAME= maxima PORTVERSION= 5.31.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -15,14 +15,13 @@ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} PATCH_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS= ${LOCALBASE}/bin/${LISPPORT} \ - ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ - ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash + ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot USES= gmake makeinfo perl5 python:build tk:84+ USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ - --with-posix-shell=${LOCALBASE}/bin/bash \ + --with-posix-shell=/bin/sh \ --with-wish=${WISH} \ ${LISPSELECT}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503081013.t28ADx5d041148>