pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opengrok (devel/opengrok) Adhoc build fix by htt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7ef1eed7a379
branches:  trunk
changeset: 454754:7ef1eed7a379
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jun 17 14:31:13 2021 +0000

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

diffstat:

 devel/opengrok/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r dc5977a5ff5e -r 7ef1eed7a379 devel/opengrok/Makefile
--- a/devel/opengrok/Makefile   Thu Jun 17 12:14:56 2021 +0000
+++ b/devel/opengrok/Makefile   Thu Jun 17 14:31:13 2021 +0000
@@ -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_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