diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2013-10-30 04:29:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2013-10-30 04:29:14 +0000 |
commit | 00bc59125f2078afed6747d1aafac7acb76e244c (patch) | |
tree | 5e2bf0c0e9364e5448c9bf21e0037297e882c65f /java/openjdk7/Makefile | |
parent | - Add stage support (diff) |
. Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD but
to instead create an instance of BsdAsynchronousChannelProvider().
PR: 183389
Submitted by: girgen@
Notes
Notes:
svn path=/head/; revision=332063
Diffstat (limited to 'java/openjdk7/Makefile')
-rw-r--r-- | java/openjdk7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/openjdk7/Makefile b/java/openjdk7/Makefile index 25ea45c339cf..653cfec958c5 100644 --- a/java/openjdk7/Makefile +++ b/java/openjdk7/Makefile @@ -3,7 +3,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ http://download.java.net/jaxp/1.4.5/:jaxp \ |