netbeans_bin, bump to version 29 (#13856)

This commit is contained in:
Schrijvers Luc
2026-03-23 14:54:00 +01:00
committed by GitHub
parent f9db05062f
commit 075bbb9e30

View File

@@ -6,11 +6,11 @@ C/C++ developers.
It is free and open source and has a large community of users and developers \
around the world."
HOMEPAGE="https://netbeans.org/"
COPYRIGHT="1997,2024 Oracle and/or its affiliates"
COPYRIGHT="1997,2026 Oracle and/or its affiliates"
LICENSE="Apache v2"
REVISION="2"
REVISION="1"
SOURCE_URI="https://dlcdn.apache.org/netbeans/netbeans/$portVersion/netbeans-$portVersion-bin.zip#noarchive"
CHECKSUM_SHA256="555ef79767315ef08ae41ca8ad9acf6f44c80618e11e9bd693827d7cf4cb340c"
CHECKSUM_SHA256="5e8ca1a7c6797e21bb25b67c17c743068887c170b15bc983bebf704d7e51ec38"
ADDITIONAL_FILES="netbeans-ide.rdef.in"
ARCHITECTURES="?all x86_64"
@@ -18,11 +18,11 @@ DISABLE_SOURCE_PACKAGE="true"
PROVIDES="
netbeans_bin = $portVersion
app:netbeans = $portVersion
app:NetBeans = $portVersion
"
REQUIRES="
haiku
java:environment == 21
java:environment == 24
"
BUILD_PREREQUIRES="
@@ -48,7 +48,7 @@ INSTALL()
cat << EOF > $appsDir/netbeans/netbeans.sh
#!/bin/sh -l
export PATH=\$JDK17_HOME/bin:\$PATH
export PATH=\$JDK24_HOME/bin:\$PATH
exec $appsDir/netbeans/bin/netbeans
EOF
chmod 755 $appsDir/netbeans/netbeans.sh