svn commit: r461885 - in head: . Mk/Uses audio/py-tagpy cad/freecad cad/linuxcnc-devel comms/gnuradio comms/uhd comms/usrp devel devel/boost-all devel/boost-libs devel/boost-python-libs devel/boost...

Jan Beich jbeich at FreeBSD.org
Thu Feb 15 17:05:14 UTC 2018


Mathieu Arnold <mat at FreeBSD.org> writes:

> Modified: head/devel/boost-python-libs/Makefile
> ==============================================================================
> --- head/devel/boost-python-libs/Makefile	Thu Feb 15 12:30:56 2018	(r461884)
> +++ head/devel/boost-python-libs/Makefile	Thu Feb 15 12:34:49 2018	(r461885)
> @@ -1,10 +1,12 @@
>  # Created by: Alexander Churanov <churanov.port.maintainer at gmail.com>
>  # $FreeBSD$
>  
> -PORTNAME?=	boost-python-libs
> -COMMENT?=	Framework for interfacing Python 2 and C++
> +PORTNAME=	boost-libs
> +COMMENT=	Framework for interfacing Python 2 and C++

Maybe drop Python version from COMMENT. It now support both 2.x and 3.x.
Here's how it looked before the change in question:

$ fgrep COMMENT devel/boost-python*-libs/Makefile
devel/boost-python-libs/Makefile:COMMENT?=      Framework for interfacing Python 2 and C++
devel/boost-python3-libs/Makefile:COMMENT=      Framework for interfacing Python 3 and C++


More information about the svn-ports-head mailing list