diff options
author | wiz <wiz> | 2015-09-04 05:28:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-09-04 05:28:06 +0000 |
commit | eacc6dab1912990057c3e8493b3c6a3c82f0fa9d (patch) | |
tree | a0273daebc2a92b76648ea4d52f77bc83a67a297 /devel | |
parent | 9db78a3d37557654e255646d9e417f510655ed3c (diff) | |
download | pkgsrc-eacc6dab1912990057c3e8493b3c6a3c82f0fa9d.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/opengrok/Makefile | 8 | ||||
-rw-r--r-- | devel/opengrok/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/devel/opengrok/Makefile b/devel/opengrok/Makefile index ea223b29385..68565bf8cea 100644 --- a/devel/opengrok/Makefile +++ b/devel/opengrok/Makefile @@ -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/ diff --git a/devel/opengrok/distinfo b/devel/opengrok/distinfo index 1094856f17b..c17b521e136 100644 --- a/devel/opengrok/distinfo +++ b/devel/opengrok/distinfo @@ -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 |