From owner-svn-ports-all@freebsd.org Mon Oct 23 18:27:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14971E51F58; Mon, 23 Oct 2017 18:27:44 +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 mx1.freebsd.org (Postfix) with ESMTPS id C9D467EABC; Mon, 23 Oct 2017 18:27:43 +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 v9NIRgBb092169; Mon, 23 Oct 2017 18:27:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9NIRgl7092167; Mon, 23 Oct 2017 18:27:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710231827.v9NIRgl7092167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Oct 2017 18:27:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452731 - in head/devel/py-git-up: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/py-git-up: . files X-SVN-Commit-Revision: 452731 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.23 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: Mon, 23 Oct 2017 18:27:44 -0000 Author: sunpoet Date: Mon Oct 23 18:27:42 2017 New Revision: 452731 URL: https://svnweb.freebsd.org/changeset/ports/452731 Log: Update to 1.4.5 - While I'm here, add NO_ARCH Changes: https://github.com/msiemens/PyGitUp/blob/master/README.rst#changelog PR: 222767 Differential Revision: https://reviews.freebsd.org/D12585 Submitted by: Le Baron d'Merde Approved by: maintainer (timeout, 19 days) Deleted: head/devel/py-git-up/files/ Modified: head/devel/py-git-up/Makefile head/devel/py-git-up/distinfo Modified: head/devel/py-git-up/Makefile ============================================================================== --- head/devel/py-git-up/Makefile Mon Oct 23 18:27:37 2017 (r452730) +++ head/devel/py-git-up/Makefile Mon Oct 23 18:27:42 2017 (r452731) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-up -PORTVERSION= 1.3.0 +DISTVERSION= 1.4.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,12 +11,14 @@ COMMENT= Python implementation of 'git up' LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0.3.6:devel/py-gitpython \ - ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.2:devel/py-colorama \ - ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor \ - ${PYTHON_PKGNAMEPREFIX}docopt>=0.6.1:devel/py-docopt +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.0.0:devel/py-click \ + ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama \ + ${PYTHON_PKGNAMEPREFIX}GitPython>=2.1.1:devel/py-gitpython \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}termcolor>=1.1.0:devel/py-termcolor -USES= python zip dos2unix -USE_PYTHON= autoplist distutils +NO_ARCH= yes +USES= dos2unix python zip +USE_PYTHON= autoplist concurrent distutils .include Modified: head/devel/py-git-up/distinfo ============================================================================== --- head/devel/py-git-up/distinfo Mon Oct 23 18:27:37 2017 (r452730) +++ head/devel/py-git-up/distinfo Mon Oct 23 18:27:42 2017 (r452731) @@ -1,2 +1,3 @@ -SHA256 (git-up-1.3.0.zip) = 2dd729fceec3c6381169040c8c3a1aad1d7904c0fd8cba4bea1fc4e7d2406c86 -SIZE (git-up-1.3.0.zip) = 25342 +TIMESTAMP = 1507076529 +SHA256 (git-up-1.4.5.zip) = 0b57d1845cb7df97eb1b8bd2fb21fd1a53e8427955295260b0488dcc76466e94 +SIZE (git-up-1.4.5.zip) = 50407