Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2011 00:25:37 GMT
From:      Sevan Janiyan <venture37@geeklan.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rtdean@cytherianage.net
Subject:   ports/156785: [PATCH] net/jicmp: update to 1.0.12
Message-ID:  <201105030025.p430Pbwg015282@moner.lab.venture37.net>
Resent-Message-ID: <201105030040.p430eBu2070965@freefall.freebsd.org>

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

>Number:         156785
>Category:       ports
>Synopsis:       [PATCH] net/jicmp: update to 1.0.12
>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.12
- 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:

--- jicmp-1.0.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/jicmp.orig/Makefile /usr/ports/net/jicmp/Makefile
--- /usr/ports/net/jicmp.orig/Makefile	2011-04-27 10:34:14.299027946 +0000
+++ /usr/ports/net/jicmp/Makefile	2011-04-29 15:03:14.688674387 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	jicmp
-PORTVERSION=	1.0.11
+PORTVERSION=	1.0.12
 CATEGORIES=	net java
 MASTER_SITES=	SF/opennms/JICMP/stable-1.0/
 
@@ -14,7 +14,8 @@
 COMMENT=	A Java native interface (JNI) to ICMP (ping)
 
 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/net/jicmp.orig/distinfo /usr/ports/net/jicmp/distinfo
--- /usr/ports/net/jicmp.orig/distinfo	2011-04-27 10:34:14.299027946 +0000
+++ /usr/ports/net/jicmp/distinfo	2011-04-29 15:03:31.847682864 +0000
@@ -1,2 +1,2 @@
-SHA256 (jicmp-1.0.11.tar.gz) = 248ebfab4426255ad298b389f31d09d209b3cae89d620d8ed797ec51a043fe17
-SIZE (jicmp-1.0.11.tar.gz) = 355674
+SHA256 (jicmp-1.0.12.tar.gz) = 39c6d4c1f1f405e562c5b172e97c59bfe86d02f6cb8c7e812a643f873ec46afa
+SIZE (jicmp-1.0.12.tar.gz) = 357192
--- jicmp-1.0.12.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?201105030025.p430Pbwg015282>