Date: Thu, 27 Dec 2018 17:22:20 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488557 - in head/devel: dispy pycos Message-ID: <201812271722.wBRHMKX3022698@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Thu Dec 27 17:22:19 2018 New Revision: 488557 URL: https://svnweb.freebsd.org/changeset/ports/488557 Log: Upgrade pycos and dispy to their latest versions Modified: head/devel/dispy/Makefile head/devel/dispy/distinfo head/devel/pycos/Makefile head/devel/pycos/distinfo Modified: head/devel/dispy/Makefile ============================================================================== --- head/devel/dispy/Makefile Thu Dec 27 17:14:45 2018 (r488556) +++ head/devel/dispy/Makefile Thu Dec 27 17:22:19 2018 (r488557) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dispy -PORTVERSION= 4.9.1 -PORTREVISION= 1 +PORTVERSION= 4.10.4 CATEGORIES= devel net MASTER_SITES= SF/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,16 +13,10 @@ COMMENT= Distributed and Parallel Computing with/for P LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.8.0:devel/pycos@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -post-patch: - ${FIND} ${WRKSRC} -name \*.py | \ - ${XARGS} ${GREP} -l darwin |\ - ${XARGS} ${REINPLACE_CMD} \ - "s,sys.platform == 'darwin',sys.platform.startswith('${OPSYS:tl}')," .include <bsd.port.mk> Modified: head/devel/dispy/distinfo ============================================================================== --- head/devel/dispy/distinfo Thu Dec 27 17:14:45 2018 (r488556) +++ head/devel/dispy/distinfo Thu Dec 27 17:22:19 2018 (r488557) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533922025 -SHA256 (dispy-4.9.1.tar.gz) = c52ee9cfff94803b11a2ac9bad7e73783b04abf6ffe839e09add6e71e281698e -SIZE (dispy-4.9.1.tar.gz) = 282489 +TIMESTAMP = 1545930870 +SHA256 (dispy-4.10.4.tar.gz) = 3c2f797d35c68e972541549381ef5028d404e2916f5e36292c8a39165d1edc3d +SIZE (dispy-4.10.4.tar.gz) = 442974 Modified: head/devel/pycos/Makefile ============================================================================== --- head/devel/pycos/Makefile Thu Dec 27 17:14:45 2018 (r488556) +++ head/devel/pycos/Makefile Thu Dec 27 17:22:19 2018 (r488557) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycos -PORTVERSION= 4.8.1 +PORTVERSION= 4.8.9 CATEGORIES= devel net MASTER_SITES= SF/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,11 +16,5 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -post-patch: - ${FIND} ${WRKSRC} -name \*.py | \ - ${XARGS} ${GREP} -l darwin |\ - ${XARGS} ${REINPLACE_CMD} \ - "s,sys.platform == 'darwin',sys.platform.startswith('${OPSYS:tl}')," .include <bsd.port.mk> Modified: head/devel/pycos/distinfo ============================================================================== --- head/devel/pycos/distinfo Thu Dec 27 17:14:45 2018 (r488556) +++ head/devel/pycos/distinfo Thu Dec 27 17:22:19 2018 (r488557) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535482822 -SHA256 (pycos-4.8.1.tar.gz) = d25d6f96be09cb780de13f8ee7b37732b68281e6ed927aac54ad5a0afafdf845 -SIZE (pycos-4.8.1.tar.gz) = 288617 +TIMESTAMP = 1545931076 +SHA256 (pycos-4.8.9.tar.gz) = c89782e123fe992c5c50d6ce75256369fe8b4814f340e4293935aa68dc0457d5 +SIZE (pycos-4.8.9.tar.gz) = 437954
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812271722.wBRHMKX3022698>