Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 15:22:12 +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: r304222 - head/math/octave-forge-fpl
Message-ID:  <201209131522.q8DFMCBp023723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Thu Sep 13 15:22:12 2012
New Revision: 304222
URL: http://svn.freebsd.org/changeset/ports/304222

Log:
  - Update to 1.3.2.

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

Modified: head/math/octave-forge-fpl/Makefile
==============================================================================
--- head/math/octave-forge-fpl/Makefile	Thu Sep 13 15:00:45 2012	(r304221)
+++ head/math/octave-forge-fpl/Makefile	Thu Sep 13 15:22:12 2012	(r304222)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	octave-forge-fpl
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.2
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -16,14 +16,14 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}
 
-WRKSRC=		${WRKDIR}/${OCTSRC}/src
-
 RUN_DEPENDS+=	dx:${PORTSDIR}/graphics/opendx
 
 .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-fpl/distinfo
==============================================================================
--- head/math/octave-forge-fpl/distinfo	Thu Sep 13 15:00:45 2012	(r304221)
+++ head/math/octave-forge-fpl/distinfo	Thu Sep 13 15:22:12 2012	(r304222)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/fpl-1.3.0.tar.gz) = 281738a31c2d56f81191a3dacb9f672c70fc5bab47ac54bb605bea6ea34b4d5c
-SIZE (octave-forge/fpl-1.3.0.tar.gz) = 46527
+SHA256 (octave-forge/fpl-1.3.2.tar.gz) = bdb896518ef159497b98ebc0ace8545cbd2d530843446716ccc4092a8db571ea
+SIZE (octave-forge/fpl-1.3.2.tar.gz) = 45642



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