Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 16:10:11 GMT
From:      Venture37 <venture37@geeklan.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/156785: [PATCH] net/jicmp: update to 1.0.12
Message-ID:  <201105171610.p4HGABsC000179@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156785; it has been noted by GNATS.

From: Venture37 <venture37@geeklan.co.uk>
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--



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