diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-14 10:39:44 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-10-14 10:39:44 +0000 |
commit | d0d1bab2ed2e388ac79483f235b146603e9a7951 (patch) | |
tree | d6980156efe492cbce040cf4997e0f39ba58d40f /textproc/elasticsearch2-plugin-sql/Makefile | |
parent | b9aeceefa4a86616c936b1830d8e2726b4b3c1b5 (diff) |
Notes
Diffstat (limited to 'textproc/elasticsearch2-plugin-sql/Makefile')
-rw-r--r-- | textproc/elasticsearch2-plugin-sql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/elasticsearch2-plugin-sql/Makefile b/textproc/elasticsearch2-plugin-sql/Makefile index be1382fc2c4f..47a4f3673f2e 100644 --- a/textproc/elasticsearch2-plugin-sql/Makefile +++ b/textproc/elasticsearch2-plugin-sql/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sql -PORTVERSION= 2.4.4.0 +PORTVERSION= 2.4.6.0 CATEGORIES= textproc MASTER_SITES= https://github.com/NLPchina/elasticsearch-sql/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= elasticsearch2-plugin- @@ -12,7 +12,7 @@ COMMENT= ElasticSearch SQL plugin LICENSE= APACHE20 -RUN_DEPENDS= elasticsearch2>=2.4.4:textproc/elasticsearch2 +RUN_DEPENDS= elasticsearch2>=2.4.6:textproc/elasticsearch2 CONFLICTS= elasticsearch-plugin-sql-1.* |