Update to 0.12.1.5, based on PR 50203 by NONAKA Kimihiro.
Convert to github.mk while here. Changes: March 2015 update 0.12.1.5 (0.12-stable) ------------------------------------------------- This is bug fix release based on 0.12.1. Bug fixes: change the tunable for fetching history when not found in file history cache fixes #917 rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY fallback to newer file if genre for older file is null fixes #832 fix Solaris package install to depend on JRE 7 January 2015 update 0.12.1.4 (0.12-stable) ------------------------------------------------- This is bug fix release based on 0.12.1. Bug fixes: check write object to be non null before calling close on it filter repositories based on list of directories before invalidating when doing partial reindex fixes #880 January 2015 update 0.12.1.3 (0.12-stable) ------------------------------------------------- This is bug fix release based on 0.12.1. Bug fixes: change indexpart command in the OpenGrok shell script to require SRC_ROOT January 2015 update 0.12.1.2 (0.12-stable) ------------------------------------------------- This is bug fix release based on 0.12.1. Functional changes: add support for parallel indexing #876 November 2014 update 0.12.1.1 (0.12-stable) ------------------------------------------------- This is bug fix release based on 0.12.1. Bug fixes: support branches for Mercurial repository #865 Search link does not contain project #835
This commit is contained in:
parent
2a375ea48e
commit
c1cd7ceef0
2 changed files with 7 additions and 9 deletions
|
@ -1,10 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.37 2015/05/01 12:55:14 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2015/09/04 05:28:06 wiz Exp $
|
||||
|
||||
DISTNAME= OpenGrok-0.12.1
|
||||
PKGNAME= ${DISTNAME:tl:S/-rc/rc/}
|
||||
PKGREVISION= 3
|
||||
DISTNAME= OpenGrok-0.12.1.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= -https://github.com/OpenGrok/OpenGrok/archive/0.12.1.tar.gz
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=OpenGrok/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://opengrok.github.io/OpenGrok/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.10 2015/05/01 12:55:14 ryoon Exp $
|
||||
$NetBSD: distinfo,v 1.11 2015/09/04 05:28:06 wiz 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 (OpenGrok-0.12.1.5.tar.gz) = a31ca03bb340a084019825de61b9ec1878662c95
|
||||
RMD160 (OpenGrok-0.12.1.5.tar.gz) = 2c4dbebe88eab498d7d4a25807cc0bd45a4a5f40
|
||||
Size (OpenGrok-0.12.1.5.tar.gz) = 1560600 bytes
|
||||
SHA1 (patch-OpenGrok) = 3626793fca6f62a4e9da2ff23ccc20e1ec82087b
|
||||
SHA1 (patch-web_WEB-INF_web.xml) = dad7fe0aac6ba6f8cd388b89959abc129d960ac3
|
||||
|
|
Loading…
Reference in a new issue