svn commit: r559926 - in head: graphics/py-box2d-py graphics/py-box2d-py/files math/py-cmaes math/py-cmaes/files math/py-optuna math/py-optuna/files
Kurt Jaeger
pi at FreeBSD.org
Sat Jan 2 11:29:49 UTC 2021
Author: pi
Date: Sat Jan 2 11:29:48 2021
New Revision: 559926
URL: https://svnweb.freebsd.org/changeset/ports/559926
Log:
graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR: 252342
Submitted by: Neel Chauhan <neel at neelc.org> (maintainer)
Deleted:
head/graphics/py-box2d-py/files/
head/math/py-cmaes/files/
head/math/py-optuna/files/
Modified:
head/graphics/py-box2d-py/Makefile
head/math/py-cmaes/Makefile
head/math/py-optuna/Makefile
Modified: head/graphics/py-box2d-py/Makefile
==============================================================================
--- head/graphics/py-box2d-py/Makefile Sat Jan 2 11:21:30 2021 (r559925)
+++ head/graphics/py-box2d-py/Makefile Sat Jan 2 11:29:48 2021 (r559926)
@@ -18,6 +18,4 @@ LIB_DEPENDS= libBox2D.so:misc/box2d
USES= compiler:c11 python:3.6+
USE_PYTHON= autoplist distutils
-SUB_FILES= pkg-message
-
.include <bsd.port.mk>
Modified: head/math/py-cmaes/Makefile
==============================================================================
--- head/math/py-cmaes/Makefile Sat Jan 2 11:21:30 2021 (r559925)
+++ head/math/py-cmaes/Makefile Sat Jan 2 11:29:48 2021 (r559926)
@@ -20,6 +20,5 @@ USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-SUB_FILES= pkg-message
.include <bsd.port.mk>
Modified: head/math/py-optuna/Makefile
==============================================================================
--- head/math/py-optuna/Makefile Sat Jan 2 11:21:30 2021 (r559925)
+++ head/math/py-optuna/Makefile Sat Jan 2 11:29:48 2021 (r559926)
@@ -27,6 +27,5 @@ USES= python:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
-SUB_FILES= pkg-message
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list