svn commit: r555240 - head/cad/opencascade

Thierry Thomas thierry at FreeBSD.org
Sun Nov 15 17:50:51 UTC 2020


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


More information about the svn-ports-all mailing list