svn commit: r360988 - head/devel/py-twistedCore
Steve Wills
swills at freebsd.org
Sun Jul 6 23:05:12 UTC 2014
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/541/logs/errors/py27-twistedCore-14.0.0.log
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/twisted/internet/iocpreactor/build.bat
...
===> 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/
>
> Log:
> - Update to 14.0.0
> - Use PYDISTUTILS_AUTOPLIST
> - Use USES=tar:bzip2
>
> Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/topfiles/NEWS
>
> Deleted:
> head/devel/py-twistedCore/pkg-plist
> Modified:
> head/devel/py-twistedCore/Makefile
> head/devel/py-twistedCore/distinfo
>
> Modified: head/devel/py-twistedCore/Makefile
> ==============================================================================
> --- 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$
>
> PORTNAME= twistedCore
> -PORTVERSION= 13.2.0
> +PORTVERSION= 14.0.0
> CATEGORIES= devel net python
> MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \
> LOCAL/sunpoet
> @@ -22,15 +22,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
> # Twisted, but the user should feel free to install x11-toolits/py-gnome
> # separately if desired.
>
> -USE_BZIP2= yes
> USE_PYTHON= 2
> USE_PYDISTUTILS=yes
> -PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/}
> -REINPLACE_ARGS= -i ''
> -
> -MAN1= 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= yes
> +USES= tar:bzip2
>
> .include <bsd.port.mk>
>
> Modified: head/devel/py-twistedCore/distinfo
> ==============================================================================
> --- 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) = 396ee27f0e824772bf26c636c69c2751127738127e283112e72c2de6c28e36be
> -SIZE (TwistedCore-13.2.0.tar.bz2) = 1496299
> +SHA256 (TwistedCore-14.0.0.tar.bz2) = 41fde42b917ea91c74e9ad15ae45a8104de156bcb32e7bb6a2dfa6c68141a72e
> +SIZE (TwistedCore-14.0.0.tar.bz2) = 1126188
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140706/0db525c3/attachment.sig>
More information about the svn-ports-all
mailing list