From owner-svn-ports-all@freebsd.org Thu Dec 27 17:22:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC4CA141B6CA; Thu, 27 Dec 2018 17:22:21 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6ADB584600; Thu, 27 Dec 2018 17:22:21 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2ADE3EC62; Thu, 27 Dec 2018 17:22:21 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBRHMKFW022705; Thu, 27 Dec 2018 17:22:20 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBRHMKX3022698; Thu, 27 Dec 2018 17:22:20 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201812271722.wBRHMKX3022698@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Thu, 27 Dec 2018 17:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488557 - in head/devel: dispy pycos X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: in head/devel: dispy pycos X-SVN-Commit-Revision: 488557 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6ADB584600 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 17:22:22 -0000 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 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 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