Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 11:29:48 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   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
Message-ID:  <202101021129.102BTmwS062039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



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