Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 19:13:07 +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: r470477 - head/math/octave-forge-octclip
Message-ID:  <201805201913.w4KJD7LN015591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Sun May 20 19:13:07 2018
New Revision: 470477
URL: https://svnweb.freebsd.org/changeset/ports/470477

Log:
  - Unbreak.
  - Bump portrevision (because octave updated to 4.4.0).

Modified:
  head/math/octave-forge-octclip/Makefile

Modified: head/math/octave-forge-octclip/Makefile
==============================================================================
--- head/math/octave-forge-octclip/Makefile	Sun May 20 18:56:24 2018	(r470476)
+++ head/math/octave-forge-octclip/Makefile	Sun May 20 19:13:07 2018	(r470477)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave-forge-octclip
 PORTVERSION=	1.0.8
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -11,8 +11,6 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
-
-BROKEN=		does not build with octave version >= 4.2.1
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.



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