From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 10:37:26 2014 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 ESMTPS id 1315EFD8; Fri, 31 Jan 2014 10:37:26 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.93]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF4F71222; Fri, 31 Jan 2014 10:37:25 +0000 (UTC) Received: from [89.182.60.112] (helo=localhost) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1W9BSN-00072F-9F; Fri, 31 Jan 2014 11:36:19 +0100 Date: Fri, 31 Jan 2014 11:36:19 +0100 From: Marcus von Appen To: Martin Wilke Subject: Re: svn commit: r341976 - head/devel/py-application Message-ID: <20140131103619.GA1376@medusa.sysfault.org> Mail-Followup-To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201401311020.s0VAKV5k047919@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <201401311020.s0VAKV5k047919@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) 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.17 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: Fri, 31 Jan 2014 10:37:26 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Jan 31, 2014, Martin Wilke wrote: > Author: miwi > Date: Fri Jan 31 10:20:31 2014 > New Revision: 341976 > URL: http://svnweb.freebsd.org/changeset/ports/341976 > QAT: https://qat.redports.org/buildarchive/r341976/ > > Log: > - Convert to PYDISTUTILS_AUTOPLIST > - Stage support > - Bump PORTREVISION > > Deleted: > head/devel/py-application/pkg-plist > Modified: > head/devel/py-application/Makefile > > Modified: head/devel/py-application/Makefile > ============================================================================== > --- head/devel/py-application/Makefile Fri Jan 31 10:18:44 2014 (r341975) > +++ head/devel/py-application/Makefile Fri Jan 31 10:20:31 2014 (r341976) > @@ -3,6 +3,7 @@ > > PORTNAME= application > PORTVERSION= 1.2.9 > +PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -13,7 +14,7 @@ COMMENT= Basic building blocks for pytho > > USE_PYTHON= yes > USE_PYDISTUTILS=yes > +PYDISTUTILS_AUTOPLIST= yes > PYDISTUTILS_PKGNAME=python_${PORTNAME} PYDISTUTILS_PKGNAME does not have any effect, if you are using distutils and autoplist and thus can be removed on such a change. Cheers Marcus --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlLrfKMACgkQi68/ErJnpkdB4wCfSIFemRp2iZBU0Ohq95nkrguW XpYAn3r0vbsgFkvXqNh2yvNKtfUnr6hU =FAxN -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--