From owner-svn-ports-head@freebsd.org Sat Feb 10 13:06:10 2018 Return-Path: Delivered-To: svn-ports-head@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 2030AF1C6C2; Sat, 10 Feb 2018 13:06:10 +0000 (UTC) (envelope-from dbaio@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 C9AA97E77F; Sat, 10 Feb 2018 13:06:09 +0000 (UTC) (envelope-from dbaio@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 C4902146B4; Sat, 10 Feb 2018 13:06:09 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1AD69qk087689; Sat, 10 Feb 2018 13:06:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1AD69CK087687; Sat, 10 Feb 2018 13:06:09 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201802101306.w1AD69CK087687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 10 Feb 2018 13:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461394 - head/devel/py-stopit X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-stopit X-SVN-Commit-Revision: 461394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2018 13:06:10 -0000 Author: dbaio Date: Sat Feb 10 13:06:09 2018 New Revision: 461394 URL: https://svnweb.freebsd.org/changeset/ports/461394 Log: devel/py-stopit: Update to 1.1.2 Allow concurrent installation. Reorder Makefile. Update license to MIT. Changes: https://github.com/glenfant/stopit/blob/1.1.2/CHANGES.rst Modified: head/devel/py-stopit/Makefile head/devel/py-stopit/distinfo Modified: head/devel/py-stopit/Makefile ============================================================================== --- head/devel/py-stopit/Makefile Sat Feb 10 12:58:55 2018 (r461393) +++ head/devel/py-stopit/Makefile Sat Feb 10 13:06:09 2018 (r461394) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stopit -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,10 +9,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Timeout control decorator and context managers in Python -LICENSE= GPLv3 +LICENSE= MIT -NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/devel/py-stopit/distinfo ============================================================================== --- head/devel/py-stopit/distinfo Sat Feb 10 12:58:55 2018 (r461393) +++ head/devel/py-stopit/distinfo Sat Feb 10 13:06:09 2018 (r461394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467936276 -SHA256 (stopit-1.1.1.tar.gz) = d879a892e6c0d524763b8bf20831a78311d86ea59ec199ec551abf3f494b0708 -SIZE (stopit-1.1.1.tar.gz) = 18009 +TIMESTAMP = 1518266523 +SHA256 (stopit-1.1.2.tar.gz) = f7f39c583fd92027bd9d06127b259aee7a5b7945c1f1fa56263811e1e766996d +SIZE (stopit-1.1.2.tar.gz) = 18281