Date: Thu, 22 Mar 2018 03:10:21 +0000 (UTC) From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465255 - head/math/octave Message-ID: <201803220310.w2M3ALQC071798@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Thu Mar 22 03:10:21 2018 New Revision: 465255 URL: https://svnweb.freebsd.org/changeset/ports/465255 Log: - Add Makefile.version to share version with ports depending on octave. PR: ports/226816 Submitted by: Yuri Victorovich <yuri@freebsd.org> Added: head/math/octave/Makefile.version (contents, props changed) Modified: head/math/octave/Makefile Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Thu Mar 22 01:05:11 2018 (r465254) +++ head/math/octave/Makefile Thu Mar 22 03:10:21 2018 (r465255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave -PORTVERSION= 4.2.2 +PORTVERSION= ${OCTAVE_VERSION} CATEGORIES= math java MASTER_SITES= GNU @@ -104,4 +104,5 @@ post-install-DOCS-on: check regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check) +.include "Makefile.version" .include <bsd.port.mk> Added: head/math/octave/Makefile.version ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave/Makefile.version Thu Mar 22 03:10:21 2018 (r465255) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Version to share with ports depending on octave +OCTAVE_VERSION= 4.2.2 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803220310.w2M3ALQC071798>