pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/opengrok



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jun 17 14:31:13 UTC 2021

Modified Files:
        pkgsrc/devel/opengrok: Makefile

Log Message:
(devel/opengrok) Adhoc build fix by http -> https conversion


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/opengrok/Makefile

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

Modified files:

Index: pkgsrc/devel/opengrok/Makefile
diff -u pkgsrc/devel/opengrok/Makefile:1.60 pkgsrc/devel/opengrok/Makefile:1.61
--- pkgsrc/devel/opengrok/Makefile:1.60 Wed Apr 21 11:41:29 2021
+++ pkgsrc/devel/opengrok/Makefile      Thu Jun 17 14:31:13 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2021/04/21 11:41:29 adam Exp $
+# $NetBSD: Makefile,v 1.61 2021/06/17 14:31:13 mef Exp $
 
 DISTNAME=      OpenGrok-0.12.1.5
 PKGNAME=       ${DISTNAME:tl:S/-rc/rc/}
@@ -30,6 +30,12 @@ SUBST_MESSAGE.conf=  Set configuration.xm
 SUBST_STAGE.conf=      pre-configure
 SUBST_VARS.conf=       PREFIX
 
+SUBST_CLASSES+=                https
+SUBST_FILES.https+=    build.xml
+SUBST_MESSAGE.https=   convert http to https
+SUBST_STAGE.https=     post-configure
+SUBST_SED.https=       's|http://repo1|https://repo1|'
+
 MESSAGE_SUBST+=                PKG_JAVA_HOME=${PKG_JAVA_HOME}
 
 .include "options.mk"



Home | Main Index | Thread Index | Old Index