Date: Fri, 19 Jul 2019 06:25:56 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506909 - head/databases/grass7 Message-ID: <201907190625.x6J6PuEA042007@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Fri Jul 19 06:25:56 2019 New Revision: 506909 URL: https://svnweb.freebsd.org/changeset/ports/506909 Log: Fix plist PR: 238846 Submitted by: jbeich Approved by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Modified: head/databases/grass7/pkg-plist Modified: head/databases/grass7/pkg-plist ============================================================================== --- head/databases/grass7/pkg-plist Fri Jul 19 06:10:08 2019 (r506908) +++ head/databases/grass7/pkg-plist Fri Jul 19 06:25:56 2019 (r506909) @@ -772,7 +772,10 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/docs/html/i.ortho.camera.html %%GRASS_INST_DIR%%/docs/html/i.ortho.elev.html %%GRASS_INST_DIR%%/docs/html/i.ortho.init.html +%%GRASS_INST_DIR%%/docs/html/i.ortho.photo.html %%GRASS_INST_DIR%%/docs/html/i.ortho.rectify.html +%%GRASS_INST_DIR%%/docs/html/i.ortho.target.html +%%GRASS_INST_DIR%%/docs/html/i.ortho.transform.html %%GRASS_INST_DIR%%/docs/html/i.pansharpen.html %%GRASS_INST_DIR%%/docs/html/i.pca.html %%GRASS_INST_DIR%%/docs/html/i.rectify.html @@ -1901,7 +1904,10 @@ bin/grass%%VER%% %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.camera.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.elev.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.init.1.gz +%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.photo.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.ortho.rectify.1.gz +%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.target.1.gz +%%GRASS_INST_DIR%%/docs/man/man1/i.ortho.transform.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.pansharpen.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.pca.1.gz %%GRASS_INST_DIR%%/docs/man/man1/i.rectify.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907190625.x6J6PuEA042007>