svn commit: r405981 - head/math/octave-forge-image

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Jan 13 01:24:16 UTC 2016


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 at 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


More information about the svn-ports-head mailing list