Date: Fri, 26 Apr 2019 20:47:59 +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: r500158 - head/textproc/py-elasticsearch5 Message-ID: <201904262047.x3QKlxbj022585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904262047.x3QKlxbj022585>