Sun Jan 14 10:17:06 2018 UTC ()
opengrok: follow redirect


(wiz)
diff -r1.48 -r1.49 pkgsrc/devel/opengrok/Makefile

cvs diff -r1.48 -r1.49 pkgsrc/devel/opengrok/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/opengrok/Makefile 2017/11/30 16:45:22 1.48
+++ pkgsrc/devel/opengrok/Makefile 2018/01/14 10:17:06 1.49
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.48 2017/11/30 16:45:22 adam Exp $ 1# $NetBSD: Makefile,v 1.49 2018/01/14 10:17:06 wiz Exp $
2 2
3DISTNAME= OpenGrok-0.12.1.5 3DISTNAME= OpenGrok-0.12.1.5
4PKGNAME= ${DISTNAME:tl:S/-rc/rc/} 4PKGNAME= ${DISTNAME:tl:S/-rc/rc/}
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenGrok/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenGrok/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://opengrok.github.io/OpenGrok/ 10HOMEPAGE= https://opengrok.github.io/OpenGrok/
11COMMENT= Fast and usable source code search and cross reference engine 11COMMENT= Fast and usable source code search and cross reference engine
12LICENSE= cddl-1.0 12LICENSE= cddl-1.0
13 13
14EXTRACT_USING= bsdtar 14EXTRACT_USING= bsdtar
15 15
16DEPENDS+= exctags-[0-9]*:../../devel/exctags 16DEPENDS+= exctags-[0-9]*:../../devel/exctags
17DEPENDS+= jflex-[0-9]*:../../devel/jflex 17DEPENDS+= jflex-[0-9]*:../../devel/jflex
18DEPENDS+= apache-ant-[0-9]*:../../devel/apache-ant 18DEPENDS+= apache-ant-[0-9]*:../../devel/apache-ant
19 19
20# XXX PREFIX should not be used here, but I would like to reduce dependencies. 20# XXX PREFIX should not be used here, but I would like to reduce dependencies.
21SUBST_CLASSES+= vcs 21SUBST_CLASSES+= vcs
22SUBST_FILES.vcs+= OpenGrok 22SUBST_FILES.vcs+= OpenGrok
23SUBST_MESSAGE.vcs= Set VCS program pathes. 23SUBST_MESSAGE.vcs= Set VCS program pathes.