From owner-svn-ports-head@freebsd.org Thu Nov 1 08:22:59 2018 Return-Path: Delivered-To: svn-ports-head@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 93BD110F2070; Thu, 1 Nov 2018 08:22:59 +0000 (UTC) (envelope-from bhughes@freebsd.org) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) (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 34B9D70075; Thu, 1 Nov 2018 08:22:58 +0000 (UTC) (envelope-from bhughes@freebsd.org) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id DA95CB45; Thu, 1 Nov 2018 04:22:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 01 Nov 2018 04:22:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=1sv3ntWtLQ9XQPP6qGI57KuPT6ksI7uBeFM7Xke4V LU=; b=sfMuKhx+a2MIblBNfFFX8PEt8KWIYO+sNE2JmEXUv2b3gPNwjc0qsdiCX +NhYMyvLIlNwH3Mn2wVJYS3kFnU3bnXl0L3ugMVPgQbLDfp70iPzrKI4iWliDilx SqkJVQqtczuF9BZqr7cvqk9sizrvu6gg/ReLhfs/bJvlGwA8CmFzsbL5lHXg3kzX b/aFzBHzQ6+QIKeAWMmPN32vIbzeuXA0hejZHMEsOth9f0tdrd2ws1uFSfvAHap9 5ArxBgHCTAjw0iEQKYTZvKoZtwaW33RwtNH+Q+09QNJjrPpd91nqFUjZXu5wgjzz 9Pd5LQBbj3rqZjrwb/sGpzUb/ivkg== X-ME-Sender: X-ME-Proxy: Received: from [10.10.66.204] (unknown [109.247.227.218]) by mail.messagingengine.com (Postfix) with ESMTPA id 699FA103C8; Thu, 1 Nov 2018 04:22:49 -0400 (EDT) Subject: Re: svn commit: r483646 - head/www/node10 To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201811010818.wA18IkGF094256@repo.freebsd.org> From: "Bradley T. Hughes" Organization: FreeBSD Message-ID: <699d1538-207e-7d51-811f-326630b3e7ab@freebsd.org> Date: Thu, 1 Nov 2018 09:22:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <201811010818.wA18IkGF094256@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 01 Nov 2018 08:22:59 -0000 On 2018-11-01 09:18, Antoine Brodin wrote: > Author: antoine > Date: Thu Nov 1 08:18:46 2018 > New Revision: 483646 > URL: https://svnweb.freebsd.org/changeset/ports/483646 > > Log: > Fix PKGBASE collision with www/node > > Modified: > head/www/node10/Makefile > > Modified: head/www/node10/Makefile > ============================================================================== > --- head/www/node10/Makefile Thu Nov 1 08:16:59 2018 (r483645) > +++ head/www/node10/Makefile Thu Nov 1 08:18:46 2018 (r483646) > @@ -5,6 +5,7 @@ PORTVERSION= 10.13.0 > DISTVERSIONPREFIX= v > CATEGORIES= www > MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ > +PKGNAMESUFFIX= 10 #facepalm Thanks for this, I had completely forgotten it. :) > > MAINTAINER= bhughes@FreeBSD.org > COMMENT= V8 JavaScript for client and server > -- Bradley T. Hughes bhughes@freebsd.org