Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 20:04:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482248 - head/devel/py-gitdb2
Message-ID:  <201810162004.w9GK4Kvu010292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 16 20:04:20 2018
New Revision: 482248
URL: https://svnweb.freebsd.org/changeset/ports/482248

Log:
  Update to 2.0.5
  
  Changes:	https://github.com/gitpython-developers/gitdb/commits/master

Modified:
  head/devel/py-gitdb2/Makefile
  head/devel/py-gitdb2/distinfo

Modified: head/devel/py-gitdb2/Makefile
==============================================================================
--- head/devel/py-gitdb2/Makefile	Tue Oct 16 20:04:11 2018	(r482247)
+++ head/devel/py-gitdb2/Makefile	Tue Oct 16 20:04:20 2018	(r482248)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitdb2
-PORTVERSION=	2.0.4
+PORTVERSION=	2.0.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +17,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}smmap2>=2.0.0:deve
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}gitdb
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-gitdb2/distinfo
==============================================================================
--- head/devel/py-gitdb2/distinfo	Tue Oct 16 20:04:11 2018	(r482247)
+++ head/devel/py-gitdb2/distinfo	Tue Oct 16 20:04:20 2018	(r482248)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532810057
-SHA256 (gitdb2-2.0.4.tar.gz) = bb4c85b8a58531c51373c89f92163b92f30f81369605a67cd52d1fc21246c044
-SIZE (gitdb2-2.0.4.tar.gz) = 393672
+TIMESTAMP = 1539624950
+SHA256 (gitdb2-2.0.5.tar.gz) = 83361131a1836661a155172932a13c08bda2db3674e4caa32368aa6eb02f38c2
+SIZE (gitdb2-2.0.5.tar.gz) = 393728



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