Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 00:12:58 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301535 - head/math/octave-forge-splines
Message-ID:  <201207260012.q6Q0Cwdv014700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Jul 26 00:12:57 2012
New Revision: 301535
URL: http://svn.freebsd.org/changeset/ports/301535

Log:
  - Update to 1.1.0.

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

Modified: head/math/octave-forge-splines/Makefile
==============================================================================
--- head/math/octave-forge-splines/Makefile	Wed Jul 25 21:36:48 2012	(r301534)
+++ head/math/octave-forge-splines/Makefile	Thu Jul 26 00:12:57 2012	(r301535)
@@ -6,14 +6,25 @@
 #
 
 PORTNAME=	octave-forge-splines
-PORTVERSION=	1.0.7
-PORTREVISION=	7
+PORTVERSION=	1.1.0
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
-GNU_CONFIGURE=	yes
+
+# OCTSRC is the name of the directory of the package.
+# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
+OCTSRC=		${OCTAVE_PKGNAME}
+
+WRKSRC=		${WRKDIR}/${OCTSRC}/src
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"
+do-build:
+	@${DO_NADA}
+
+post-build:
+	${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
+	cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
+
 .include <bsd.port.post.mk>

Modified: head/math/octave-forge-splines/distinfo
==============================================================================
--- head/math/octave-forge-splines/distinfo	Wed Jul 25 21:36:48 2012	(r301534)
+++ head/math/octave-forge-splines/distinfo	Thu Jul 26 00:12:57 2012	(r301535)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/splines-1.0.7.tar.gz) = f4ee402de031333cdacfe1dc8218fc25b717387c1a31180ca4cd9e31810b8289
-SIZE (octave-forge/splines-1.0.7.tar.gz) = 34486
+SHA256 (octave-forge/splines-1.1.0.tar.gz) = dee190dbd7fae93d174120617ab4f7b9fa3de9bc147c6077718b1c9891f4d985
+SIZE (octave-forge/splines-1.1.0.tar.gz) = 20545



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207260012.q6Q0Cwdv014700>