From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 17 16:10:11 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62D1106564A for ; Tue, 17 May 2011 16:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 952BC8FC15 for ; Tue, 17 May 2011 16:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p4HGABEC000182 for ; Tue, 17 May 2011 16:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4HGABsC000179; Tue, 17 May 2011 16:10:11 GMT (envelope-from gnats) Date: Tue, 17 May 2011 16:10:11 GMT Message-Id: <201105171610.p4HGABsC000179@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Venture37 Cc: Subject: Re: ports/156785: [PATCH] net/jicmp: update to 1.0.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Venture37 List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 16:10:11 -0000 The following reply was made to PR ports/156785; it has been noted by GNATS. From: Venture37 To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156785: [PATCH] net/jicmp: update to 1.0.12 Date: Tue, 17 May 2011 17:04:27 +0100 This is a multi-part message in MIME format. --------------060408020806060509000106 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Attached is an amended diff which updates jicmp to 1.2.0 & changes maintainer to myself. --------------060408020806060509000106 Content-Type: text/plain; name="jicmp-patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="jicmp-patch.txt" ===> Generating patch ===> Viewing diff with more 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-05-17 15:22:11.061522045 +0000 @@ -6,15 +6,19 @@ # PORTNAME= jicmp -PORTVERSION= 1.0.11 +PORTVERSION= 1.2.0 CATEGORIES= net java MASTER_SITES= SF/opennms/JICMP/stable-1.0/ +DISTNAME= jicmp-${PORTVERSION}-2 -MAINTAINER= rtdean@cytherianage.net +MAINTAINER= venture37@geeklan.co.uk COMMENT= A Java native interface (JNI) to ICMP (ping) +WRKSRC= ${WRKDIR}/jicmp-${PORTVERSION} + 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-05-11 14:58:49.604077582 +0000 @@ -1,2 +1,2 @@ -SHA256 (jicmp-1.0.11.tar.gz) = 248ebfab4426255ad298b389f31d09d209b3cae89d620d8ed797ec51a043fe17 -SIZE (jicmp-1.0.11.tar.gz) = 355674 +SHA256 (jicmp-1.2.0-2.tar.gz) = ae3256c08e03e3a637dd4b3463fb45195f36d0eb663e9ea1e26b33d2213f8c76 +SIZE (jicmp-1.2.0-2.tar.gz) = 363185 ===> Done --------------060408020806060509000106--