Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156684137
D29202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D29202.diff
View Options
Index: textproc/kibana7/Makefile
===================================================================
--- textproc/kibana7/Makefile
+++ textproc/kibana7/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= kibana
-PORTVERSION= 7.10.1
+PORTVERSION= 7.11.2
DISTVERSIONSUFFIX= -darwin-x86_64
CATEGORIES= textproc www
MASTER_SITES= https://artifacts.elastic.co/downloads/kibana/ \
@@ -14,13 +14,15 @@
LICENSE= APACHE20
-RUN_DEPENDS= node10>=10.22.1:www/node10
+RUN_DEPENDS= ${LOCALBASE}/lib/node_modules/re2/build/Release/re2.node:textproc/node-re2 \
+ node14>=14.16.0:www/node14
-CONFLICTS= kibana[6]*
+USE_RC_SUBR= ${PORTNAME}
-NO_BUILD= yes
+CONFLICTS= kibana[6]
+
WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
-USE_RC_SUBR= ${PORTNAME}
+NO_BUILD= yes
SUB_FILES= pkg-deinstall
SUB_LIST+= PORTNAME=${PORTNAME} PKGNAMESUFFIX=${PKGNAMESUFFIX}
@@ -35,6 +37,9 @@
${RM} -r config node optimize && \
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} && \
${COPYTREE_BIN} bin ${STAGEDIR}${WWWDIR})
+ ${RM} ${STAGEDIR}${WWWDIR}/node_modules/re2/build/Release/re2.node
+ ${LN} -s ${LOCALBASE}/lib/node_modules/re2/build/Release/re2.node \
+ ${STAGEDIR}${WWWDIR}/node_modules/re2/build/Release/re2.node
${INSTALL} -lrs ${STAGEDIR}${ETCDIR} ${STAGEDIR}${WWWDIR}/config
post-install:
Index: textproc/kibana7/distinfo
===================================================================
--- textproc/kibana7/distinfo
+++ textproc/kibana7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609276223
-SHA256 (kibana-7.10.1-darwin-x86_64.tar.gz) = 325e8bc4f6c88be485f1c7b9f9029646cfa5123411c9ca3be5530a8c171edd76
-SIZE (kibana-7.10.1-darwin-x86_64.tar.gz) = 254099681
+TIMESTAMP = 1615407276
+SHA256 (kibana-7.11.2-darwin-x86_64.tar.gz) = f74a815808d68eb85a8f83e15a0bf7901dca13fc3081cc36f0f066fe4dc282d2
+SIZE (kibana-7.11.2-darwin-x86_64.tar.gz) = 263762235
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 16, 4:27 PM (1 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33137715
Default Alt Text
D29202.diff (1 KB)
Attached To
Mode
D29202: www/kibana7: Update to 7.11.2
Attached
Detach File
Event Timeline
Log In to Comment