diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-26 17:19:30 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-26 17:19:30 +0000 |
commit | 7e9b7a00f0579aa6ae70957d04e910ba5320db1c (patch) | |
tree | 338ead4e5aafdf90ed54541b72deb4acdf30ccff /net/jicmp6 | |
parent | 0ea26240e0436e6532df7ac9d61c5430f5c7372e (diff) |
- Update from 1.2.2 to 1.2.3
- Take maintainership
- Test build with openjdk{7,8}
Notes
Notes:
svn path=/head/; revision=359404
Diffstat (limited to 'net/jicmp6')
-rw-r--r-- | net/jicmp6/Makefile | 6 | ||||
-rw-r--r-- | net/jicmp6/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/jicmp6/Makefile b/net/jicmp6/Makefile index 8c526ff3dabe..ad14383b418c 100644 --- a/net/jicmp6/Makefile +++ b/net/jicmp6/Makefile @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= jicmp6 -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= net java MASTER_SITES= SF/opennms/JICMP6/stable-1.2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Java native interface (JNI) to ICMPv6 USES= libtool USE_JAVA= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.6+ JAVA_VENDOR= openjdk JAVA_BUILD= yes JAVA_RUN= yes diff --git a/net/jicmp6/distinfo b/net/jicmp6/distinfo index 6c79eb07b099..c75ea4d25d85 100644 --- a/net/jicmp6/distinfo +++ b/net/jicmp6/distinfo @@ -1,2 +1,2 @@ -SHA256 (jicmp6-1.2.2.tar.gz) = 90082b965d12a253d111bf2730ee0570ab971af57e21369957d2c03402c3105a -SIZE (jicmp6-1.2.2.tar.gz) = 311855 +SHA256 (jicmp6-1.2.3.tar.gz) = fd7bb78a8d6e0312e987ef44b4f592f0bf5c789cb309a89018d3754353800dd3 +SIZE (jicmp6-1.2.3.tar.gz) = 311968 |