svn commit: r465255 - head/math/octave

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Mar 22 03:10:22 UTC 2018


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 at 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
+


More information about the svn-ports-all mailing list