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

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun May 24 18:04:02 UTC 2015


Author: stephen
Date: Sun May 24 18:04:01 2015
New Revision: 387289
URL: https://svnweb.freebsd.org/changeset/ports/387289

Log:
  - Use dos2unix instead of gpatch to handle CR in the diff files.

Deleted:
  head/math/octave-forge-odepkg/files/
Modified:
  head/math/octave-forge-odepkg/Makefile

Modified: head/math/octave-forge-odepkg/Makefile
==============================================================================
--- head/math/octave-forge-odepkg/Makefile	Sun May 24 18:01:03 2015	(r387288)
+++ head/math/octave-forge-odepkg/Makefile	Sun May 24 18:04:01 2015	(r387289)
@@ -11,7 +11,8 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-BUILD_DEPENDS=	gpatch:${PORTSDIR}/devel/patch
+USES+=		dos2unix
+DOS2UNIX_GLOB=	*.diff
 
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-all mailing list