pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/apache-solr



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Mar 25 15:16:25 UTC 2022

Modified Files:
        pkgsrc/databases/apache-solr: Makefile

Log Message:
(databases/apache-solr) Add REPLACE_BASH for solr-exporter


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/apache-solr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/apache-solr/Makefile
diff -u pkgsrc/databases/apache-solr/Makefile:1.4 pkgsrc/databases/apache-solr/Makefile:1.5
--- pkgsrc/databases/apache-solr/Makefile:1.4   Sat Dec 18 15:34:19 2021
+++ pkgsrc/databases/apache-solr/Makefile       Fri Mar 25 15:16:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/12/18 15:34:19 jym Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/25 15:16:25 mef Exp $
 
 DISTNAME=      solr-${SOLR_VER}
 PKGNAME=       apache-solr-${SOLR_VER}
@@ -25,6 +25,7 @@ REPLACE_INTERPRETER+= bash
 REPLACE.bash.old=      /usr/bin/env bash
 REPLACE.bash.new=      ${TOOLS_PATH.bash}
 REPLACE_FILES.bash=    bin/solr server/scripts/cloud-scripts/*.sh
+REPLACE_BASH+=         contrib/prometheus-exporter/bin/solr-exporter
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index