From owner-svn-ports-head@FreeBSD.ORG Sat Sep 28 18:04:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 05F5ADF4; Sat, 28 Sep 2013 18:04:12 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4C532A2A; Sat, 28 Sep 2013 18:04:11 +0000 (UTC) Received: from [89.182.23.78] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VPys7-0007wu-1T; Sat, 28 Sep 2013 20:04:03 +0200 Date: Sat, 28 Sep 2013 20:04:02 +0200 From: Marcus von Appen To: William Grzybowski Subject: Re: svn commit: r328617 - head/www/py-beautifulsoup Message-ID: <20130928180402.GB1401@medusa.sysfault.org> Mail-Followup-To: William Grzybowski , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201309281742.r8SHgAno047853@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aM3YZ0Iwxop3KEKx" Content-Disposition: inline In-Reply-To: <201309281742.r8SHgAno047853@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen 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: Sat, 28 Sep 2013 18:04:12 -0000 --aM3YZ0Iwxop3KEKx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Sat Sep 28, 2013, William Grzybowski wrote: > Author: wg > Date: Sat Sep 28 17:42:10 2013 > New Revision: 328617 > URL: http://svnweb.freebsd.org/changeset/ports/328617 > > Log: > www/py-beautifulsoup: use autoplist and 3k knob > > - Use python auto plist > - Use python 3k knob > - Allow staging > > Deleted: > head/www/py-beautifulsoup/pkg-plist > Modified: > head/www/py-beautifulsoup/Makefile > > Modified: head/www/py-beautifulsoup/Makefile > ============================================================================== > --- head/www/py-beautifulsoup/Makefile Sat Sep 28 17:24:09 2013 (r328616) > +++ head/www/py-beautifulsoup/Makefile Sat Sep 28 17:42:10 2013 (r328617) > @@ -14,12 +14,7 @@ COMMENT= HTML/XML Parser for Python > USE_PYTHON= yes > USE_PYDISTUTILS= yes > PYDISTUTILS_PKGNAME= beautifulsoup4 > +PYDISTUTILS_AUTOPLIST= yes > +PYTHON_PY3K_PLIST_HACK= yes PYTHON_PY3K_PLIST_HACK should not be necessary, when using PYDISTUTILS_AUTOPLIST. It's (usually) only needed for ports that do not use distutils. Cheers Marcus --aM3YZ0Iwxop3KEKx Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.21 (FreeBSD) iEYEARECAAYFAlJHGhIACgkQi68/ErJnpkeapwCglv6jwNxRvK1CC59eE/ae4fuz vmIAnjtI6ilxOsmE/h01P+5PnvmCzec4 =Uipb -----END PGP SIGNATURE----- --aM3YZ0Iwxop3KEKx--