View | Details | Raw Unified | Return to bug 242208 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	elasticsearch
4
PORTNAME=	elasticsearch
5
PORTVERSION=	6.8.4
5
PORTVERSION=	6.8.5
6
PORTREVISION=	0
7
CATEGORIES=	textproc java devel
6
CATEGORIES=	textproc java devel
8
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
7
MASTER_SITES=	https://artifacts.elastic.co/downloads/${PORTNAME}/ \
9
		http://mirrors.rit.edu/zi/
8
		http://mirrors.rit.edu/zi/
Lines 18-26 Link Here
18
RUN_DEPENDS=	bash>0:shells/bash \
17
RUN_DEPENDS=	bash>0:shells/bash \
19
		jna>0:devel/jna
18
		jna>0:devel/jna
20
19
20
USES=		cpe shebangfix
21
21
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch5-[0-9]*
22
CONFLICTS=	elasticsearch-[0-9]* elasticsearch2-[0-9]* elasticsearch5-[0-9]*
22
23
23
USES=		cpe shebangfix
24
NO_ARCH=	yes
24
NO_ARCH=	yes
25
USE_JAVA=	yes
25
USE_JAVA=	yes
26
NO_BUILD=	yes
26
NO_BUILD=	yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1574467525
1
TIMESTAMP = 1574585124
2
SHA256 (elasticsearch-6.8.4.tar.gz) = b8a545cc6d5fc3bd4be7adbe7057faa68fc548cf1923b30a2d90f328c6da96c9
2
SHA256 (elasticsearch-6.8.5.tar.gz) = 5fe84fa84a0ca0136aad9bbdfc2053f8dda9a3e166ddf34e947bb1fe24e4ce6d
3
SIZE (elasticsearch-6.8.4.tar.gz) = 148628251
3
SIZE (elasticsearch-6.8.5.tar.gz) = 149499945
(-)files/patch-config_jvm.options (-2 / +2 lines)
Lines 1-5 Link Here
1
--- config/jvm.options.orig	2019-07-24 08:21:42.000000000 -0700
1
--- config/jvm.options.orig	2019-11-13 20:02:23 UTC
2
+++ config/jvm.options	2019-08-16 13:41:33.818798000 -0700
2
+++ config/jvm.options
3
@@ -107,13 +107,13 @@
3
@@ -107,13 +107,13 @@
4
 8:-XX:+PrintGCDateStamps
4
 8:-XX:+PrintGCDateStamps
5
 8:-XX:+PrintTenuringDistribution
5
 8:-XX:+PrintTenuringDistribution

Return to bug 242208