Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2011 00:20:06 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rtdean@cytherianage.net
Subject:   ports/156786: [PATCH] databases/jrrd: update to 1.0.4
Message-ID:  <201105030020.p430K6xZ013918@moner.lab.venture37.net>
Resent-Message-ID: <201105030040.p430eC32070984@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156786
>Category:       ports
>Synopsis:       [PATCH] databases/jrrd: update to 1.0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 03 00:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Venture 37 Ltd
>Environment:
System: FreeBSD opennmsdev.somedomain.local 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Update to 1.0.4
- Bump JAVA_VERISON & Switch to using openjdk to bring this into line with other components utilising openjdk including
port for OpenNMS which is not in the tree yet.

Port maintainer (rtdean@cytherianage.net) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- jrrd-1.0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/jrrd.orig/Makefile /usr/ports/databases/jrrd/Makefile
--- /usr/ports/databases/jrrd.orig/Makefile	2011-04-29 15:07:47.190809155 +0000
+++ /usr/ports/databases/jrrd/Makefile	2011-04-29 15:09:42.844866584 +0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	jrrd
-PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTVERSION=	1.0.4
 CATEGORIES=	databases java
 MASTER_SITES=	SF/opennms/JRRD/stable-1.0
 
@@ -17,7 +16,8 @@
 LIB_DEPENDS=	rrd:${PORTSDIR}/databases/rrdtool
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.5+
+JAVA_VERSION=	1.6
+JAVA_VENDOR=	openjdk
 JAVA_BUILD=	yes
 JAVA_RUN=	yes
 GNU_CONFIGURE=	yes
diff -ruN --exclude=CVS /usr/ports/databases/jrrd.orig/distinfo /usr/ports/databases/jrrd/distinfo
--- /usr/ports/databases/jrrd.orig/distinfo	2011-04-27 10:39:45.878190381 +0000
+++ /usr/ports/databases/jrrd/distinfo	2011-04-29 15:08:08.822820207 +0000
@@ -1,2 +1,2 @@
-SHA256 (jrrd-1.0.3.tar.gz) = 860dea8acdb271a40e51c30bf529a8567cc46e877d6f0e3c602b98aab9e192fa
-SIZE (jrrd-1.0.3.tar.gz) = 327745
+SHA256 (jrrd-1.0.4.tar.gz) = bf0b03cd5763364de83ece9cb14612ab3273e9cdc5399017561a0b90dc9a735d
+SIZE (jrrd-1.0.4.tar.gz) = 329556
--- jrrd-1.0.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105030020.p430K6xZ013918>