Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2019 02:57:53 +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: r501676 - head/math/octave
Message-ID:  <201905150257.x4F2vrRH075053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed May 15 02:57:52 2019
New Revision: 501676
URL: https://svnweb.freebsd.org/changeset/ports/501676

Log:
  - Remove share/info/dir from pkg-plist, because it is a generated file
    which is updated during installing packages.
  
  PR:		237774
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>

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

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Wed May 15 02:42:17 2019	(r501675)
+++ head/math/octave/Makefile	Wed May 15 02:57:52 2019	(r501676)
@@ -3,7 +3,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	${OCTAVE_VERSION}
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math java
 MASTER_SITES=	GNU
 

Modified: head/math/octave/pkg-plist
==============================================================================
--- head/math/octave/pkg-plist	Wed May 15 02:42:17 2019	(r501675)
+++ head/math/octave/pkg-plist	Wed May 15 02:57:52 2019	(r501676)
@@ -805,7 +805,6 @@ share/icons/hicolor/48x48/apps/octave.png
 share/icons/hicolor/512x512/apps/octave.png
 share/icons/hicolor/64x64/apps/octave.png
 share/icons/hicolor/scalable/apps/octave.svg
-%%PORTDOCS%%share/info/dir
 share/metainfo/org.octave.Octave.appdata.xml
 %%DATADIR%%/%%OCTAVE_VERSION%%/data/penny.mat
 %%DATADIR%%/%%OCTAVE_VERSION%%/doc/octave_interpreter.qch



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