svn commit: r302319 - head/math/octave-forge-fpl

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Aug 9 01:44:14 UTC 2012


Author: stephen
Date: Thu Aug  9 01:44:13 2012
New Revision: 302319
URL: http://svn.freebsd.org/changeset/ports/302319

Log:
  - Update to 1.3.0.

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 Aug  9 01:29:40 2012	(r302318)
+++ head/math/octave-forge-fpl/Makefile	Thu Aug  9 01:44:13 2012	(r302319)
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	octave-forge-fpl
-PORTVERSION=	1.2.0
-PORTREVISION=	4
+PORTVERSION=	1.3.0
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -15,15 +14,14 @@ COMMENT=	Octave-forge package ${OCTAVE_P
 
 # 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
 
 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}

Modified: head/math/octave-forge-fpl/distinfo
==============================================================================
--- head/math/octave-forge-fpl/distinfo	Thu Aug  9 01:29:40 2012	(r302318)
+++ head/math/octave-forge-fpl/distinfo	Thu Aug  9 01:44:13 2012	(r302319)
@@ -1,2 +1,2 @@
-SHA256 (octave-forge/fpl-1.2.0.tar.gz) = 9cfc58a2412dc3a492dfa859c408af746f858b16a7764ee1b8c0357a2249586d
-SIZE (octave-forge/fpl-1.2.0.tar.gz) = 36358
+SHA256 (octave-forge/fpl-1.3.0.tar.gz) = 281738a31c2d56f81191a3dacb9f672c70fc5bab47ac54bb605bea6ea34b4d5c
+SIZE (octave-forge/fpl-1.3.0.tar.gz) = 46527



More information about the svn-ports-all mailing list