svn commit: r386947 - in head/math/octave-forge-odepkg: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu May 21 17:35:36 UTC 2015


Author: stephen
Date: Thu May 21 17:35:34 2015
New Revision: 386947
URL: https://svnweb.freebsd.org/changeset/ports/386947

Log:
  - Update to 0.8.5.

Added:
  head/math/octave-forge-odepkg/files/
  head/math/octave-forge-odepkg/files/patch-Makefile   (contents, props changed)
Modified:
  head/math/octave-forge-odepkg/Makefile
  head/math/octave-forge-odepkg/distinfo

Modified: head/math/octave-forge-odepkg/Makefile
==============================================================================
--- head/math/octave-forge-odepkg/Makefile	Thu May 21 17:14:49 2015	(r386946)
+++ head/math/octave-forge-odepkg/Makefile	Thu May 21 17:35:34 2015	(r386947)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-odepkg
-PORTVERSION=	0.8.4
-PORTREVISION=	4
+PORTVERSION=	0.8.5
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -12,11 +11,13 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 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
 

Modified: head/math/octave-forge-odepkg/distinfo
==============================================================================
--- head/math/octave-forge-odepkg/distinfo	Thu May 21 17:14:49 2015	(r386946)
+++ head/math/octave-forge-odepkg/distinfo	Thu May 21 17:35:34 2015	(r386947)
@@ -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

Added: head/math/octave-forge-odepkg/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/octave-forge-odepkg/files/patch-Makefile	Thu May 21 17:35:34 2015	(r386947)
@@ -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


More information about the svn-ports-all mailing list