From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 05:39:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8386968B for ; Sun, 10 Aug 2014 05:39:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B40D2791 for ; Sun, 10 Aug 2014 05:39:50 +0000 (UTC) Received: from sunpoet (uid 1240) (envelope-from sunpoet@FreeBSD.org) id 2825 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 05:39:50 +0000 From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Aug 2014 05:39:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364501 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e705a6.2825.4630a450@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 10 Aug 2014 05:39:50 -0000 Author: sunpoet Date: Sun Aug 10 05:39:49 2014 New Revision: 364501 URL: http://svnweb.freebsd.org/changeset/ports/364501 QAT: https://qat.redports.org/buildarchive/r364501/ Log: - Fix typo Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Sun Aug 10 05:33:29 2014 (r364500) +++ head/CHANGES Sun Aug 10 05:39:49 2014 (r364501) @@ -13,7 +13,7 @@ All ports committers are allowed to comm 20140809: AUTHOR: mva@FreeBSD.org - The Python language bits of the poorts framework have been converted + The Python language bits of the ports framework have been converted to USES. Instead of USE_PYTHON, please use USES=python instead. USE_PYTHON=yes becomes USES=python @@ -21,7 +21,7 @@ AUTHOR: mva@FreeBSD.org USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build ... - Additionally, several Python specific feeatures have been converted + Additionally, several Python specific features have been converted to USES-inspired PYTHON_FEATURES=,. USE_PYDISTUTILS becomes PYTHON_FEATURES=distutils