- Update to 0.8.5.

This commit is contained in:
Stephen Montgomery-Smith 2015-05-21 17:35:34 +00:00
parent c8ec1e9635
commit 219fbdb7f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386947
3 changed files with 17 additions and 5 deletions

View file

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= octave-forge-odepkg
PORTVERSION= 0.8.4
PORTREVISION= 4
PORTVERSION= 0.8.5
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@ -12,11 +11,13 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv2
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
BUILD_DEPENDS= gpatch:${PORTSDIR}/devel/patch
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

View file

@ -1,2 +1,2 @@
SHA256 (octave-forge/odepkg-0.8.4.tar.gz) = 77e99f082712c78ca4bcce389b786a6c8a546d0dc3b89bcced544518eb492cb8
SIZE (octave-forge/odepkg-0.8.4.tar.gz) = 530740
SHA256 (octave-forge/odepkg-0.8.5.tar.gz) = ad0e1e7f91a9d6b711ddd2d17c9135f4009417b1429d294a0a03765e21e8a288
SIZE (octave-forge/odepkg-0.8.5.tar.gz) = 437252

View file

@ -0,0 +1,11 @@
--- Makefile-orig 2015-05-21 17:31:08.336670000 +0000
+++ Makefile 2015-05-21 17:31:18.556578000 +0000
@@ -5,7 +5,7 @@
DEVELOPERDEFS = -Wall -W -Wshadow
TGZUNPACK = tar -xzf # "tar -xzvf" to print some output
-PATCHPROG = patch -p0 # Needed to patch the Fortran codes
+PATCHPROG = gpatch -p0 # Needed to patch the Fortran codes
# MKOCTFILE = $(MKOCTFILE) has already been defined in Makeconf
# MKMEXFILE = $(MKOCTFILE) --mex