diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:24:14 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:24:14 +0000 |
commit | d713db6db3a8a6a3410fdfdd3ab72c7955fba68f (patch) | |
tree | 17eb0d014c2aad0629e13027a6a41319fa0d719d | |
parent | - Mark as broken, as it will not build with octave-4.0.0. (diff) |
- Update to 2.4.1.
-rw-r--r-- | math/octave-forge-image/Makefile | 11 | ||||
-rw-r--r-- | math/octave-forge-image/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index d97cdea75b5c..4f776504bfe7 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-image -PORTVERSION= 2.2.2 +PORTVERSION= 2.4.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -10,20 +10,15 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # 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 -RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal -RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general - USES= compiler:c++0x +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" -post-patch: - ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile - post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} diff --git a/math/octave-forge-image/distinfo b/math/octave-forge-image/distinfo index dd0ecd5ee3f6..b17b11b13d87 100644 --- a/math/octave-forge-image/distinfo +++ b/math/octave-forge-image/distinfo @@ -1,2 +1,2 @@ -SHA256 (octave-forge/image-2.2.2.tar.gz) = c0938eeb1ab98d3795464f079c1b435a00d2d660d007b85c0503cd5286db34b4 -SIZE (octave-forge/image-2.2.2.tar.gz) = 229953 +SHA256 (octave-forge/image-2.4.1.tar.gz) = 47050112580a5bef615d4083899f73fee4ce59cfc771e80aa114aa837aec1339 +SIZE (octave-forge/image-2.4.1.tar.gz) = 292521 |