Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2018 16:12:03 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469379 - head/databases/py-python-arango
Message-ID:  <201805081612.w48GC301004522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805081612.w48GC301004522>