mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 0.3.5.
This commit is contained in:
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
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= octave-forge-optiminterp
|
PORTNAME= octave-forge-optiminterp
|
||||||
PORTVERSION= 0.3.4
|
PORTVERSION= 0.3.5
|
||||||
PORTREVISION= 10
|
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
MAINTAINER= stephen@FreeBSD.org
|
MAINTAINER= stephen@FreeBSD.org
|
||||||
|
@ -16,9 +15,10 @@ MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
# OCTSRC is the name of the directory of the package.
|
# OCTSRC is the name of the directory of the package.
|
||||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||||
OCTSRC= ${OCTAVE_PKGNAME}
|
OCTSRC= ${DISTNAME}
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
.include "${.CURDIR}/../../Mk/bsd.octave.mk"
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (octave-forge/optiminterp-0.3.4.tar.gz) = 483bfcfc282b76b36e70f293cae8209ee0e12b9eeb97b4fd9a837202bfd8f74a
|
TIMESTAMP = 1524016760
|
||||||
SIZE (octave-forge/optiminterp-0.3.4.tar.gz) = 59665
|
SHA256 (octave-forge/optiminterp-0.3.5.tar.gz) = d60b5e4788b25464a7a158eb7b6a92f9d5a59557697defaae58fb289e2b3b096
|
||||||
|
SIZE (octave-forge/optiminterp-0.3.5.tar.gz) = 59348
|
||||||
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue