Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2018 19:01:50 +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: r473150 - head/math/octave-forge-image
Message-ID:  <201806231901.w5NJ1o4W072352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sat Jun 23 19:01:49 2018
New Revision: 473150
URL: https://svnweb.freebsd.org/changeset/ports/473150

Log:
  - Update to 2.8.0.

Modified:
  head/math/octave-forge-image/Makefile
  head/math/octave-forge-image/distinfo

Modified: head/math/octave-forge-image/Makefile
==============================================================================
--- head/math/octave-forge-image/Makefile	Sat Jun 23 18:51:48 2018	(r473149)
+++ head/math/octave-forge-image/Makefile	Sat Jun 23 19:01:49 2018	(r473150)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-image
-PORTVERSION=	2.6.2
-PORTREVISION=	2
+PORTVERSION=	2.8.0
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -14,16 +13,15 @@ LICENSE_NAME=	Many different licenses
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BROKEN=		does not build with octave 4.4.0
-
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
-USES=		compiler:c++0x
+USES=		compiler:c++14-lang
 GNU_CONFIGURE=	yes
+CXXFLAGS+=	-fPIC
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 

Modified: head/math/octave-forge-image/distinfo
==============================================================================
--- head/math/octave-forge-image/distinfo	Sat Jun 23 18:51:48 2018	(r473149)
+++ head/math/octave-forge-image/distinfo	Sat Jun 23 19:01:49 2018	(r473150)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510427462
-SHA256 (octave-forge/image-2.6.2.tar.gz) = fe01e0683dd55de985662bd86eefcf4cd0dc46c53050fd15e65d17370b2833d9
-SIZE (octave-forge/image-2.6.2.tar.gz) = 369553
+TIMESTAMP = 1529780012
+SHA256 (octave-forge/image-2.8.0.tar.gz) = 977be1fe7cf395aab556a95091895a690ecf074f4c32d73fc4a0cd12ca640302
+SIZE (octave-forge/image-2.8.0.tar.gz) = 397368



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806231901.w5NJ1o4W072352>