Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2016 01:24:14 +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: r405981 - head/math/octave-forge-image
Message-ID:  <201601130124.u0D1OE4e047642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Jan 13 01:24:14 2016
New Revision: 405981
URL: https://svnweb.freebsd.org/changeset/ports/405981

Log:
  - Update to 2.4.1.

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	Wed Jan 13 01:21:11 2016	(r405980)
+++ head/math/octave-forge-image/Makefile	Wed Jan 13 01:24:14 2016	(r405981)
@@ -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_P
 
 # 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}

Modified: head/math/octave-forge-image/distinfo
==============================================================================
--- head/math/octave-forge-image/distinfo	Wed Jan 13 01:21:11 2016	(r405980)
+++ head/math/octave-forge-image/distinfo	Wed Jan 13 01:24:14 2016	(r405981)
@@ -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



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