Date: Thu, 14 Nov 2019 20:56:04 +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: r517613 - in head: . math math/octave-forge math/octave-forge-linear-algebra math/octave-forge-linear-algebra/files Message-ID: <201911142056.xAEKu4NN012517@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Thu Nov 14 20:56:04 2019 New Revision: 517613 URL: https://svnweb.freebsd.org/changeset/ports/517613 Log: - Resurrect math/octave-forge-linear algebra. - Update math/octave-forge-linear-algebra to 2.2.3. - In math/octave-forge, option linear-algebra defaults to on. - Bump port revision of math/octave-forge. Added: head/math/octave-forge-linear-algebra/ - copied from r511179, head/math/octave-forge-linear-algebra/ Deleted: head/math/octave-forge-linear-algebra/files/ Modified: head/MOVED head/math/Makefile head/math/octave-forge-linear-algebra/Makefile head/math/octave-forge-linear-algebra/distinfo head/math/octave-forge/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 14 20:52:53 2019 (r517612) +++ head/MOVED Thu Nov 14 20:56:04 2019 (r517613) @@ -12918,7 +12918,6 @@ irc/irssi-otr||2019-09-05|Has expired: Broken for more mail/p5-Mail-ClamAV||2019-09-05|Has expired: Broken for more than 6 months mail/qmail-ldap||2019-09-05|Has expired: Broken for more than 6 months math/fityk||2019-09-05|Has expired: Broken for more than 6 months -math/octave-forge-linear-algebra||2019-09-05|Has expired: Broken for more than 6 months math/octave-forge-mechanics||2019-09-05|Has expired: Broken for more than 6 months math/octave-forge-parallel||2019-09-05|Has expired: Broken for more than 6 months math/octave-forge-strings||2019-09-05|Has expired: Broken for more than 6 months Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Nov 14 20:52:53 2019 (r517612) +++ head/math/Makefile Thu Nov 14 20:56:04 2019 (r517613) @@ -429,6 +429,7 @@ SUBDIR += octave-forge-io SUBDIR += octave-forge-irsa SUBDIR += octave-forge-level-set + SUBDIR += octave-forge-linear-algebra SUBDIR += octave-forge-lssa SUBDIR += octave-forge-ltfat SUBDIR += octave-forge-mapping Modified: head/math/octave-forge-linear-algebra/Makefile ============================================================================== --- head/math/octave-forge-linear-algebra/Makefile Thu Sep 5 11:27:14 2019 (r511179) +++ head/math/octave-forge-linear-algebra/Makefile Thu Nov 14 20:56:04 2019 (r517613) @@ -2,25 +2,23 @@ # $FreeBSD$ PORTNAME= octave-forge-linear-algebra -PORTVERSION= 2.2.2 -PORTREVISION= 11 +PORTVERSION= 2.2.3 PORTEPOCH= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -BROKEN= does not build with octave>=5.1.0 -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2019-09-04 - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${OCTAVE_PKGNAME} +OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src .include "${.CURDIR}/../../Mk/bsd.octave.mk" + +do-build: + @${DO_NADA} post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure Modified: head/math/octave-forge-linear-algebra/distinfo ============================================================================== --- head/math/octave-forge-linear-algebra/distinfo Thu Sep 5 11:27:14 2019 (r511179) +++ head/math/octave-forge-linear-algebra/distinfo Thu Nov 14 20:56:04 2019 (r517613) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/linear-algebra-2.2.2.tar.gz) = fbaaa5f520bcbcf3469b4848876a38d2aaab7bdeeadf241fdcc33881836e9da3 -SIZE (octave-forge/linear-algebra-2.2.2.tar.gz) = 124057 +TIMESTAMP = 1573762522 +SHA256 (octave-forge/linear-algebra-2.2.3.tar.gz) = 53ee6a534e1327282339cbc0bd335af17e0f897f737c00bfa686c99d6ebf92f3 +SIZE (octave-forge/linear-algebra-2.2.3.tar.gz) = 47086 Modified: head/math/octave-forge/Makefile ============================================================================== --- head/math/octave-forge/Makefile Thu Nov 14 20:52:53 2019 (r517612) +++ head/math/octave-forge/Makefile Thu Nov 14 20:56:04 2019 (r517613) @@ -3,7 +3,7 @@ PORTNAME= octave-forge PORTVERSION= 20180409 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -28,7 +28,7 @@ OPTIONS_DEFINE= ACTUARIAL BENCHMARK BIM BIOINFO BSLTL STRUCT SYMBAND SYMBOLIC TCL_OCTAVE TISEAN TSA VIDEO \ ZENITY ZEROMQ -OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} +OPTIONS_DEFAULT= ${OPTIONS_DEFINE:NDATA_SMOOTHING:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO} TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911142056.xAEKu4NN012517>