1
0
forked from ports/contrib

openjdk11-jdk: 11.0.12+7 -> 11.0.13+7

This commit is contained in:
Danny Rawlins 2021-10-10 16:19:55 +11:00
parent 0071d39624
commit 9d63cb53df
2 changed files with 8 additions and 6 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34PBh0W4nubb6+w3JbB8C/D8pbkuxV1JbsMoR+4ojNY9XHwnswTsFOva0NCvfhdfFtBDeRvUMfhjH/mIEoGhjAQ=
SHA256 (Pkgfile) = 3ad13eb78dfddba462e584f95c00e7674963acc0407c425f98f8e04114dc99a3
RWSagIOpLGJF31DhI4kKQWOEWV9W77OrkxWypO8qpTu6DRQO5xTx6aFwurUQ2518E/L7xo/ykiZpfkAKTHlSEoVbiJbj0aAh9Qs=
SHA256 (Pkgfile) = 541bcbd72ccd4401380065927b43a6a595bfae74603baba97567d5fd8eaae4d9
SHA256 (.footprint) = 03377f0471c2680d08f519ce02e0b2f9e6e3c34c4cd8fa7c695029043ca80666
SHA256 (jdk-11.0.12+7.tar.bz2) = 03531735116e74644b729fc0b8663ed72f7c83ebe093c02f1887be89264d8b92
SHA256 (jdk-11.0.13+7.tar.gz) = 7ea505fdef0d3b8f0f08181aefc5dc90d63d9eca83012187993b8d8aa504b9e8
SHA256 (openjdk11-boot-20210620.tar.xz) = 03a0f8cb544282c589bd8e701311841a68558b93ea36cebf76e1f21c444e204b
SHA256 (java_cacerts-20210620) = 860324d9e2ea9a54e93bbfc012896623596407abd3a47d395475a52e08f46a3e

View File

@ -5,11 +5,13 @@
# Depends on: alsa-lib cups giflib harfbuzz lcms2 libxslt nss unzip xorg-libxrandr xorg-libxt xorg-libxtst zip
name=openjdk11-jdk
version=11.0.12+7
version=11.0.13+7
_version=11.0.13-7
_boot_ver=20210620
_cert_ver=20210620
release=2
source=(http://hg.openjdk.java.net/jdk-updates/jdk11u/archive/jdk-$version.tar.bz2
source=(#http://hg.openjdk.java.net/jdk-updates/jdk11u/archive/jdk-$version.tar.bz2
https://github.com/openjdk/jdk11u/archive/refs/tags/jdk-$version.tar.gz
https://crux.ster.zone/downloads/java/openjdk11-boot-$_boot_ver.tar.xz
https://crux.ster.zone/downloads/java/java_cacerts-${_cert_ver})
@ -45,7 +47,7 @@ build() {
cd $SRC/build
LC_ALL=C
/bin/bash ../jdk11u-jdk-$version/configure $PKGMK_JDK11 \
/bin/bash ../jdk11u-jdk-$_version/configure $PKGMK_JDK11 \
--prefix=/usr/lib/java/$name \
--disable-hotspot-gtest \
--disable-precompiled-headers \