svn commit: r463359 - head/textproc/elasticsearch5

Mark Felder feld at FreeBSD.org
Thu Mar 1 23:46:18 UTC 2018


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
 


More information about the svn-ports-all mailing list