svn commit: r445072 - branches/2017Q3/devel/codesearch-py

Carlos J. Puga Medina cpm at FreeBSD.org
Wed Jul 5 11:04:49 UTC 2017


Author: cpm
Date: Wed Jul  5 11:04:48 2017
New Revision: 445072
URL: https://svnweb.freebsd.org/changeset/ports/445072

Log:
  MFH: r445060
  
  devel/codesearch-py: fix AssertionError in test_file_cache.py
  
  - Update to latest commit
  - Bump PORTREVISION
  
  Approved by:	ports-secteam (blanket)

Modified:
  branches/2017Q3/devel/codesearch-py/Makefile
  branches/2017Q3/devel/codesearch-py/distinfo
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/devel/codesearch-py/Makefile
==============================================================================
--- branches/2017Q3/devel/codesearch-py/Makefile	Wed Jul  5 10:45:42 2017	(r445071)
+++ branches/2017Q3/devel/codesearch-py/Makefile	Wed Jul  5 11:04:48 2017	(r445072)
@@ -3,6 +3,7 @@
 
 PORTNAME=	codesearch-py
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -17,7 +18,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	chromium
-GH_TAGNAME=	ec3ad68
+GH_TAGNAME=	86cf193
 
 NO_ARCH=	yes
 

Modified: branches/2017Q3/devel/codesearch-py/distinfo
==============================================================================
--- branches/2017Q3/devel/codesearch-py/distinfo	Wed Jul  5 10:45:42 2017	(r445071)
+++ branches/2017Q3/devel/codesearch-py/distinfo	Wed Jul  5 11:04:48 2017	(r445072)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498485588
-SHA256 (chromium-codesearch-py-0.1-ec3ad68_GH0.tar.gz) = 93c5c3476fafcec52d0bc1f732b31d9ddc700882e5f6755b36da7740f747ef24
-SIZE (chromium-codesearch-py-0.1-ec3ad68_GH0.tar.gz) = 335302
+TIMESTAMP = 1499190870
+SHA256 (chromium-codesearch-py-0.1-86cf193_GH0.tar.gz) = fe0c58fa6e4f2c10e731e7fc96da9c87f2e2448818f626567557de608379230d
+SIZE (chromium-codesearch-py-0.1-86cf193_GH0.tar.gz) = 344158


More information about the svn-ports-all mailing list