svn commit: r341013 - head/math/octave

Antoine Brodin antoine at FreeBSD.org
Sat Jan 25 12:04:26 UTC 2014


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


More information about the svn-ports-all mailing list