From owner-svn-ports-all@freebsd.org Tue May 8 16:12:04 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 6B3E4FBA32B; Tue, 8 May 2018 16:12:04 +0000 (UTC) (envelope-from yuri@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 194D26FC07; Tue, 8 May 2018 16:12:04 +0000 (UTC) (envelope-from yuri@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 EF9E02C8F9; Tue, 8 May 2018 16:12:03 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w48GC39w004525; Tue, 8 May 2018 16:12:03 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w48GC301004522; Tue, 8 May 2018 16:12:03 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201805081612.w48GC301004522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 8 May 2018 16:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469379 - head/databases/py-python-arango X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/databases/py-python-arango X-SVN-Commit-Revision: 469379 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, 08 May 2018 16:12:04 -0000 Author: yuri Date: Tue May 8 16:12:03 2018 New Revision: 469379 URL: https://svnweb.freebsd.org/changeset/ports/469379 Log: databases/py-python-arango: Update 3.12.1 -> 4.0.0 Port changes: * Add LICENSE_FILE * Add BUILD_DEPENDS to be the same as RUN_DEPENDS Modified: head/databases/py-python-arango/Makefile head/databases/py-python-arango/distinfo Modified: head/databases/py-python-arango/Makefile ============================================================================== --- head/databases/py-python-arango/Makefile Tue May 8 15:50:24 2018 (r469378) +++ head/databases/py-python-arango/Makefile Tue May 8 16:12:03 2018 (r469379) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-arango -DISTVERSION= 3.12.1 +DISTVERSION= 4.0.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,10 @@ MAINTAINER= yuri@FreeBSD.org COMMENT= Python driver for ArangoDB LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} Modified: head/databases/py-python-arango/distinfo ============================================================================== --- head/databases/py-python-arango/distinfo Tue May 8 15:50:24 2018 (r469378) +++ head/databases/py-python-arango/distinfo Tue May 8 16:12:03 2018 (r469379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514862633 -SHA256 (python-arango-3.12.1.tar.gz) = 9a092133a0951e23b1164c4055349500e99a7c5713926e277b376bef8c3fa2d8 -SIZE (python-arango-3.12.1.tar.gz) = 76402 +TIMESTAMP = 1525793101 +SHA256 (python-arango-4.0.0.tar.gz) = f5f8f85bd1901eff7630e908be2088b8b446b019d19e97d2dc6cba9e9f423e07 +SIZE (python-arango-4.0.0.tar.gz) = 77574