svn commit: r323113 - head/math/octave-forge-msh

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Jul 16 17:23:54 UTC 2013


Author: stephen
Date: Tue Jul 16 17:23:53 2013
New Revision: 323113
URL: http://svnweb.freebsd.org/changeset/ports/323113

Log:
  - Update to 1.0.8.

Modified:
  head/math/octave-forge-msh/Makefile
  head/math/octave-forge-msh/distinfo

Modified: head/math/octave-forge-msh/Makefile
==============================================================================
--- head/math/octave-forge-msh/Makefile	Tue Jul 16 15:40:48 2013	(r323112)
+++ head/math/octave-forge-msh/Makefile	Tue Jul 16 17:23:53 2013	(r323113)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-msh
-PORTVERSION=	1.0.6
+PORTVERSION=	1.0.8
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -10,16 +10,16 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC=		${DISTNAME}
+OCTSRC=		${OCTAVE_PKGNAME}
+
+WRKSRC=		${WRKDIR}/${OCTSRC}/src
+GNU_CONFIGURE=	yes
 
 RUN_DEPENDS+=	${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines
 RUN_DEPENDS+=	gmsh:${PORTSDIR}/cad/gmsh
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 
-do-build:
-	@${DO_NADA}
-
 post-build:
 	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
 	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}

Modified: head/math/octave-forge-msh/distinfo
==============================================================================
--- head/math/octave-forge-msh/distinfo	Tue Jul 16 15:40:48 2013	(r323112)
+++ head/math/octave-forge-msh/distinfo	Tue Jul 16 17:23:53 2013	(r323113)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/msh-1.0.6.tar.gz) = a2ca617a97ada44746c9420c3bec35b8f1ec18e4b74935d9587946865d4e1e52
-SIZE (octave-forge/msh-1.0.6.tar.gz) = 29870
+SHA256 (octave-forge/msh-1.0.8.tar.gz) = b10f396d9e0ccde4284f33a34f4906df915d7ef96a364490bd6c7c973d8c7036
+SIZE (octave-forge/msh-1.0.8.tar.gz) = 68045


More information about the svn-ports-all mailing list