summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-05-01 12:55:14 +0000
committerryoon <ryoon@pkgsrc.org>2015-05-01 12:55:14 +0000
commit00137dd9c7f1e74a859f6c8d2dab8990bf2ebd7e (patch)
treed01c5994e897a4f7283f890e3849f72790ce5126
parent02a963ef52ed97445f33b43d093169481acc3e15 (diff)
downloadpkgsrc-00137dd9c7f1e74a859f6c8d2dab8990bf2ebd7e.tar.gz
Bump PKGREVISION.
* Fix configuration.xml path.
-rw-r--r--devel/opengrok/Makefile4
-rw-r--r--devel/opengrok/distinfo4
-rw-r--r--devel/opengrok/patches/patch-web_WEB-INF_web.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile
index f88b15594e5..ea223b29385 100644
--- a/devel/opengrok/Makefile
+++ b/devel/opengrok/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2015/04/06 08:17:26 adam Exp $
+# $NetBSD: Makefile,v 1.37 2015/05/01 12:55:14 ryoon Exp $
DISTNAME= OpenGrok-0.12.1
PKGNAME= ${DISTNAME:tl:S/-rc/rc/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= -https://github.com/OpenGrok/OpenGrok/archive/0.12.1.tar.gz
diff --git a/devel/opengrok/distinfo b/devel/opengrok/distinfo
index d07ae76815b..1094856f17b 100644
--- a/devel/opengrok/distinfo
+++ b/devel/opengrok/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2014/10/06 13:36:43 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2015/05/01 12:55:14 ryoon Exp $
SHA1 (OpenGrok-0.12.1.tar.gz) = 68a959ba5c5c23188e02f14ff023265111c86b36
RMD160 (OpenGrok-0.12.1.tar.gz) = 93f35c977da7c1b860c485f07b3ee69697778f10
Size (OpenGrok-0.12.1.tar.gz) = 1557993 bytes
SHA1 (patch-OpenGrok) = 3626793fca6f62a4e9da2ff23ccc20e1ec82087b
-SHA1 (patch-web_WEB-INF_web.xml) = 41ef040c1ddecd3ee6893f6ac2eb560190b85822
+SHA1 (patch-web_WEB-INF_web.xml) = dad7fe0aac6ba6f8cd388b89959abc129d960ac3
diff --git a/devel/opengrok/patches/patch-web_WEB-INF_web.xml b/devel/opengrok/patches/patch-web_WEB-INF_web.xml
index c10dd40694d..5811dbcced6 100644
--- a/devel/opengrok/patches/patch-web_WEB-INF_web.xml
+++ b/devel/opengrok/patches/patch-web_WEB-INF_web.xml
@@ -1,4 +1,4 @@
-$NetBSD: patch-web_WEB-INF_web.xml,v 1.2 2014/10/06 13:36:43 ryoon Exp $
+$NetBSD: patch-web_WEB-INF_web.xml,v 1.3 2015/05/01 12:55:14 ryoon Exp $
--- web/WEB-INF/web.xml.orig 2014-04-29 11:05:25.000000000 +0000
+++ web/WEB-INF/web.xml
@@ -7,7 +7,7 @@ $NetBSD: patch-web_WEB-INF_web.xml,v 1.2 2014/10/06 13:36:43 ryoon Exp $
<context-param>
<param-name>CONFIGURATION</param-name>
- <param-value>/var/opengrok/etc/configuration.xml</param-value>
-+ <param-value>@PREFIX@/share/var/opengrok/etc/configuration.xml</param-value>
++ <param-value>@PREFIX@/share/opengrok/var/opengrok/etc/configuration.xml</param-value>
<description>Full path to the configuration file where OpenGrok can read it's configuration</description>
</context-param>