svn commit: r381157 - head/math/octave-forge-statistics
Stephen Montgomery-Smith
stephen at FreeBSD.org
Fri Mar 13 02:10:36 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list