svn commit: r514858 - in head: . math math/octave-forge math/octave-forge-econometrics

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Oct 19 23:18:43 UTC 2019


Author: stephen
Date: Sat Oct 19 23:18:42 2019
New Revision: 514858
URL: https://svnweb.freebsd.org/changeset/ports/514858

Log:
  - Resurrect math/octave-forge-econometrics.
  - Update to 1.1.2.
  - Change default of ECONOMETRICS in math/octave-forge to on.
  - Bump port revision for math/octave-forge.

Added:
  head/math/octave-forge-econometrics/
     - copied from r511179, head/math/octave-forge-econometrics/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/octave-forge-econometrics/Makefile
  head/math/octave-forge-econometrics/distinfo
  head/math/octave-forge/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Oct 19 23:17:32 2019	(r514857)
+++ head/MOVED	Sat Oct 19 23:18:42 2019	(r514858)
@@ -12921,7 +12921,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-econometrics||2019-09-05|Has expired: Broken for more than 6 months
 math/octave-forge-fits||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

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sat Oct 19 23:17:32 2019	(r514857)
+++ head/math/Makefile	Sat Oct 19 23:18:42 2019	(r514858)
@@ -407,6 +407,7 @@
     SUBDIR += octave-forge-dicom
     SUBDIR += octave-forge-divand
     SUBDIR += octave-forge-doctest
+    SUBDIR += octave-forge-econometrics
     SUBDIR += octave-forge-fenv
     SUBDIR += octave-forge-financial
     SUBDIR += octave-forge-fpl

Modified: head/math/octave-forge-econometrics/Makefile
==============================================================================
--- head/math/octave-forge-econometrics/Makefile	Thu Sep  5 11:27:14 2019	(r511179)
+++ head/math/octave-forge-econometrics/Makefile	Sat Oct 19 23:18:42 2019	(r514858)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-econometrics
-PORTVERSION=	1.1.1
-PORTREVISION=	16
+PORTVERSION=	1.1.2
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -12,13 +11,9 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-BROKEN=		depends upon octave-forge-optim which is broken
-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
 

Modified: head/math/octave-forge-econometrics/distinfo
==============================================================================
--- head/math/octave-forge-econometrics/distinfo	Thu Sep  5 11:27:14 2019	(r511179)
+++ head/math/octave-forge-econometrics/distinfo	Sat Oct 19 23:18:42 2019	(r514858)
@@ -1,2 +1,3 @@
-SHA256 (octave-forge/econometrics-1.1.1.tar.gz) = b982f842273935c2e3441d09512611e03d4fee6a7c45532909594d41593ff3ee
-SIZE (octave-forge/econometrics-1.1.1.tar.gz) = 26867
+TIMESTAMP = 1571526627
+SHA256 (octave-forge/econometrics-1.1.2.tar.gz) = e2cca501f6b16ba4f2d5b4374dc3c80bd164472a30291dfd51947990263a3deb
+SIZE (octave-forge/econometrics-1.1.2.tar.gz) = 29882

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Sat Oct 19 23:17:32 2019	(r514857)
+++ head/math/octave-forge/Makefile	Sat Oct 19 23:18:42 2019	(r514858)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20180409
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	math
 
 MAINTAINER=	stephen at 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:NECONOMETRICS:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO}
+OPTIONS_DEFAULT=	${OPTIONS_DEFINE:NDATA_SMOOTHING:NFITS:NLINEAR_ALGEBRA:NMECHANICS:NPARALLEL:NSTRINGS:NTISEAN:NVIDEO}
 
 TARBALLS_DIR=		${LOCALBASE}/share/octave/tarballs
 


More information about the svn-ports-head mailing list