aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2026-02-25 21:12:38 +0000
committerRonald Klop <ronald@FreeBSD.org>2026-02-26 08:10:21 +0000
commit2baaf16375792e66c71bc985f99e147f90be47fc (patch)
treefcc69abbad4c2ce15673b5c8586b5ec839a890e8 /java
parent17e021a44eccbfd4fbef6352436f6d7c06a517a6 (diff)
Diffstat (limited to 'java')
-rw-r--r--java/apache-bcel/Makefile1
-rw-r--r--java/apache-commons-beanutils/Makefile1
-rw-r--r--java/apache-commons-cli/Makefile1
-rw-r--r--java/apache-commons-codec/Makefile1
-rw-r--r--java/apache-commons-collections/Makefile2
-rw-r--r--java/apache-commons-collections4/Makefile1
-rw-r--r--java/apache-commons-dbcp/Makefile1
-rw-r--r--java/apache-commons-httpclient/Makefile2
-rw-r--r--java/apache-commons-lang/Makefile2
-rw-r--r--java/apache-commons-lang3/Makefile1
-rw-r--r--java/apache-commons-logging/Makefile2
-rw-r--r--java/apache-commons-pool/Makefile1
-rw-r--r--java/aparapi/Makefile2
-rw-r--r--java/avis/Makefile2
-rw-r--r--java/berkeley-db/Makefile2
-rw-r--r--java/bluej/Makefile2
-rw-r--r--java/bouncycastle/Makefile2
-rw-r--r--java/dbvis/Makefile1
-rw-r--r--java/eclipse-cdt/Makefile2
-rw-r--r--java/eclipse-drjava/Makefile2
-rw-r--r--java/eclipse-ecj/Makefile2
-rw-r--r--java/eclipse-findbugs/Makefile2
-rw-r--r--java/eclipse-pydev/Makefile2
-rw-r--r--java/eclipse-shelled/Makefile2
-rw-r--r--java/eclipse/Makefile1
-rw-r--r--java/hamcrest/Makefile1
-rw-r--r--java/icedtea-web/Makefile2
-rw-r--r--java/intellij-ultimate/Makefile1
-rw-r--r--java/intellij/Makefile2
-rw-r--r--java/jai/Makefile2
-rw-r--r--java/jakarta-oro/Makefile2
-rw-r--r--java/jasmin/Makefile2
-rw-r--r--java/java-cup/Makefile1
-rw-r--r--java/java-getopt/Makefile2
-rw-r--r--java/java-subversion/Makefile4
-rw-r--r--java/java3d/Makefile2
-rw-r--r--java/javahelp/Makefile2
-rw-r--r--java/javamail/Makefile2
-rw-r--r--java/javavmwrapper/Makefile1
-rw-r--r--java/jcalendar/Makefile2
-rw-r--r--java/jcckit/Makefile2
-rw-r--r--java/jcommon/Makefile2
-rw-r--r--java/jd-gui/Makefile1
-rw-r--r--java/jflex/Makefile1
-rw-r--r--java/jfreechart/Makefile2
-rw-r--r--java/jgraph/Makefile1
-rw-r--r--java/jgraphx/Makefile2
-rw-r--r--java/jlex/Makefile2
-rw-r--r--java/jmf/Makefile2
-rw-r--r--java/jode/Makefile2
-rw-r--r--java/jrosetta/Makefile2
-rw-r--r--java/jtiger/Makefile1
-rw-r--r--java/jump/Makefile2
-rw-r--r--java/junit/Makefile1
-rw-r--r--java/jxgrabkey/Makefile2
-rw-r--r--java/lightweight-java-profiler/Makefile1
-rw-r--r--java/netbeans/Makefile1
-rw-r--r--java/netrexx/Makefile2
-rw-r--r--java/netty/Makefile1
-rw-r--r--java/openjfx14/Makefile2
-rw-r--r--java/phpeclipse/Makefile2
-rw-r--r--java/proguard/Makefile1
-rw-r--r--java/sigar/Makefile2
-rw-r--r--java/sqlitejdbc/Makefile2
-rw-r--r--java/trove4j/Makefile1
-rw-r--r--java/visualvm/Makefile1
-rw-r--r--java/wildfly/Makefile1
67 files changed, 68 insertions, 42 deletions
diff --git a/java/apache-bcel/Makefile b/java/apache-bcel/Makefile
index 9307d8d06d54..5b0089271b89 100644
--- a/java/apache-bcel/Makefile
+++ b/java/apache-bcel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bcel
PORTVERSION= 6.4.1
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://archive.apache.org/dist/commons/${PORTNAME}/binaries/
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-beanutils/Makefile b/java/apache-commons-beanutils/Makefile
index fa01ca178156..0294e93e4ffd 100644
--- a/java/apache-commons-beanutils/Makefile
+++ b/java/apache-commons-beanutils/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-beanutils
PORTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_SOURCE
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-cli/Makefile b/java/apache-commons-cli/Makefile
index 6cb882b9ce9d..1962630dde4e 100644
--- a/java/apache-commons-cli/Makefile
+++ b/java/apache-commons-cli/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-cli
DISTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-codec/Makefile b/java/apache-commons-codec/Makefile
index fbe70113414a..ae13f4731c7d 100644
--- a/java/apache-commons-codec/Makefile
+++ b/java/apache-commons-codec/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-codec
PORTVERSION= 1.20.0
+PORTREVISION= 1
CATEGORIES= java converters
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-collections/Makefile b/java/apache-commons-collections/Makefile
index 4141b0f6560c..6cf56f61c3b6 100644
--- a/java/apache-commons-collections/Makefile
+++ b/java/apache-commons-collections/Makefile
@@ -1,6 +1,6 @@
PORTNAME= commons-collections
PORTVERSION= 3.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_SOURCE
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-collections4/Makefile b/java/apache-commons-collections4/Makefile
index bdff1d2db01d..145698f0e56f 100644
--- a/java/apache-commons-collections4/Makefile
+++ b/java/apache-commons-collections4/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-collections4
DISTVERSION= 4.5.0-M3
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
MASTER_SITE_SUBDIR= collections
diff --git a/java/apache-commons-dbcp/Makefile b/java/apache-commons-dbcp/Makefile
index a84e76289443..a1c9bc886360 100644
--- a/java/apache-commons-dbcp/Makefile
+++ b/java/apache-commons-dbcp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-dbcp
PORTVERSION= 2.12.0
+PORTREVISION= 1
CATEGORIES= java databases
MASTER_SITES= https://archive.apache.org/dist/commons/dbcp/binaries/
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-httpclient/Makefile b/java/apache-commons-httpclient/Makefile
index 4ca6b44aef3f..4637201b4d11 100644
--- a/java/apache-commons-httpclient/Makefile
+++ b/java/apache-commons-httpclient/Makefile
@@ -1,6 +1,6 @@
PORTNAME= commons-httpclient
DISTVERSION= 3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java www
MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/source
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-lang/Makefile b/java/apache-commons-lang/Makefile
index 867d66bdc501..b1148e7088b6 100644
--- a/java/apache-commons-lang/Makefile
+++ b/java/apache-commons-lang/Makefile
@@ -1,6 +1,6 @@
PORTNAME= commons-lang
PORTVERSION= 2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_SOURCE
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-lang3/Makefile b/java/apache-commons-lang3/Makefile
index ea5c7c3365a6..9ce9c7d62af3 100644
--- a/java/apache-commons-lang3/Makefile
+++ b/java/apache-commons-lang3/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-lang3
PORTVERSION= 3.19.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES/lang
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile
index 1050f090e52d..c9a1722b214f 100644
--- a/java/apache-commons-logging/Makefile
+++ b/java/apache-commons-logging/Makefile
@@ -1,6 +1,6 @@
PORTNAME= commons-logging
DISTVERSION= 1.3.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
diff --git a/java/apache-commons-pool/Makefile b/java/apache-commons-pool/Makefile
index 504ab7ed04c4..f5f1dd40998e 100644
--- a/java/apache-commons-pool/Makefile
+++ b/java/apache-commons-pool/Makefile
@@ -1,5 +1,6 @@
PORTNAME= commons-pool
DISTVERSION= 2.13.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
diff --git a/java/aparapi/Makefile b/java/aparapi/Makefile
index 60b02797d324..11f8306bd555 100644
--- a/java/aparapi/Makefile
+++ b/java/aparapi/Makefile
@@ -1,6 +1,6 @@
PORTNAME= aparapi
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
DISTVERSIONSUFFIX= -SNAPSHOT
CATEGORIES= java lang
diff --git a/java/avis/Makefile b/java/avis/Makefile
index fbe28d0a04f5..e260f48fbeb5 100644
--- a/java/avis/Makefile
+++ b/java/avis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= avis
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java net
MASTER_SITES= SF/${PORTNAME}/Avis%20router/Release%20${PORTVERSION}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
diff --git a/java/berkeley-db/Makefile b/java/berkeley-db/Makefile
index 30f7a175823b..dccf43480112 100644
--- a/java/berkeley-db/Makefile
+++ b/java/berkeley-db/Makefile
@@ -1,6 +1,6 @@
PORTNAME= je
PORTVERSION= 7.5.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java databases
MASTER_SITES= http://download.oracle.com/berkeley-db/ \
http://download-east.oracle.com/berkeley-db/ \
diff --git a/java/bluej/Makefile b/java/bluej/Makefile
index 40953898177f..f9052790fae9 100644
--- a/java/bluej/Makefile
+++ b/java/bluej/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bluej
PORTVERSION= 4.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java editors
MASTER_SITES= http://www.bluej.org/download/files/
DISTNAME= BlueJ-generic-${PORTVERSION:S/.//g}
diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile
index c8fb3ed55a2c..3e4caa49d022 100644
--- a/java/bouncycastle/Makefile
+++ b/java/bouncycastle/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bouncycastle
DISTVERSION= 1.71
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java security
MASTER_SITES= http://www.bouncycastle.org/download/ \
http://polydistortion.net/bc/download/
diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile
index a7283683cb68..fc171758c9e9 100644
--- a/java/dbvis/Makefile
+++ b/java/dbvis/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dbvis
DISTVERSION= 25.3.1
+PORTREVISION= 1
CATEGORIES= java databases
MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \
https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile
index d8e44039d248..88b8805708cf 100644
--- a/java/eclipse-cdt/Makefile
+++ b/java/eclipse-cdt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= cdt
PORTVERSION= 9.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= ECLIPSE/tools/${PORTNAME}/releases/9.0/sr1 \
ECLIPSE/releases/neon/201606221000:base
diff --git a/java/eclipse-drjava/Makefile b/java/eclipse-drjava/Makefile
index 30c6e1dd2b9d..ba34f0eed227 100644
--- a/java/eclipse-drjava/Makefile
+++ b/java/eclipse-drjava/Makefile
@@ -1,6 +1,6 @@
PORTNAME= drjava
PORTVERSION= 0.9.8
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/3.%20DrJava%20Eclipse%20Plug-in/${PORTNAME}-eclipse-${PORTVERSION}
PKGNAMEPREFIX= eclipse-
diff --git a/java/eclipse-ecj/Makefile b/java/eclipse-ecj/Makefile
index 95542fb49d3d..8c6c6a00078f 100644
--- a/java/eclipse-ecj/Makefile
+++ b/java/eclipse-ecj/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ecj
PORTVERSION= 4.4.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/eclipse/downloads/drops4/R-${PORTVERSION}-${DROPDATE}/
PKGNAMEPREFIX= eclipse-
diff --git a/java/eclipse-findbugs/Makefile b/java/eclipse-findbugs/Makefile
index b9dc9fb87fea..6fa6381afb5e 100644
--- a/java/eclipse-findbugs/Makefile
+++ b/java/eclipse-findbugs/Makefile
@@ -1,6 +1,6 @@
PORTNAME= findbugs
DISTVERSION= 3.0.1.20150306-5afe4d1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/3.0.1
PKGNAMEPREFIX= eclipse-
diff --git a/java/eclipse-pydev/Makefile b/java/eclipse-pydev/Makefile
index 5a1f2cfc2990..e9d2a11a6edb 100644
--- a/java/eclipse-pydev/Makefile
+++ b/java/eclipse-pydev/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pydev
PORTVERSION= 13.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel python
MASTER_SITES= https://github.com/fabioz/Pydev/releases/download/${PORTNAME}_13_1_0/
PKGNAMEPREFIX= eclipse-
diff --git a/java/eclipse-shelled/Makefile b/java/eclipse-shelled/Makefile
index 3225e0ea5587..12125222b0fd 100644
--- a/java/eclipse-shelled/Makefile
+++ b/java/eclipse-shelled/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ShellEd
PORTVERSION= 1.0.2a
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/1.0.2
PKGNAMEPREFIX= eclipse-
diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile
index ad3b4768ddbc..49922c8e949a 100644
--- a/java/eclipse/Makefile
+++ b/java/eclipse/Makefile
@@ -1,5 +1,6 @@
PORTNAME= eclipse
DISTVERSION= 4.38
+PORTREVISION= 1
CATEGORIES= java devel
ECLIPSE_TAG= R${DISTVERSION:S|.|_|g}
diff --git a/java/hamcrest/Makefile b/java/hamcrest/Makefile
index 1d0bb9893b17..b65b95c57a4d 100644
--- a/java/hamcrest/Makefile
+++ b/java/hamcrest/Makefile
@@ -1,5 +1,6 @@
PORTNAME= hamcrest
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://repo1.maven.org/maven2/org/${PORTNAME}/${PORTNAME}-all/${PORTVERSION}/
DISTFILES= ${PORTNAME}-all-${PORTVERSION}.jar ${PORTNAME}-all-${PORTVERSION}-sources.jar
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile
index 77e97d0ce6ed..1cbe56403533 100644
--- a/java/icedtea-web/Makefile
+++ b/java/icedtea-web/Makefile
@@ -1,7 +1,7 @@
PORTNAME= icedtea-web
PORTVERSION= 1.8.8
DISTVERSIONPREFIX= icedtea-web-
-PORTREVISION= 32
+PORTREVISION= 33
CATEGORIES= java www
MAINTAINER= java@FreeBSD.org
diff --git a/java/intellij-ultimate/Makefile b/java/intellij-ultimate/Makefile
index b61e0d07929f..985c417192b9 100644
--- a/java/intellij-ultimate/Makefile
+++ b/java/intellij-ultimate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= intellij-ultimate
DISTVERSION= 2025.3
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://download-cdn.jetbrains.com/idea/
DISTNAME= idea-${DISTVERSION}
diff --git a/java/intellij/Makefile b/java/intellij/Makefile
index e28baca5767b..d2e69abdd3d3 100644
--- a/java/intellij/Makefile
+++ b/java/intellij/Makefile
@@ -3,7 +3,7 @@
PORTNAME= intellij
PORTVERSION= 2020.2.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= https://download-cf.jetbrains.com/idea/
DISTNAME= ideaIC-${PORTVERSION}-no-jbr
diff --git a/java/jai/Makefile b/java/jai/Makefile
index 5debab1c33cd..328e11ab5eb6 100644
--- a/java/jai/Makefile
+++ b/java/jai/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jai
DISTVERSION= 1_1_3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java graphics
MASTER_SITES= http://download.java.net/media/${PORTNAME}/builds/release/${PORTVERSION:S/./_/g}/
DISTNAME= ${PORTNAME}-${DISTVERSION}-lib
diff --git a/java/jakarta-oro/Makefile b/java/jakarta-oro/Makefile
index 5e964b1d4e99..a14c9271b0ef 100644
--- a/java/jakarta-oro/Makefile
+++ b/java/jakarta-oro/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jakarta-oro
PORTVERSION= 2.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java
MASTER_SITES= http://archive.apache.org/dist/jakarta/oro/
diff --git a/java/jasmin/Makefile b/java/jasmin/Makefile
index 86743f1f3924..9df2631e6003 100644
--- a/java/jasmin/Makefile
+++ b/java/jasmin/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jasmin
PORTVERSION= 2.4
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= java lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
diff --git a/java/java-cup/Makefile b/java/java-cup/Makefile
index bedeffabf959..2d3de5e69e19 100644
--- a/java/java-cup/Makefile
+++ b/java/java-cup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cup
PORTVERSION= 11b.20160615
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://www2.cs.tum.edu/projects/cup/releases/
PKGNAMEPREFIX= java-
diff --git a/java/java-getopt/Makefile b/java/java-getopt/Makefile
index c85c6b48e514..cf851d879e33 100644
--- a/java/java-getopt/Makefile
+++ b/java/java-getopt/Makefile
@@ -1,6 +1,6 @@
PORTNAME= java-getopt
PORTVERSION= 1.0.14
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= http://www.urbanophile.com/arenn/hacking/getopt/
diff --git a/java/java-subversion/Makefile b/java/java-subversion/Makefile
index 59e2074c85a0..922d70bed078 100644
--- a/java/java-subversion/Makefile
+++ b/java/java-subversion/Makefile
@@ -8,8 +8,8 @@ WWW= https://subversion.apache.org/
USES= compiler java
JAVA_OS= native
-PORTREVISION_LATEST= 0
-PORTREVISION_LTS= 0
+PORTREVISION_LATEST= 1
+PORTREVISION_LTS= 1
SVN_BUILD_BINDINGS= yes
diff --git a/java/java3d/Makefile b/java/java3d/Makefile
index 8875e3748e5e..db46eed56356 100644
--- a/java/java3d/Makefile
+++ b/java/java3d/Makefile
@@ -1,6 +1,6 @@
PORTNAME= java3d
PORTVERSION= 1.5.2
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= java graphics games devel
MASTER_SITES= https://sites.google.com/site/daemonwizard/
diff --git a/java/javahelp/Makefile b/java/javahelp/Makefile
index f4af462ba110..ebb2a89a75de 100644
--- a/java/javahelp/Makefile
+++ b/java/javahelp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= javahelp
PORTVERSION= 2.0.05.20170719
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MAINTAINER= ports@FreeBSD.org
diff --git a/java/javamail/Makefile b/java/javamail/Makefile
index 5595070dca98..bf6fc435d296 100644
--- a/java/javamail/Makefile
+++ b/java/javamail/Makefile
@@ -1,7 +1,7 @@
PORTNAME= javamail
DISTVERSIONPREFIX= ${PORTNAME:tu}-
DISTVERSION= 1_6_2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java mail
MASTER_SITES= https://github.com/jakartaee/jaf-api/releases/download/1.2.1/:jaf
DISTFILES= jakarta.activation.jar:jaf
diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile
index 4a4ab8c2da33..bafb9953bb2f 100644
--- a/java/javavmwrapper/Makefile
+++ b/java/javavmwrapper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= javavmwrapper
PORTVERSION= 2.7.10
+PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= # none
DISTFILES= # none
diff --git a/java/jcalendar/Makefile b/java/jcalendar/Makefile
index e008d24303bd..a6e0404c639f 100644
--- a/java/jcalendar/Makefile
+++ b/java/jcalendar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jcalendar
PORTVERSION= 1.3.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java misc
MASTER_SITES= http://www.toedter.com/download/
diff --git a/java/jcckit/Makefile b/java/jcckit/Makefile
index 1461695e9ab9..395aeb43cc44 100644
--- a/java/jcckit/Makefile
+++ b/java/jcckit/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jcckit
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/JCCKit%20${PORTVERSION}
DISTNAME= ${PORTNAME}
diff --git a/java/jcommon/Makefile b/java/jcommon/Makefile
index 4945642dac81..699c706ec07b 100644
--- a/java/jcommon/Makefile
+++ b/java/jcommon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jcommon
PORTVERSION= 1.0.23
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= SF/jfreechart/3.%20JCommon/${PORTVERSION}
diff --git a/java/jd-gui/Makefile b/java/jd-gui/Makefile
index 6d4f4c292cd1..0f799c34d8c6 100644
--- a/java/jd-gui/Makefile
+++ b/java/jd-gui/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jd-gui
PORTVERSION= 1.6.6
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= java devel
MASTER_SITES= https://github.com/java-decompiler/jd-gui/releases/download/v${PORTVERSION}/:jar
diff --git a/java/jflex/Makefile b/java/jflex/Makefile
index 42e741969137..b6ae45d88a77 100644
--- a/java/jflex/Makefile
+++ b/java/jflex/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jflex
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://github.com/jflex-de/jflex/releases/download/v${PORTVERSION}/
diff --git a/java/jfreechart/Makefile b/java/jfreechart/Makefile
index 46582b056f1f..48c72c381d5a 100644
--- a/java/jfreechart/Makefile
+++ b/java/jfreechart/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jfreechart
PORTVERSION= 1.0.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java graphics
MASTER_SITES= SF/${PORTNAME}/1.%20JFreeChart/${PORTVERSION}
diff --git a/java/jgraph/Makefile b/java/jgraph/Makefile
index c132aaf3af85..f94830f7fabf 100644
--- a/java/jgraph/Makefile
+++ b/java/jgraph/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jgraph
PORTVERSION= 5.13.0.4
+PORTREVISION= 1
CATEGORIES= java graphics
MASTER_SITES= http://www.jgraph.com/downloads/jgraph/archive/ \
http://www.bayofrum.net/dist/jgraph/
diff --git a/java/jgraphx/Makefile b/java/jgraphx/Makefile
index 6f36d5e1f812..91af7b1c69d7 100644
--- a/java/jgraphx/Makefile
+++ b/java/jgraphx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jgraphx
PORTVERSION= 4.2.2
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= java graphics
diff --git a/java/jlex/Makefile b/java/jlex/Makefile
index 2681122ac9dd..a9c5a5534e87 100644
--- a/java/jlex/Makefile
+++ b/java/jlex/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jlex
PORTVERSION= 1.2.6
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java devel
MASTER_SITES= http://www.cs.princeton.edu/~appel/modern/java/JLex/Archive/1.2.6/
DISTNAME= Main
diff --git a/java/jmf/Makefile b/java/jmf/Makefile
index 190954868c24..649485c937d2 100644
--- a/java/jmf/Makefile
+++ b/java/jmf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jmf
PORTVERSION= 2.1.1e
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java multimedia
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-alljava
diff --git a/java/jode/Makefile b/java/jode/Makefile
index e9d9e66d63b5..3bb028a15ddb 100644
--- a/java/jode/Makefile
+++ b/java/jode/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jode
PORTVERSION= 1.1.1.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1.2-pre1
DISTNAME= ${PORTNAME}-${VENDOR_VERSION}
diff --git a/java/jrosetta/Makefile b/java/jrosetta/Makefile
index f76c05ea070d..24204863f79e 100644
--- a/java/jrosetta/Makefile
+++ b/java/jrosetta/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jrosetta
PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= http://maven.artenum.com/content/groups/public/com/artenum/${PORTNAME}/${PORTNAME}-api/${PORTVERSION}/:api \
http://maven.artenum.com/content/groups/public/com/artenum/${PORTNAME}/${PORTNAME}-engine/${PORTVERSION}/:engine
diff --git a/java/jtiger/Makefile b/java/jtiger/Makefile
index aeae857b3b44..944bad7c79a9 100644
--- a/java/jtiger/Makefile
+++ b/java/jtiger/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jtiger
PORTVERSION= 2.1.0376
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://kaiwitte.org/jtiger/
diff --git a/java/jump/Makefile b/java/jump/Makefile
index dff277bd8398..8cf951feddd9 100644
--- a/java/jump/Makefile
+++ b/java/jump/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jump
PORTVERSION= 0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java math
MASTER_SITES= SF/${PORTNAME}-math/${PORTNAME}/${PORTVERSION}
diff --git a/java/junit/Makefile b/java/junit/Makefile
index eef56aac877b..e6d7d17492f9 100644
--- a/java/junit/Makefile
+++ b/java/junit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= junit
DISTVERSION= 4.13.2
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://repo1.maven.org/maven2/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
DISTFILES= ${DISTNAME}.jar ${DISTNAME}-sources.jar
diff --git a/java/jxgrabkey/Makefile b/java/jxgrabkey/Makefile
index f418c688ccf3..9028c8640e4e 100644
--- a/java/jxgrabkey/Makefile
+++ b/java/jxgrabkey/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jxgrabkey
PORTVERSION= 0.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java devel
MASTER_SITES= SF
DISTFILES= ${PORTNAME}-${PORTVERSION}_src${EXTRACT_SUFX}
diff --git a/java/lightweight-java-profiler/Makefile b/java/lightweight-java-profiler/Makefile
index 90ea9017d703..5b332fc8001a 100644
--- a/java/lightweight-java-profiler/Makefile
+++ b/java/lightweight-java-profiler/Makefile
@@ -1,5 +1,6 @@
PORTNAME= lightweight-java-profiler
PORTVERSION= g20170308
+PORTREVISION= 1
CATEGORIES= java devel
MAINTAINER= ports@FreeBSD.org
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index d862083019b5..0213deb0e99d 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -1,5 +1,6 @@
PORTNAME= netbeans
DISTVERSION= 28
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= APACHE/netbeans/netbeans/${DISTVERSION}/
DISTNAME= netbeans-${DISTVERSION}-bin
diff --git a/java/netrexx/Makefile b/java/netrexx/Makefile
index f838603c374f..ea433dae4761 100644
--- a/java/netrexx/Makefile
+++ b/java/netrexx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= NetRexx
PORTVERSION= 2.05
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= java lang
MASTER_SITES= ftp://ftp.software.ibm.com/software/awdtools/netrexx/
DISTNAME= NetRexx
diff --git a/java/netty/Makefile b/java/netty/Makefile
index ba29f5915d7a..092cd2fefa52 100644
--- a/java/netty/Makefile
+++ b/java/netty/Makefile
@@ -1,5 +1,6 @@
PORTNAME= netty
PORTVERSION= 4.1.53
+PORTREVISION= 1
DISTVERSIONSUFFIX= .Final
CATEGORIES= java devel
MASTER_SITES= http://dl.bintray.com/netty/downloads/
diff --git a/java/openjfx14/Makefile b/java/openjfx14/Makefile
index a30a2be6ccd9..81388d0893df 100644
--- a/java/openjfx14/Makefile
+++ b/java/openjfx14/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openjfx
DISTVERSION= 14.0.2.1+1
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= java x11-toolkits devel
MASTER_SITES= https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.7.1/:core \
https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-grouping/7.7.1/:grouping \
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile
index bc9e1819c844..b8d0954c660e 100644
--- a/java/phpeclipse/Makefile
+++ b/java/phpeclipse/Makefile
@@ -1,6 +1,6 @@
PORTNAME= phpeclipse
PORTVERSION= 1.2.3
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= java editors devel
MASTER_SITES= SF/${PORTNAME}/a%29%20Eclipse%203.3.x/PHPEclipse-${PORTVERSION}
DISTNAME= PHPEclipse-${PLIST_VER}-src
diff --git a/java/proguard/Makefile b/java/proguard/Makefile
index 360e85e48ed1..54457a950918 100644
--- a/java/proguard/Makefile
+++ b/java/proguard/Makefile
@@ -1,5 +1,6 @@
PORTNAME= proguard
PORTVERSION= 7.0.0
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://github.com/Guardsquare/proguard/releases/download/v${PORTVERSION}/
diff --git a/java/sigar/Makefile b/java/sigar/Makefile
index e9e70f470eda..b9f14883336c 100644
--- a/java/sigar/Makefile
+++ b/java/sigar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sigar
PORTVERSION= 1.7.3
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= java devel
PKGNAMEPREFIX= java-
diff --git a/java/sqlitejdbc/Makefile b/java/sqlitejdbc/Makefile
index d8bacb94b032..cf41e036eef7 100644
--- a/java/sqlitejdbc/Makefile
+++ b/java/sqlitejdbc/Makefile
@@ -2,7 +2,7 @@ PORTNAME= sqlitejdbc
PORTVERSION= 056
DISTVERSIONPREFIX= v
DISTVERSIONSUFFIX= -src
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= java databases
MASTER_SITES= http://files.zentus.com/sqlitejdbc/
diff --git a/java/trove4j/Makefile b/java/trove4j/Makefile
index b70a89240a46..6dec901b8c47 100644
--- a/java/trove4j/Makefile
+++ b/java/trove4j/Makefile
@@ -1,5 +1,6 @@
PORTNAME= trove4j
PORTVERSION= 3.1a1
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://bitbucket.org/${PORTNAME}/trove/downloads/
DISTNAME= trove-${PORTVERSION}
diff --git a/java/visualvm/Makefile b/java/visualvm/Makefile
index 2e5166333355..db6fd667d81e 100644
--- a/java/visualvm/Makefile
+++ b/java/visualvm/Makefile
@@ -1,5 +1,6 @@
PORTNAME= visualvm
DISTVERSION= 2.1.9
+PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= https://github.com/oracle/visualvm/releases/download/${PORTVERSION}/
DISTNAME= visualvm_${PORTVERSION:S/.//g}
diff --git a/java/wildfly/Makefile b/java/wildfly/Makefile
index 5b3dbdac6f91..1d4665d33b4b 100644
--- a/java/wildfly/Makefile
+++ b/java/wildfly/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wildfly
DISTVERSION= 39.0.1
+PORTREVISION= 1
CATEGORIES= java www
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${WILDFLY_VERSION}/
DISTNAME= wildfly-${WILDFLY_VERSION}