Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 17:50:51 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555240 - head/cad/opencascade
Message-ID:  <202011151750.0AFHopMd095319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Nov 15 17:50:50 2020
New Revision: 555240
URL: https://svnweb.freebsd.org/changeset/ports/555240

Log:
  Remove a forgotten .bak file.
  
  (Do not bump PORTREVISION to avoid the rebuild of a big port without any
   functionnal change)
  
  PR:		251159
  Submitted by:	Oleg Sidorkin

Modified:
  head/cad/opencascade/Makefile
  head/cad/opencascade/pkg-plist

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Sun Nov 15 17:24:55 2020	(r555239)
+++ head/cad/opencascade/Makefile	Sun Nov 15 17:50:50 2020	(r555240)
@@ -138,6 +138,7 @@ post-install-DOXYGEN-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc/overview && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 	${RM} -r ${STAGEDIR}${DOCSDIR}/latex
+	${RM} ${STAGEDIR}${DOCSDIR}/html/build_upgrade_building_3rdparty.html.bak
 
 .if defined(MAINTAINER_MODE)
 regression-test:	install

Modified: head/cad/opencascade/pkg-plist
==============================================================================
--- head/cad/opencascade/pkg-plist	Sun Nov 15 17:24:55 2020	(r555239)
+++ head/cad/opencascade/pkg-plist	Sun Nov 15 17:50:50 2020	(r555240)
@@ -28165,7 +28165,6 @@ lib/libTKernel.so.%%VER%%
 %%DOXYGEN%%%%DOCSDIR%%/html/build_upgrade__building_documentation.html
 %%DOXYGEN%%%%DOCSDIR%%/html/build_upgrade__building_occt.html
 %%DOXYGEN%%%%DOCSDIR%%/html/build_upgrade_building_3rdparty.html
-%%DOXYGEN%%%%DOCSDIR%%/html/build_upgrade_building_3rdparty.html.bak
 %%DOXYGEN%%%%DOCSDIR%%/html/camera_perspective.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_001.png
 %%DOXYGEN%%%%DOCSDIR%%/html/cells_algorithm_002.png



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