Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2012 10:51:51 +0900 (JST)
From:      Maho NAKATA <maho@FreeBSD.org>
To:        stephen@missouri.edu
Cc:        ports@FreeBSD.org
Subject:   octave port will be updated to 3.6.1 and all the octave-forge ports will be updated accordingly.
Message-ID:  <20120411.105151.2170094387724287111.maho@FreeBSD.org>
In-Reply-To: <20120409222652.GK66606@droso.net>

next in thread | previous in thread | raw e-mail | index | archive | help
----Next_Part(Wed_Apr_11_10_51_51_2012_794)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Stephen, and ports@

I would like to ask you the final check of our patch against
octave and octave-forge-* port. I also e-mail to port@ since
it is a sweeping commit.

Now ports tree has been unfrozen. 
Octave 3.6.1 is out and I would like to update with attached patch.

Since this is an API change to octave, it seemed appropriate to me to
bump the portrevision of every single octave-forge port. But a few of
the ports needed further patches to make them work: ad,
communications, parallel, odepkg. es package doesn't build so we switched off.
Sorry, we are not sure all octave-forge-* ports will run without problems.

Thanks
 Nakata Maho

From: Erwin Lansing <erwin@FreeBSD.org>
Subject: [HEADSUP]: Ports tree unfrozen
Date: Tue, 10 Apr 2012 00:26:53 +0200

> With the final builds starting for 8.3-RELEASE, the feature freeze has
> been lifted.
> 
> Erwin
> 
> -- 
> Erwin Lansing                                   http://droso.org
> Prediction is very difficult
> especially about the future                    erwin@FreeBSD.org


-- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/
http://blog.goo.ne.jp/nakatamaho/ ,GPG: http://accc.riken.jp/maho/maho.pgp.txt

----Next_Part(Wed_Apr_11_10_51_51_2012_794)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename=patch-octave-and-forges

? ports/math/octave-forge-ad/files
? ports/math/octave-forge-odepkg/files
? ports/math/octave-forge-parallel/files/patch-configure
Index: ports/benchmarks/octave-forge-benchmark/Makefile
===================================================================
RCS file: /home/pcvs/ports/benchmarks/octave-forge-benchmark/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/benchmarks/octave-forge-benchmark/Makefile	30 Jun 2011 20:55:39 -0000	1.9
+++ ports/benchmarks/octave-forge-benchmark/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-benchmark
 PORTVERSION=	1.1.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	benchmarks math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave/Makefile,v
retrieving revision 1.137
diff -u -r1.137 Makefile
--- ports/math/octave/Makefile	14 Feb 2012 12:45:24 -0000	1.137
+++ ports/math/octave/Makefile	11 Apr 2012 01:43:39 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	octave
-PORTVERSION=	3.4.3
-PORTREVISION=	2
+PORTVERSION=	3.6.1
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.gnu.org/gnu/octave/ \
 		ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -126,7 +125,7 @@
 	@${FIND} -s $d -type d -depth | \
 		${SED} -e 's,^${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST
 .endfor
-.for d in ${PREFIX}/libexec/octave/${OCTAVE_VERSION} ${PREFIX}/libexec/octave/api-v45+ ${PREFIX}/libexec/octave/site ${PREFIX}/lib/octave/site
+.for d in ${PREFIX}/libexec/octave/${OCTAVE_VERSION} ${PREFIX}/libexec/octave/api-v45+ ${PREFIX}/libexec/octave/api-v48+ ${PREFIX}/libexec/octave/site ${PREFIX}/lib/octave/site
 	@${FIND} -s $d -type d -empty | \
 		${SED} -e 's,^${PREFIX}/,@exec ${MKDIR} %D/,' \
 		-e 's,$$, 2>/dev/null || true,' >> ${WRKDIR}/PLIST
Index: ports/math/octave/distinfo
===================================================================
RCS file: /home/pcvs/ports/math/octave/distinfo,v
retrieving revision 1.35
diff -u -r1.35 distinfo
--- ports/math/octave/distinfo	8 Nov 2011 09:28:31 -0000	1.35
+++ ports/math/octave/distinfo	11 Apr 2012 01:43:39 -0000
@@ -1,2 +1,2 @@
-SHA256 (octave-3.4.3.tar.bz2) = 94d119cc93a38465e9c00dd36b9cc063abbda7ae8cb39407cf88a2bddc9dc148
-SIZE (octave-3.4.3.tar.bz2) = 15085117
+SHA256 (octave-3.6.1.tar.bz2) = f8073ee7570d8ff78864868027ef1e08409a78e0798d8800fac67e7e714eadf6
+SIZE (octave-3.6.1.tar.bz2) = 15387369
Index: ports/math/octave-forge/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge/Makefile,v
retrieving revision 1.53
diff -u -r1.53 Makefile
--- ports/math/octave-forge/Makefile	16 Feb 2012 15:57:02 -0000	1.53
+++ ports/math/octave-forge/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge
 PORTVERSION=	20120206
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	#none
 DISTFILES=	#none
@@ -32,7 +32,7 @@
 	DICOM "Install package: dicom" On \
 	ECONOMETRICS "Install package: econometrics" On \
 	ENGINE "Install package: engine" On \
-	ES "Install package: es" On \
+	ES "Install package: es" Off \
 	FENV "Install package: fenv" On \
 	FITS "Install package: fits" On \
 	FINANCIAL "Install package: financial" On \
Index: ports/math/octave-forge-actuarial/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-actuarial/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/math/octave-forge-actuarial/Makefile	21 Nov 2011 01:17:33 -0000	1.5
+++ ports/math/octave-forge-actuarial/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-actuarial
 PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-ad/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-ad/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-ad/Makefile	30 Jun 2011 20:55:39 -0000	1.12
+++ ports/math/octave-forge-ad/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,12 +7,14 @@
 
 PORTNAME=	octave-forge-ad
 PORTVERSION=	1.0.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
+
 GNU_CONFIGURE=	yes
+USE_DOS2UNIX=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
Index: ports/math/octave-forge-audio/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-audio/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-audio/Makefile	30 Jun 2011 20:55:39 -0000	1.12
+++ ports/math/octave-forge-audio/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-audio
 PORTVERSION=	1.1.4
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-bim/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-bim/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/math/octave-forge-bim/Makefile	21 Nov 2011 01:17:34 -0000	1.18
+++ ports/math/octave-forge-bim/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-bim
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-bioinfo/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-bioinfo/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-bioinfo/Makefile	30 Jun 2011 20:55:40 -0000	1.11
+++ ports/math/octave-forge-bioinfo/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-bioinfo
 PORTVERSION=	0.1.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-civil-engineering/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-civil-engineering/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-civil-engineering/Makefile	30 Jun 2011 20:55:40 -0000	1.11
+++ ports/math/octave-forge-civil-engineering/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-civil-engineering
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-combinatorics/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-combinatorics/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-combinatorics/Makefile	30 Jun 2011 20:55:40 -0000	1.12
+++ ports/math/octave-forge-combinatorics/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-combinatorics
 PORTVERSION=	1.0.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-communications/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-communications/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-communications/Makefile	21 Nov 2011 01:17:34 -0000	1.15
+++ ports/math/octave-forge-communications/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-communications
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -24,6 +25,9 @@
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
+post-patch:
+	${REINPLACE_CMD} -e s/LU/galoisLU/g ${WRKSRC}/*
+
 post-build:
 	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
Index: ports/math/octave-forge-control/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-control/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- ports/math/octave-forge-control/Makefile	12 Feb 2012 22:26:51 -0000	1.26
+++ ports/math/octave-forge-control/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-control
 PORTVERSION=	2.2.5
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-data-smoothing/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-data-smoothing/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-data-smoothing/Makefile	21 Nov 2011 01:17:34 -0000	1.14
+++ ports/math/octave-forge-data-smoothing/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-data-smoothing
 PORTVERSION=	1.2.3
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-dataframe/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-dataframe/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/math/octave-forge-dataframe/Makefile	23 Feb 2012 16:44:47 -0000	1.7
+++ ports/math/octave-forge-dataframe/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-dataframe
 PORTVERSION=	0.9.1
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-dicom/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-dicom/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/math/octave-forge-dicom/Makefile	2 Jan 2012 17:06:34 -0000	1.3
+++ ports/math/octave-forge-dicom/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-dicom
 PORTVERSION=	0.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-econometrics/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-econometrics/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-econometrics/Makefile	30 Jun 2011 20:55:41 -0000	1.11
+++ ports/math/octave-forge-econometrics/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-econometrics
 PORTVERSION=	1.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-engine/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-engine/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-engine/Makefile	30 Jun 2011 20:55:41 -0000	1.12
+++ ports/math/octave-forge-engine/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-engine
 PORTVERSION=	1.0.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-es/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-es/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/math/octave-forge-es/Makefile	21 Nov 2011 01:17:34 -0000	1.7
+++ ports/math/octave-forge-es/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,12 +7,14 @@
 
 PORTNAME=	octave-forge-es
 PORTVERSION=	0.0.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
+BROKEN=		"Does not build"
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${OCTAVE_PKGNAME}
Index: ports/math/octave-forge-fenv/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-fenv/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/math/octave-forge-fenv/Makefile	21 Nov 2011 01:17:34 -0000	1.5
+++ ports/math/octave-forge-fenv/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-fenv
 PORTVERSION=	0.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-financial/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-financial/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-financial/Makefile	30 Jun 2011 20:55:41 -0000	1.12
+++ ports/math/octave-forge-financial/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-financial
 PORTVERSION=	0.3.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-fits/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-fits/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/math/octave-forge-fits/Makefile	21 Nov 2011 01:17:35 -0000	1.8
+++ ports/math/octave-forge-fits/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-fits
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-fl-core/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-fl-core/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/math/octave-forge-fl-core/Makefile	21 Nov 2011 01:17:35 -0000	1.5
+++ ports/math/octave-forge-fl-core/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-fl-core
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-fpl/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-fpl/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-fpl/Makefile	21 Nov 2011 01:17:35 -0000	1.16
+++ ports/math/octave-forge-fpl/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-fpl
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-fuzzy-logic-toolkit/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-fuzzy-logic-toolkit/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/math/octave-forge-fuzzy-logic-toolkit/Makefile	21 Nov 2011 01:17:35 -0000	1.8
+++ ports/math/octave-forge-fuzzy-logic-toolkit/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-fuzzy-logic-toolkit
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-ga/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-ga/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-ga/Makefile	21 Nov 2011 01:17:35 -0000	1.14
+++ ports/math/octave-forge-ga/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-ga
 PORTVERSION=	0.9.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-general/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-general/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-general/Makefile	21 Nov 2011 01:17:35 -0000	1.14
+++ ports/math/octave-forge-general/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-general
 PORTVERSION=	1.2.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-generate_html/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-generate_html/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- ports/math/octave-forge-generate_html/Makefile	21 Nov 2011 01:17:35 -0000	1.10
+++ ports/math/octave-forge-generate_html/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-generate_html
 PORTVERSION=	0.1.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-geometry/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-geometry/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/math/octave-forge-geometry/Makefile	25 Jan 2012 17:58:57 -0000	1.13
+++ ports/math/octave-forge-geometry/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-geometry
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-gnuplot/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-gnuplot/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- ports/math/octave-forge-gnuplot/Makefile	21 Nov 2011 01:17:36 -0000	1.5
+++ ports/math/octave-forge-gnuplot/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-gnuplot
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-gsl/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-gsl/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-gsl/Makefile	30 Jun 2011 20:55:42 -0000	1.15
+++ ports/math/octave-forge-gsl/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-gsl
 PORTVERSION=	1.0.8
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-ident/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-ident/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-ident/Makefile	30 Jun 2011 20:55:43 -0000	1.11
+++ ports/math/octave-forge-ident/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-ident
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-image/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-image/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-image/Makefile	21 Nov 2011 01:17:36 -0000	1.16
+++ ports/math/octave-forge-image/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-image
 PORTVERSION=	1.0.15
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-informationtheory/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-informationtheory/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-informationtheory/Makefile	30 Jun 2011 20:55:43 -0000	1.12
+++ ports/math/octave-forge-informationtheory/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-informationtheory
 PORTVERSION=	0.1.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-integration/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-integration/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-integration/Makefile	30 Jun 2011 20:55:43 -0000	1.11
+++ ports/math/octave-forge-integration/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-integration
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-io/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-io/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- ports/math/octave-forge-io/Makefile	28 Feb 2012 03:43:20 -0000	1.19
+++ ports/math/octave-forge-io/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-io
 PORTVERSION=	1.0.17
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-irsa/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-irsa/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-irsa/Makefile	30 Jun 2011 20:55:43 -0000	1.11
+++ ports/math/octave-forge-irsa/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-irsa
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-linear-algebra/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-linear-algebra/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-linear-algebra/Makefile	21 Nov 2011 01:17:36 -0000	1.15
+++ ports/math/octave-forge-linear-algebra/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-linear-algebra
 PORTVERSION=	2.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-mapping/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-mapping/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-mapping/Makefile	30 Jun 2011 20:55:44 -0000	1.11
+++ ports/math/octave-forge-mapping/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-mapping
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-mechanics/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-mechanics/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- ports/math/octave-forge-mechanics/Makefile	7 Jan 2012 01:07:17 -0000	1.6
+++ ports/math/octave-forge-mechanics/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-mechanics
 PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-miscellaneous/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-miscellaneous/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-miscellaneous/Makefile	21 Nov 2011 01:17:36 -0000	1.14
+++ ports/math/octave-forge-miscellaneous/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-miscellaneous
 PORTVERSION=	1.0.11
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-missing-functions/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-missing-functions/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-missing-functions/Makefile	30 Jun 2011 20:55:44 -0000	1.11
+++ ports/math/octave-forge-missing-functions/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-missing-functions
 PORTVERSION=	1.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-msh/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-msh/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-msh/Makefile	21 Nov 2011 01:17:37 -0000	1.16
+++ ports/math/octave-forge-msh/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-msh
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-multicore/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-multicore/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-multicore/Makefile	30 Jun 2011 20:55:44 -0000	1.12
+++ ports/math/octave-forge-multicore/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-multicore
 PORTVERSION=	0.2.15
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-nan/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-nan/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- ports/math/octave-forge-nan/Makefile	10 Feb 2012 23:08:16 -0000	1.17
+++ ports/math/octave-forge-nan/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-nan
 PORTVERSION=	2.5.2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-nlwing2/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-nlwing2/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-nlwing2/Makefile	21 Nov 2011 01:17:37 -0000	1.12
+++ ports/math/octave-forge-nlwing2/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-nlwing2
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-nnet/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-nnet/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-nnet/Makefile	21 Nov 2011 01:17:37 -0000	1.14
+++ ports/math/octave-forge-nnet/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-nnet
 PORTVERSION=	0.1.13
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-nurbs/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-nurbs/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-nurbs/Makefile	21 Nov 2011 01:17:37 -0000	1.15
+++ ports/math/octave-forge-nurbs/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-nurbs
 PORTVERSION=	1.3.5
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-ocs/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-ocs/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-ocs/Makefile	23 Jan 2012 13:59:47 -0000	1.16
+++ ports/math/octave-forge-ocs/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-ocs
 PORTVERSION=	0.1.3
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-oct2mat/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-oct2mat/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- ports/math/octave-forge-oct2mat/Makefile	30 Jun 2011 20:55:45 -0000	1.9
+++ ports/math/octave-forge-oct2mat/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-oct2mat
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-octcdf/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-octcdf/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-octcdf/Makefile	22 Feb 2012 14:38:29 -0000	1.16
+++ ports/math/octave-forge-octcdf/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-octcdf
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-octclip/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-octclip/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/math/octave-forge-octclip/Makefile	21 Nov 2011 01:17:37 -0000	1.4
+++ ports/math/octave-forge-octclip/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-octclip
 PORTVERSION=	1.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-octgpr/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-octgpr/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/math/octave-forge-octgpr/Makefile	21 Nov 2011 01:17:38 -0000	1.13
+++ ports/math/octave-forge-octgpr/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-octgpr
 PORTVERSION=	1.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-octproj/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-octproj/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/math/octave-forge-octproj/Makefile	21 Nov 2011 01:17:38 -0000	1.7
+++ ports/math/octave-forge-octproj/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-octproj
 PORTVERSION=	1.0.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-odebvp/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-odebvp/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-odebvp/Makefile	30 Jun 2011 20:55:46 -0000	1.11
+++ ports/math/octave-forge-odebvp/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-odebvp
 PORTVERSION=	1.0.6
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-odepkg/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-odepkg/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- ports/math/octave-forge-odepkg/Makefile	21 Nov 2011 01:17:38 -0000	1.17
+++ ports/math/octave-forge-odepkg/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-odepkg
 PORTVERSION=	0.8.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-optim/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-optim/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- ports/math/octave-forge-optim/Makefile	21 Nov 2011 01:17:38 -0000	1.18
+++ ports/math/octave-forge-optim/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-optim
 PORTVERSION=	1.0.17
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-optiminterp/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-optiminterp/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/math/octave-forge-optiminterp/Makefile	21 Nov 2011 01:17:38 -0000	1.13
+++ ports/math/octave-forge-optiminterp/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-optiminterp
 PORTVERSION=	0.3.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-outliers/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-outliers/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-outliers/Makefile	30 Jun 2011 20:55:46 -0000	1.11
+++ ports/math/octave-forge-outliers/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-outliers
 PORTVERSION=	0.13.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-parallel/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-parallel/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-parallel/Makefile	21 Nov 2011 01:17:38 -0000	1.15
+++ ports/math/octave-forge-parallel/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-parallel
 PORTVERSION=	2.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-pdb/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-pdb/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-pdb/Makefile	30 Jun 2011 20:55:47 -0000	1.11
+++ ports/math/octave-forge-pdb/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-pdb
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-physicalconstants/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-physicalconstants/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-physicalconstants/Makefile	30 Jun 2011 20:55:47 -0000	1.11
+++ ports/math/octave-forge-physicalconstants/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-physicalconstants
 PORTVERSION=	0.1.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-plot/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-plot/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-plot/Makefile	21 Nov 2011 01:17:38 -0000	1.14
+++ ports/math/octave-forge-plot/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-plot
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-pt_br/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-pt_br/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-pt_br/Makefile	21 Nov 2011 01:17:39 -0000	1.15
+++ ports/math/octave-forge-pt_br/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-pt_br
 PORTVERSION=	1.0.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-quaternion/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-quaternion/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- ports/math/octave-forge-quaternion/Makefile	30 Jun 2011 20:55:47 -0000	1.7
+++ ports/math/octave-forge-quaternion/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-quaternion
 PORTVERSION=	1.0.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-queueing/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-queueing/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- ports/math/octave-forge-queueing/Makefile	6 Feb 2012 19:42:56 -0000	1.1
+++ ports/math/octave-forge-queueing/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-queueing
 PORTVERSION=	1.0.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-secs1d/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-secs1d/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-secs1d/Makefile	30 Jun 2011 20:55:47 -0000	1.11
+++ ports/math/octave-forge-secs1d/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-secs1d
 PORTVERSION=	0.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-secs2d/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-secs2d/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-secs2d/Makefile	30 Jun 2011 20:55:47 -0000	1.11
+++ ports/math/octave-forge-secs2d/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-secs2d
 PORTVERSION=	0.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-secs3d/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-secs3d/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- ports/math/octave-forge-secs3d/Makefile	21 Nov 2011 01:17:39 -0000	1.3
+++ ports/math/octave-forge-secs3d/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-secs3d
 PORTVERSION=	0.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-signal/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-signal/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-signal/Makefile	18 Jan 2012 22:56:28 -0000	1.16
+++ ports/math/octave-forge-signal/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-signal
 PORTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-simp/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-simp/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- ports/math/octave-forge-simp/Makefile	30 Jun 2011 20:55:48 -0000	1.8
+++ ports/math/octave-forge-simp/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-simp
 PORTVERSION=	1.1.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-sockets/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-sockets/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- ports/math/octave-forge-sockets/Makefile	21 Nov 2011 01:17:39 -0000	1.13
+++ ports/math/octave-forge-sockets/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-sockets
 PORTVERSION=	1.0.7
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-specfun/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-specfun/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-specfun/Makefile	15 Dec 2011 03:47:23 -0000	1.14
+++ ports/math/octave-forge-specfun/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-specfun
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-special-matrix/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-special-matrix/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-special-matrix/Makefile	30 Jun 2011 20:55:48 -0000	1.11
+++ ports/math/octave-forge-special-matrix/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-special-matrix
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-spline-gcvspl/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-spline-gcvspl/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-spline-gcvspl/Makefile	30 Jun 2011 20:55:48 -0000	1.12
+++ ports/math/octave-forge-spline-gcvspl/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-spline-gcvspl
 PORTVERSION=	1.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-splines/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-splines/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-splines/Makefile	30 Jun 2011 20:55:48 -0000	1.11
+++ ports/math/octave-forge-splines/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-splines
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-statistics/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-statistics/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-statistics/Makefile	21 Nov 2011 01:17:39 -0000	1.15
+++ ports/math/octave-forge-statistics/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-statistics
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-strings/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-strings/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-strings/Makefile	30 Jun 2011 20:55:49 -0000	1.11
+++ ports/math/octave-forge-strings/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-strings
 PORTVERSION=	1.0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-struct/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-struct/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- ports/math/octave-forge-struct/Makefile	21 Nov 2011 01:17:39 -0000	1.14
+++ ports/math/octave-forge-struct/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-struct
 PORTVERSION=	1.0.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-symband/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-symband/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-symband/Makefile	30 Jun 2011 20:55:49 -0000	1.12
+++ ports/math/octave-forge-symband/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-symband
 PORTVERSION=	1.0.10
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-symbolic/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-symbolic/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- ports/math/octave-forge-symbolic/Makefile	21 Nov 2011 01:17:40 -0000	1.17
+++ ports/math/octave-forge-symbolic/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-symbolic
 PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-tcl-octave/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-tcl-octave/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-tcl-octave/Makefile	30 Jun 2011 20:55:49 -0000	1.12
+++ ports/math/octave-forge-tcl-octave/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-tcl-octave
 PORTVERSION=	0.1.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-time/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-time/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-time/Makefile	30 Jun 2011 20:55:49 -0000	1.11
+++ ports/math/octave-forge-time/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-time
 PORTVERSION=	1.0.9
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-tsa/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-tsa/Makefile,v
retrieving revision 1.16
diff -u -r1.16 Makefile
--- ports/math/octave-forge-tsa/Makefile	13 Feb 2012 14:37:39 -0000	1.16
+++ ports/math/octave-forge-tsa/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	octave-forge-tsa
 PORTVERSION=	4.2.2
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-video/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-video/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- ports/math/octave-forge-video/Makefile	16 Feb 2012 15:57:02 -0000	1.15
+++ ports/math/octave-forge-video/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-video
 PORTVERSION=	1.0.2
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-xraylib/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-xraylib/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- ports/math/octave-forge-xraylib/Makefile	30 Jun 2011 20:55:50 -0000	1.12
+++ ports/math/octave-forge-xraylib/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-xraylib
 PORTVERSION=	1.0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
Index: ports/math/octave-forge-zenity/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/octave-forge-zenity/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- ports/math/octave-forge-zenity/Makefile	30 Jun 2011 20:55:50 -0000	1.11
+++ ports/math/octave-forge-zenity/Makefile	11 Apr 2012 01:43:39 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave-forge-zenity
 PORTVERSION=	0.5.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
--- /dev/null	2012-04-11 10:44:12.000000000 +0900
+++ ports/math/octave-forge-odepkg/files/patch-odepkg_auxiliary_functions.cc	2012-04-02 13:59:35.000000000 +0900
@@ -0,0 +1,13 @@
+--- odepkg_auxiliary_functions.cc-orig	2012-03-30 23:51:38.000000000 +0000
++++ odepkg_auxiliary_functions.cc	2012-03-30 23:52:36.000000000 +0000
+@@ -454,8 +454,8 @@
+       // eg. if the code should be debuged or something like this
+       vt = octave_value (vtstore);
+       vy = octave_value (vystore);
+-      vt.print_with_name (octave_stdout, "vt", true);
+-      vy.print_with_name (octave_stdout, "vy", true);
++      vt.print_with_name (octave_stdout, "vt");
++      vy.print_with_name (octave_stdout, "vy");
+       break;
+   }
+ 
--- /dev/null	2012-04-11 10:44:33.000000000 +0900
+++ ports/math/octave-forge-ad/files/patch-src_ov-grad.cc	2012-04-02 13:59:35.000000000 +0900
@@ -0,0 +1,15 @@
+--- src/ov-grad.cc-orig	2012-03-30 23:31:24.000000000 +0000
++++ src/ov-grad.cc	2012-03-30 23:31:56.000000000 +0000
+@@ -71,10 +71,10 @@
+ 
+ void octave_gradient::print (std::ostream& os, bool pr_as_read_syntax) const 
+ {
+-	x ().print_with_name (os, "value", true);
++	x ().print_with_name (os, "value");
+ 	// print (partial) derivative(s),
+ 	// following convention i-th row = nabla(x_i)T
+-	jacobian ().print_with_name (os, "(partial) derivative(s)", true);
++	jacobian ().print_with_name (os, "(partial) derivative(s)");
+ }
+ 
+ octave_value_list octave_gradient::dotref (const octave_value_list& idx) 
--- /dev/null	2012-04-11 10:45:01.000000000 +0900
+++ ports/math/octave-forge-parallel/files/patch-configure	2012-04-02 13:59:35.000000000 +0900
@@ -0,0 +1,11 @@
+--- configure-orig	2012-03-30 23:58:04.000000000 +0000
++++ configure	2012-03-30 23:58:24.000000000 +0000
+@@ -4208,7 +4208,7 @@
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ 
+-$as_echo "#define OCTAVE_LE_3_2_4 1" >>confdefs.h
++$as_echo "#undef OCTAVE_LE_3_2_4" >>confdefs.h
+ 
+ fi
+ 

----Next_Part(Wed_Apr_11_10_51_51_2012_794)----



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