pkgsrc-Bugs archive

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

pkg/50203: Update devel/opengrok to 0.12.1.5



>Number:         50203
>Category:       pkg
>Synopsis:       Update devel/opengrok to 0.12.1.5
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 04 04:10:00 +0000 2015
>Originator:     NONAKA Kimihiro
>Release:        pkgsrc-HEAD (20150903)
>Organization:
>Environment:
NetBSD netbsd 6.1_STABLE NetBSD 6.1_STABLE (NBSERVER) #2: Fri Jul 24 17:29:01 JST 2015  nonaka@netbsd:/home/snapshot/NetBSD/6-STABLE/obj.NetBSD-amd64/amd64/sys/arch/amd64/compile/NBSERVER amd64
>Description:
pkgsrc/devel/opengrok (0.12.1) is not latest stable version (0.12.1.5).
>How-To-Repeat:

>Fix:
Please apply the following patch.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/opengrok/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile	1 May 2015 12:55:14 -0000	1.37
+++ Makefile	4 Sep 2015 03:49:00 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.37 2015/05/01 12:55:14 ryoon Exp $
 
-DISTNAME=	OpenGrok-0.12.1
+DISTNAME=	OpenGrok-0.12.1.5
 PKGNAME=	${DISTNAME:tl:S/-rc/rc/}
-PKGREVISION=	3
 CATEGORIES=	devel
-MASTER_SITES=	-https://github.com/OpenGrok/OpenGrok/archive/0.12.1.tar.gz
+MASTER_SITES=	-https://github.com/OpenGrok/OpenGrok/archive/0.12.1.5.tar.gz
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://opengrok.github.io/OpenGrok/
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/opengrok/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	1 May 2015 12:55:14 -0000	1.10
+++ distinfo	4 Sep 2015 03:49:00 -0000
@@ -1,7 +1,7 @@
 $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 (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


ChangeLog

* 0.12.1.1 (stable)

It contains the fixes for these bugs:
  - support branches for Mercurial repository #865 (needs history reindex)
  - Search link does not contain project #835 (needs xref reindex)


* 0.12.1.2 (stable)

This release provides the support for reindexing projects in parallel (#876).


* 0.12.1.3 (stable)

bug fix release for 0.12.1.2


* 0.12.1.4 (stable)

This release provides further enhancements for the partial reindexing support (#880).


* 0.12.1.5 (stable)

This release provides bug fixes for:

  - change the tunable for fetching history when not found in file history cache (#917)
  - rename OPENGROK_REMOTE_REPOS to OPENGROK_GENERATE_HISTORY
  - fallback to newer file if genre for older file is null (#832)
  - fix Solaris package install to depend on JRE 7



Home | Main Index | Thread Index | Old Index