svn commit: r501676 - head/math/octave

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed May 15 02:57:54 UTC 2019


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 at 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


More information about the svn-ports-all mailing list