svn commit: r518389 - in branches/2019Q4/textproc/py-elasticsearch6: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 25 09:28:59 UTC 2019


Author: sunpoet
Date: Mon Nov 25 09:28:58 2019
New Revision: 518389
URL: https://svnweb.freebsd.org/changeset/ports/518389

Log:
  MFH: r517541
  
  Fix build with py-urllib 1.25+
  
  - Bump PORTREVISION for package change
  
  PR:		241874
  Submitted by:	kai
  Backport from:	https://github.com/elastic/elasticsearch-py/commit/4c531c5cdbd5ba8b59be16c2fa15d5cf81d0a92f
  
  Approved by:	ports-secteam (joneum)

Added:
  branches/2019Q4/textproc/py-elasticsearch6/files/
     - copied from r517541, head/textproc/py-elasticsearch6/files/
Modified:
  branches/2019Q4/textproc/py-elasticsearch6/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/textproc/py-elasticsearch6/Makefile
==============================================================================
--- branches/2019Q4/textproc/py-elasticsearch6/Makefile	Mon Nov 25 09:27:53 2019	(r518388)
+++ branches/2019Q4/textproc/py-elasticsearch6/Makefile	Mon Nov 25 09:28:58 2019	(r518389)
@@ -3,6 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	6.4.0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}


More information about the svn-ports-branches mailing list