From owner-svn-ports-head@FreeBSD.ORG Sun Jul 6 23:05:11 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 E6CDAF42; Sun, 6 Jul 2014 23:05:11 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B61DD2E67; Sun, 6 Jul 2014 23:05:11 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s66N51qE089532 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 6 Jul 2014 23:05:06 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s66N5195089531; Sun, 6 Jul 2014 23:05:01 GMT (envelope-from swills) Date: Sun, 6 Jul 2014 23:05:01 +0000 From: Steve Wills To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r360988 - head/devel/py-twistedCore Message-ID: <20140706230456.GA89285@mouf.net> References: <201407061851.s66Ipx9k060356@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <201407061851.s66Ipx9k060356@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 06 Jul 2014 23:05:07 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean 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.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, 06 Jul 2014 23:05:12 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, FYI: https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default= /541/logs/errors/py27-twistedCore-14.0.0.log https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/5= 41/logs/errors/py27-twistedCore-14.0.0.log =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%PYTHON_SITELIBDIR%%/twisted/internet/iocpreactor/build.b= at =2E.. =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%PYTHON_SITELIBDIR%%/./twisted/internet/iocpreactor/build.= bat Seems to be some sort of bsd.python.mk issue, I think. Could someone take a look? Steve On Sun, Jul 06, 2014 at 06:51:59PM +0000, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Sun Jul 6 18:51:59 2014 > New Revision: 360988 > URL: http://svnweb.freebsd.org/changeset/ports/360988 > QAT: https://qat.redports.org/buildarchive/r360988/ >=20 > Log: > - Update to 14.0.0 > - Use PYDISTUTILS_AUTOPLIST > - Use USES=3Dtar:bzip2 > =20 > Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14= =2E0.0/twisted/topfiles/NEWS >=20 > Deleted: > head/devel/py-twistedCore/pkg-plist > Modified: > head/devel/py-twistedCore/Makefile > head/devel/py-twistedCore/distinfo >=20 > Modified: head/devel/py-twistedCore/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/py-twistedCore/Makefile Sun Jul 6 18:51:54 2014 (r360987) > +++ head/devel/py-twistedCore/Makefile Sun Jul 6 18:51:59 2014 (r360988) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > =20 > PORTNAME=3D twistedCore > -PORTVERSION=3D 13.2.0 > +PORTVERSION=3D 14.0.0 > CATEGORIES=3D devel net python > MASTER_SITES=3D http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/= \ > LOCAL/sunpoet > @@ -22,15 +22,9 @@ RUN_DEPENDS:=3D ${BUILD_DEPENDS} > # Twisted, but the user should feel free to install x11-toolits/py-gno= me > # separately if desired. > =20 > -USE_BZIP2=3D yes > USE_PYTHON=3D 2 > USE_PYDISTUTILS=3Dyes > -PYDISTUTILS_PKGNAME=3D ${PORTNAME:S/twisted/Twisted_/} > -REINPLACE_ARGS=3D -i '' > - > -MAN1=3D manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1= twistd.1 > - > -post-install: > - cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${MANPREFIX}= /man/man1/ > +PYDISTUTILS_AUTOPLIST=3D yes > +USES=3D tar:bzip2 > =20 > .include >=20 > Modified: head/devel/py-twistedCore/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/devel/py-twistedCore/distinfo Sun Jul 6 18:51:54 2014 (r360987) > +++ head/devel/py-twistedCore/distinfo Sun Jul 6 18:51:59 2014 (r360988) > @@ -1,2 +1,2 @@ > -SHA256 (TwistedCore-13.2.0.tar.bz2) =3D 396ee27f0e824772bf26c636c69c2751= 127738127e283112e72c2de6c28e36be > -SIZE (TwistedCore-13.2.0.tar.bz2) =3D 1496299 > +SHA256 (TwistedCore-14.0.0.tar.bz2) =3D 41fde42b917ea91c74e9ad15ae45a810= 4de156bcb32e7bb6a2dfa6c68141a72e > +SIZE (TwistedCore-14.0.0.tar.bz2) =3D 1126188 --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTudYYAAoJEPXPYrMgexuhSUUH/1/Z37fw673T8PtlZcgchsXZ yp/qEz04yDxJ+W/9FPmIV2FiURaP1ylockIggInFE31uev/nPuFLkMtqfKxm52cI YLJk6SH4z6MxpkIlLusnLFBWNJ/6XRcmErwG/QRrTlYKNysYLAy1b6EJ7IPj7PsK ZTT3ZzwjWhEs6N62cOzZWsmoRFxONqXimsD5x9wuHZxBn09d0MqDEm8vhzJtFBd+ dF0C/7Rc0OJuRV7wv7hRU4mOtSvPj/E53BAqkfw9CUPz+5um7+IrCmFCqBzNRCxC toB63OmKBcssjihBXistEgFOswBsrFTLEVTSE6s15gXLvUZVG+P+FCyYEC3Go9w= =vCaj -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU--