aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--math/octave-forge-database/Makefile4
-rw-r--r--math/octave-forge-database/distinfo4
-rw-r--r--math/octave-forge-database/files/patch-Makefile.in11
3 files changed, 14 insertions, 5 deletions
diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile
index 486940263a16..96271961a184 100644
--- a/math/octave-forge-database/Makefile
+++ b/math/octave-forge-database/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-database
-PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTVERSION= 2.4.0
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -20,7 +19,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
GNU_CONFIGURE= yes
USES+= pgsql
-ALL_TARGET=
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
diff --git a/math/octave-forge-database/distinfo b/math/octave-forge-database/distinfo
index 2b3a9a2fbcf1..84354899d28a 100644
--- a/math/octave-forge-database/distinfo
+++ b/math/octave-forge-database/distinfo
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/database-2.3.2.tar.gz) = 922e9c298da92f3ac9596ec4fb0db2acc0f5270aa707b67f0151c2529f658d79
-SIZE (octave-forge/database-2.3.2.tar.gz) = 84327
+SHA256 (octave-forge/database-2.4.0.tar.gz) = 79698cdb88f5a997f24ffa79ce3aa24e98ff1e9590f119d9b78e61adf3e99927
+SIZE (octave-forge/database-2.4.0.tar.gz) = 139260
diff --git a/math/octave-forge-database/files/patch-Makefile.in b/math/octave-forge-database/files/patch-Makefile.in
new file mode 100644
index 000000000000..1d28b7c839ad
--- /dev/null
+++ b/math/octave-forge-database/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig 2016-03-18 14:46:25 UTC
++++ Makefile.in
+@@ -45,7 +45,7 @@ MFILES := $(wildcard *.m) $(wildcard ../
+
+ .INTERMEDIATE: MFDOCSTRINGS $(DSFILES)
+
+-all: doc $(octs)
++all: $(octs)
+
+ release: doc html
+