From owner-svn-ports-head@FreeBSD.ORG Thu Jul 31 17:57:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4E3EADBB; Thu, 31 Jul 2014 17:57:00 +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 2394421DB; Thu, 31 Jul 2014 17:57:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VHuxWS020650; Thu, 31 Jul 2014 17:56:59 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VHuxDB020648; Thu, 31 Jul 2014 17:56:59 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201407311756.s6VHuxDB020648@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 31 Jul 2014 17:56:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363646 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jul 2014 17:57:00 -0000 Author: bf Date: Thu Jul 31 17:56:59 2014 New Revision: 363646 URL: http://svnweb.freebsd.org/changeset/ports/363646 QAT: https://qat.redports.org/buildarchive/r363646/ Log: Use staging Modified: head/math/maxima/Makefile head/math/maxima/pkg-plist Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Thu Jul 31 17:56:45 2014 (r363645) +++ head/math/maxima/Makefile Thu Jul 31 17:56:59 2014 (r363646) @@ -6,7 +6,7 @@ PORTVERSION= 5.31.3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bf@FreeBSD.org COMMENT= Symbolic mathematics program LICENSE= GPLv2 @@ -26,7 +26,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \ --with-wish=${WISH} \ ${LISPSELECT} -MAN1= maxima.1 INFO= maxima imaxima xmaxima PLIST_SUB= BINDIR=${BINDIRECTORY} @@ -44,7 +43,6 @@ CMUCL_DESC= Build with CMU Common Lisp GCL_DESC= Build with GNU Common Lisp SBCL_DESC= Build with Steel Bank Common Lisp -NO_STAGE= yes .include # Lisp to build with. Define only ONE of these! @@ -118,11 +116,6 @@ pre-build: @${FIND} ${WRKSRC} \( -name '*.bak' -o -name '*.fbsd10bak' -o \ -name '*.orig' \) -delete -post-install: - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" - check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} \ check Modified: head/math/maxima/pkg-plist ============================================================================== --- head/math/maxima/pkg-plist Thu Jul 31 17:56:45 2014 (r363645) +++ head/math/maxima/pkg-plist Thu Jul 31 17:56:59 2014 (r363646) @@ -5,6 +5,7 @@ info/maxima-index.lisp %%LISPBINARY%%lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%LISPBIN%% lib/maxima/%%PORTVERSION%%/%%BINDIR%%/%%MAXIMABIN%% libexec/maxima/%%PORTVERSION%%/mgnuplot +man/man1/maxima.1.gz %%DATADIR%%/%%PORTVERSION%%/%%DATADIR%%-init.lisp %%DATADIR%%/%%PORTVERSION%%/demo/array.dem %%DATADIR%%/%%PORTVERSION%%/demo/cf.dem