From owner-svn-ports-all@freebsd.org Wed Mar 30 09:53:55 2016 Return-Path: Delivered-To: svn-ports-all@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 4F822AE1D30; Wed, 30 Mar 2016 09:53:55 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E16113AA; Wed, 30 Mar 2016 09:53:54 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: by shepard.synsport.net (Postfix, from userid 80) id 6C2E443C3A; Wed, 30 Mar 2016 04:53:47 -0500 (CDT) To: Olli Hauer Subject: Re: svn commit: r412164 - in head: devel/cvs2svn devel/viewvc mail/postfix mail/postfix211 security/nmap security/pulledpork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 30 Mar 2016 11:53:47 +0200 From: "John Marino (FreeBSD)" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org Reply-To: marino@freebsd.org Mail-Reply-To: marino@freebsd.org In-Reply-To: <201603300943.u2U9hvo4092023@repo.freebsd.org> References: <201603300943.u2U9hvo4092023@repo.freebsd.org> Message-ID: <6516c2f060ba4d8f2869b7a507dffa84@secure.marino.st> X-Sender: freebsd.contact@marino.st User-Agent: Roundcube Webmail/0.9.1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Wed, 30 Mar 2016 09:53:55 -0000 On 2016-03-30 11:43, Olli Hauer wrote: > Author: ohauer > Date: Wed Mar 30 09:43:57 2016 > New Revision: 412164 > URL: https://svnweb.freebsd.org/changeset/ports/412164 > > Log: > - remove ${PORTSDIR} from dependency > > Modified: > head/devel/cvs2svn/Makefile > head/devel/viewvc/Makefile > head/mail/postfix/Makefile > head/mail/postfix211/Makefile > head/security/nmap/Makefile > head/security/pulledpork/Makefile What is the purpose of this commit? I know ${PORTSDIR} is now optional, and I can see removing it if touching the port for other reasons, but what is gained by removing it as the only change? for portmgr: 1) Is everyone supposed to do this? 2) Is there going to be a set of sweeping commits to convert the entire tree? Can somebody elaborate on what the ${PORTSDIR} policy currently is and what it will be? John