- Update to 0.3.5.

This commit is contained in:
Stephen Montgomery-Smith 2018-04-18 02:09:46 +00:00
parent 89f5b3450c
commit 8594d78a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467666
3 changed files with 6 additions and 19 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-optiminterp
PORTVERSION= 0.3.4
PORTREVISION= 10
PORTVERSION= 0.3.5
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@ -16,9 +15,10 @@ MAKE_JOBS_UNSAFE= yes
# 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
GNU_CONFIGURE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"

View file

@ -1,2 +1,3 @@
SHA256 (octave-forge/optiminterp-0.3.4.tar.gz) = 483bfcfc282b76b36e70f293cae8209ee0e12b9eeb97b4fd9a837202bfd8f74a
SIZE (octave-forge/optiminterp-0.3.4.tar.gz) = 59665
TIMESTAMP = 1524016760
SHA256 (octave-forge/optiminterp-0.3.5.tar.gz) = d60b5e4788b25464a7a158eb7b6a92f9d5a59557697defaae58fb289e2b3b096
SIZE (octave-forge/optiminterp-0.3.5.tar.gz) = 59348

View file

@ -1,14 +0,0 @@
--- Makefile.orig 2011-06-14 15:21:39.000000000 +0000
+++ Makefile 2011-06-14 15:22:21.000000000 +0000
@@ -7,6 +7,11 @@
TARGETS=optiminterp.oct
+# Rule for compiling C++ programs
+
+%.o: %.cc
+ $(MKOCTFILE) -c $<
+
# Rule for compiling Fortran 90 programs
%.o: %.F90