Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2015 02:10:36 +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: r381157 - head/math/octave-forge-statistics
Message-ID:  <201503130210.t2D2Aa8W065790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Fri Mar 13 02:10:35 2015
New Revision: 381157
URL: https://svnweb.freebsd.org/changeset/ports/381157
QAT: https://qat.redports.org/buildarchive/r381157/

Log:
  - Correct the value of octsrc.
  - Bump portrevision.

Modified:
  head/math/octave-forge-statistics/Makefile

Modified: head/math/octave-forge-statistics/Makefile
==============================================================================
--- head/math/octave-forge-statistics/Makefile	Fri Mar 13 00:41:05 2015	(r381156)
+++ head/math/octave-forge-statistics/Makefile	Fri Mar 13 02:10:35 2015	(r381157)
@@ -3,6 +3,7 @@
 
 PORTNAME=	octave-forge-statistics
 PORTVERSION=	1.2.4
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	stephen@FreeBSD.org
@@ -10,7 +11,7 @@ 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}
 
 RUN_DEPENDS+=	${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io
 



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