Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 12:04:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341013 - head/math/octave
Message-ID:  <201401251204.s0PC4QvQ085376@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan 25 12:04:25 2014
New Revision: 341013
URL: http://svnweb.freebsd.org/changeset/ports/341013
QAT: https://qat.redports.org/buildarchive/r341013/

Log:
  Finish stage support

Modified:
  head/math/octave/Makefile
  head/math/octave/pkg-plist

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sat Jan 25 11:53:57 2014	(r341012)
+++ head/math/octave/Makefile	Sat Jan 25 12:04:25 2014	(r341013)
@@ -3,6 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	3.8.0
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	octave
@@ -46,7 +47,6 @@ CONFIGURE_ENV+=	JAVA_HOME=${JAVA_HOME}
 USE_QT4=	gui network
 
 INFO=		octave liboctave
-MAN1=		octave.1 mkoctfile.1 octave-config.1
 
 .include <bsd.port.pre.mk>
 

Modified: head/math/octave/pkg-plist
==============================================================================
--- head/math/octave/pkg-plist	Sat Jan 25 11:53:57 2014	(r341012)
+++ head/math/octave/pkg-plist	Sat Jan 25 12:04:25 2014	(r341013)
@@ -6,6 +6,9 @@ bin/octave-cli
 bin/octave-cli-%%OCTAVE_VERSION%%
 bin/octave-config
 bin/octave-config-%%OCTAVE_VERSION%%
+man/man1/mkoctfile.1.gz
+man/man1/octave-config.1.gz
+man/man1/octave.1.gz
 share/applications/www.octave.org-octave.desktop
 %%PORTDOCS%%%%DOCSDIR%%/liboctave.ps
 %%PORTDOCS%%%%DOCSDIR%%/refcard-a4.ps



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