svn commit: r500158 - head/textproc/py-elasticsearch5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 20:48:02 UTC 2019


Author: sunpoet
Date: Fri Apr 26 20:47:59 2019
New Revision: 500158
URL: https://svnweb.freebsd.org/changeset/ports/500158

Log:
  Fix typo

Modified:
  head/textproc/py-elasticsearch5/Makefile

Modified: head/textproc/py-elasticsearch5/Makefile
==============================================================================
--- head/textproc/py-elasticsearch5/Makefile	Fri Apr 26 20:47:54 2019	(r500157)
+++ head/textproc/py-elasticsearch5/Makefile	Fri Apr 26 20:47:59 2019	(r500158)
@@ -30,7 +30,7 @@ GH_ACCOUNT=	elastic
 GH_PROJECT=	elasticsearch-py
 GH_TAGNAME=	719a94ab4
 
-# Using (5.5.2) commit hash in 5.5.x branch not the 5.2.2 tag
+# Using (5.5.2) commit hash in 5.5.x branch not the 5.5.2 tag
 # because that branch has the module and package name set as
 # 'elastisearch' not 'elasticsearch5'. The reason this is
 # needed (for now) is because:
@@ -42,9 +42,9 @@ GH_TAGNAME=	719a94ab4
 #    which has the different internal package name.
 #
 # Upstream made separate (versioned) packages on PyPI
-# available so that they didnt conflict on install.
+# available so that they didn't conflict on install.
 # The elasticsearchX python ports should be changed to
-# user these version-specific package names/sources, at
+# use these version-specific package names/sources, at
 # which point CONFLICTS can be removed.
 
 CONFLICTS=	${PYTHON_PKGNAMEPREFIX}elasticsearch-[0-9]*


More information about the svn-ports-all mailing list