From owner-svn-ports-head@freebsd.org Wed Nov 30 16:31:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3A5DC5DE59; Wed, 30 Nov 2016 16:31:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 815061160; Wed, 30 Nov 2016 16:31:56 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id 93F1B1AAF015; Wed, 30 Nov 2016 17:31:54 +0100 (CET) Subject: Re: svn commit: r427434 - in head/net-im: . pecl-stomp2 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201611301617.uAUGHwsP016651@repo.freebsd.org> From: Torsten Zuehlsdorff Message-ID: <29015284-f5ea-1f84-9fa6-482a223f8c7e@FreeBSD.org> Date: Wed, 30 Nov 2016 17:31:54 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 16:31:56 -0000 On 30.11.2016 17:25, Mathieu Arnold wrote: > Le 30/11/2016 à 17:17, Torsten Zuehlsdorff a écrit : >> +PHP_VER= 70 > > This port is not named phpXX-something, you cannot use PHP_VER in it. php70-* ports are nearly all PHP modules. But this is a port of an pecl-extension, which builds just against PHP 7.0 (and 7.1) and become a PHP module. But also build many pecl portsagainst multiple versions of PHP. So what would be a better name? php70-pecl-stomp2? Do i need to duplicate it later into php71-pecl-stomp2? Or shut i just remove the PHP_VER? Greetings, Torsten