mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
textproc/elasticsearch{5,6}: Fix build
The JNA dependency was meant to be at runtime Pointyhat: me PR: 222261
This commit is contained in:
parent
305f1b5ca1
commit
747c0bd236
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463102
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 5.6.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
@ -14,8 +14,8 @@ COMMENT= Full-text search engine for Java
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= bash>0:shells/bash
|
||||
BUILD_DEPENDS= jna>0:devel/jna
|
||||
RUN_DEPENDS= bash>0:shells/bash \
|
||||
jna>0:devel/jna
|
||||
|
||||
CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch6-[0-9]*
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= elasticsearch
|
||||
PORTVERSION= 6.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc java devel
|
||||
MASTER_SITES= https://artifacts.elastic.co/downloads/${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
@ -14,8 +14,8 @@ COMMENT= Full-text search engine for Java
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= bash>0:shells/bash
|
||||
BUILD_DEPENDS= jna>0:devel/jna
|
||||
RUN_DEPENDS= bash>0:shells/bash \
|
||||
jna>0:devel/jna
|
||||
|
||||
CONFLICTS= elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch5-[0-9]*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user