From owner-svn-ports-all@freebsd.org Tue Feb 20 20:25:34 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 13CB1F28214; Tue, 20 Feb 2018 20:25:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B315F6BF3B; Tue, 20 Feb 2018 20:25:33 +0000 (UTC) (envelope-from sunpoet@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 ABD4168E1; Tue, 20 Feb 2018 20:25:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KKPXaB050031; Tue, 20 Feb 2018 20:25:33 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KKPXEp050029; Tue, 20 Feb 2018 20:25:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802202025.w1KKPXEp050029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 20 Feb 2018 20:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462428 - head/devel/py-deprecation X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-deprecation X-SVN-Commit-Revision: 462428 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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: Tue, 20 Feb 2018 20:25:34 -0000 Author: sunpoet Date: Tue Feb 20 20:25:33 2018 New Revision: 462428 URL: https://svnweb.freebsd.org/changeset/ports/462428 Log: Update to 1.2 - Allow concurrent installation (USE_PYTHON=concurrent) Changes: https://github.com/briancurtin/deprecation/commits/master Modified: head/devel/py-deprecation/Makefile head/devel/py-deprecation/distinfo Modified: head/devel/py-deprecation/Makefile ============================================================================== --- head/devel/py-deprecation/Makefile Tue Feb 20 20:25:11 2018 (r462427) +++ head/devel/py-deprecation/Makefile Tue Feb 20 20:25:33 2018 (r462428) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= deprecation -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${FLAVOR} NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include Modified: head/devel/py-deprecation/distinfo ============================================================================== --- head/devel/py-deprecation/distinfo Tue Feb 20 20:25:11 2018 (r462427) +++ head/devel/py-deprecation/distinfo Tue Feb 20 20:25:33 2018 (r462428) @@ -1,3 +1,3 @@ -TIMESTAMP = 1517589991 -SHA256 (deprecation-1.1.tar.gz) = 8034ff1de464adc6558ec943cdac108fe661d3b58696f7b5821c678e4fe6106a -SIZE (deprecation-1.1.tar.gz) = 10953 +TIMESTAMP = 1519140314 +SHA256 (deprecation-1.2.tar.gz) = f3290b162abfe234d8a6b14dcff276efc513a5a324f0a51ac57dec7a718ae541 +SIZE (deprecation-1.2.tar.gz) = 11312