diff options
author | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2017-11-03 05:41:47 +0800 |
commit | 3ccdee572e0b19f483b93936b06bf74943d15b74 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /textproc | |
parent | 4abad86ffdb19757de8af73cba3d770e8e3ec74e (diff) | |
download | freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.gz freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.tar.zst freebsd-ports-gnome-3ccdee572e0b19f483b93936b06bf74943d15b74.zip |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/elasticsearch-plugin-sql/Makefile | 2 | ||||
-rw-r--r-- | textproc/elasticsearch2-plugin-sql/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-elasticsearch-curator-py/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/textproc/elasticsearch-plugin-sql/Makefile b/textproc/elasticsearch-plugin-sql/Makefile index 95a48424420d..6f58f19621b3 100644 --- a/textproc/elasticsearch-plugin-sql/Makefile +++ b/textproc/elasticsearch-plugin-sql/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= elasticsearch>=1.7.0:textproc/elasticsearch -CONFLICTS= elasticsearch2-plugin-sql-2.* +CONFLICTS= elasticsearch2-plugin-sql-2.* USES= zip NO_BUILD= yes diff --git a/textproc/elasticsearch2-plugin-sql/Makefile b/textproc/elasticsearch2-plugin-sql/Makefile index 47a4f3673f2e..05a65787943e 100644 --- a/textproc/elasticsearch2-plugin-sql/Makefile +++ b/textproc/elasticsearch2-plugin-sql/Makefile @@ -14,7 +14,7 @@ LICENSE= APACHE20 RUN_DEPENDS= elasticsearch2>=2.4.6:textproc/elasticsearch2 -CONFLICTS= elasticsearch-plugin-sql-1.* +CONFLICTS= elasticsearch-plugin-sql-1.* USES= zip NO_BUILD= yes diff --git a/textproc/py-elasticsearch-curator-py/Makefile b/textproc/py-elasticsearch-curator-py/Makefile index fdc5a18afa6c..4701f909c5cb 100644 --- a/textproc/py-elasticsearch-curator-py/Makefile +++ b/textproc/py-elasticsearch-curator-py/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.5.1 DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}elasticsearch- -PKGNAMESUFFIX= -py +PKGNAMESUFFIX= -py MAINTAINER= dvl@FreeBSD.org COMMENT= Python index manager for Elasticsearch |