Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 23:46:17 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463359 - head/textproc/elasticsearch5
Message-ID:  <201803012346.w21NkHUZ078445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Mar  1 23:46:17 2018
New Revision: 463359
URL: https://svnweb.freebsd.org/changeset/ports/463359

Log:
  textproc/elasticsearch5: Fix build
  
  devel/jca needs to be a BUILD_DEPEND or install fails to find the path
  for creating the symlink.
  
  Poudriere seemed to not notice as it had already installed devel/jca.
  
  PR:		222261

Modified:
  head/textproc/elasticsearch5/Makefile

Modified: head/textproc/elasticsearch5/Makefile
==============================================================================
--- head/textproc/elasticsearch5/Makefile	Thu Mar  1 23:37:20 2018	(r463358)
+++ head/textproc/elasticsearch5/Makefile	Thu Mar  1 23:46:17 2018	(r463359)
@@ -3,7 +3,7 @@
 
 PORTNAME=	elasticsearch
 PORTVERSION=	5.6.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc java devel
 MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
 		http://mirrors.rit.edu/zi/
@@ -14,6 +14,7 @@ COMMENT=	Full-text search engine for Java
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	jna>0:devel/jna
 RUN_DEPENDS=	bash>0:shells/bash \
 		jna>0:devel/jna
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803012346.w21NkHUZ078445>