1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

java/jcalendar: unpin openjdk8

Builds fine with modern JDK.

Approved-by:	no maintainer
This commit is contained in:
Ronald Klop
2026-04-09 07:35:25 +02:00
parent 6a6eca9040
commit 725535c16d
2 changed files with 11 additions and 2 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
PORTNAME= jcalendar
PORTVERSION= 1.3.3
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= java misc
MASTER_SITES= http://www.toedter.com/download/
@@ -9,7 +9,6 @@ COMMENT= Java Date Chooser
WWW= https://www.toedter.com/en/jcalendar/
USES= java:ant,run zip
JAVA_VERSION= 8
WRKSRC= ${WRKDIR}/src
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \
+10
View File
@@ -0,0 +1,10 @@
--- build.xml.orig 2026-04-08 20:26:56 UTC
+++ build.xml
@@ -73,7 +73,6 @@
debug="off"
deprecation="on"
optimize="on"
- source="1.4"
/>
</target>