Index: head/math/octave-forge-odepkg/Makefile =================================================================== --- head/math/octave-forge-odepkg/Makefile (revision 386946) +++ head/math/octave-forge-odepkg/Makefile (revision 386947) @@ -1,29 +1,30 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-odepkg -PORTVERSION= 0.8.4 -PORTREVISION= 4 +PORTVERSION= 0.8.5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org 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 .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-odepkg/distinfo =================================================================== --- head/math/octave-forge-odepkg/distinfo (revision 386946) +++ head/math/octave-forge-odepkg/distinfo (revision 386947) @@ -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 Index: head/math/octave-forge-odepkg/files/patch-Makefile =================================================================== --- head/math/octave-forge-odepkg/files/patch-Makefile (nonexistent) +++ head/math/octave-forge-odepkg/files/patch-Makefile (revision 386947) @@ -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 Property changes on: head/math/octave-forge-odepkg/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property