From owner-svn-ports-all@FreeBSD.ORG Sun Mar 8 10:13:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FFA4BF6; Sun, 8 Mar 2015 10:13:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4CFA15; Sun, 8 Mar 2015 10:13:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28ADxhx041149; Sun, 8 Mar 2015 10:13:59 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28ADx5d041148; Sun, 8 Mar 2015 10:13:59 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201503081013.t28ADx5d041148@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Sun, 8 Mar 2015 10:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380756 - head/math/maxima X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 10:13:59 -0000 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 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}