From owner-svn-ports-all@freebsd.org Sun Mar 24 23:49:00 2019 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 B0A221548A5F; Sun, 24 Mar 2019 23:49:00 +0000 (UTC) (envelope-from wen@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 50D8B6D8E1; Sun, 24 Mar 2019 23:49:00 +0000 (UTC) (envelope-from wen@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 271122776C; Sun, 24 Mar 2019 23:49:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2ONmxIg068152; Sun, 24 Mar 2019 23:49:00 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2ONmxwH068150; Sun, 24 Mar 2019 23:48:59 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201903242348.x2ONmxwH068150@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Sun, 24 Mar 2019 23:48:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496786 - head/devel/py-twisted X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-twisted X-SVN-Commit-Revision: 496786 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 50D8B6D8E1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.984,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Sun, 24 Mar 2019 23:49:00 -0000 Author: wen Date: Sun Mar 24 23:48:59 2019 New Revision: 496786 URL: https://svnweb.freebsd.org/changeset/ports/496786 Log: - Update to 18.9.0 - Update DEPENDS PR: 235586 Submitted by: ports@skyforge.at Modified: head/devel/py-twisted/Makefile head/devel/py-twisted/distinfo Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Sun Mar 24 21:44:17 2019 (r496785) +++ head/devel/py-twisted/Makefile Sun Mar 24 23:48:59 2019 (r496786) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 17.9.0 +PORTVERSION= 18.9.0 CATEGORIES= devel net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}attrs>17.4.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}incremental>=16.10.1:devel/py-incremental@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.0:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}PyHamcrest>=1.9.0:textproc/py-pyhamcrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.4.0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Automat>=0.3.0:devel/py-Automat@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} USES= python tar:bzip2 USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-twisted/distinfo ============================================================================== --- head/devel/py-twisted/distinfo Sun Mar 24 21:44:17 2019 (r496785) +++ head/devel/py-twisted/distinfo Sun Mar 24 23:48:59 2019 (r496786) @@ -1,3 +1,3 @@ -TIMESTAMP = 1506178625 -SHA256 (Twisted-17.9.0.tar.bz2) = 0da1a7e35d5fcae37bc9c7978970b5feb3bc82822155b8654ec63925c05af75c -SIZE (Twisted-17.9.0.tar.bz2) = 3019243 +TIMESTAMP = 1553221383 +SHA256 (Twisted-18.9.0.tar.bz2) = 294be2c6bf84ae776df2fc98e7af7d6537e1c5e60a46d33c3ce2a197677da395 +SIZE (Twisted-18.9.0.tar.bz2) = 3088398