From owner-svn-ports-all@freebsd.org Thu Feb 15 17:05:14 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 508BCF08387; Thu, 15 Feb 2018 17:05:14 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2E15829A3; Thu, 15 Feb 2018 17:05:13 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id D0C2818731; Thu, 15 Feb 2018 17:05:13 +0000 (UTC) From: Jan Beich To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: 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... References: <201802151234.w1FCYoiu094792@repo.freebsd.org> Date: Thu, 15 Feb 2018 18:05:07 +0100 In-Reply-To: <201802151234.w1FCYoiu094792@repo.freebsd.org> (Mathieu Arnold's message of "Thu, 15 Feb 2018 12:34:50 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 17:05:14 -0000 Mathieu Arnold 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 > # $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++