Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 07:47:43 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a192eb6d1bfd - main - graphics/yed: Update to 3.25
Message-ID:  <202502040747.5147lhxg018320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a192eb6d1bfdce44262ebec91b6785dd6de79863

commit a192eb6d1bfdce44262ebec91b6785dd6de79863
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-02-04 04:25:59 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-02-04 07:47:20 +0000

    graphics/yed: Update to 3.25
---
 graphics/yed/Makefile  | 8 +++++---
 graphics/yed/distinfo  | 6 +++---
 graphics/yed/pkg-plist | 1 +
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile
index e4b11e3ea4de..8ee68b63f471 100644
--- a/graphics/yed/Makefile
+++ b/graphics/yed/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yed
-DISTVERSION=	3.24
+DISTVERSION=	3.25
 CATEGORIES=	graphics java
 MASTER_SITES=	#
 DISTNAME=	yEd-${DISTVERSION}
@@ -8,14 +8,15 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Editor for graphs and diagrams
 WWW=		https://www.yworks.com/products/yed
 
-LICENSE=	YED_1_1
-LICENSE_NAME=	yEd Software License Agreement (Version 1.1)
+LICENSE=	YED_1_2
+LICENSE_NAME=	yEd Software License Agreement (Version 1.2)
 LICENSE_TEXT=	Description of the license can be obtained from the following URL: \
 		http://www.yworks.com/products/yed/license.html
 # Downloading requires acceptance of license agreement
 LICENSE_PERMS=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
 
 USES=		cpe java zip
+JAVA_VERSION=	17+
 CPE_VENDOR=	yworks
 
 DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false
@@ -61,6 +62,7 @@ do-install:
 		imageio-tga.jar \
 		imageio-thumbsdb.jar \
 		imageio-tiff.jar \
+		imageio-webp.jar \
 		vectorgraphics.jar
 		${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${STAGEDIR}${DATADIR}/lib
 .	endfor
diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo
index 1e01a44d6dbe..d09ba0bce881 100644
--- a/graphics/yed/distinfo
+++ b/graphics/yed/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735108106
-SHA256 (yEd-3.24.zip) = 842909f6e4c15399b660f316056499e63e931f95ade43d850045d852d3128947
-SIZE (yEd-3.24.zip) = 36560208
+TIMESTAMP = 1738631209
+SHA256 (yEd-3.25.zip) = 859961b310e7a5194a0c814fdbbc91d45afd8ebcb7828e37d7f6821725019534
+SIZE (yEd-3.25.zip) = 36604018
diff --git a/graphics/yed/pkg-plist b/graphics/yed/pkg-plist
index 9a3075857ec6..af59cc673362 100644
--- a/graphics/yed/pkg-plist
+++ b/graphics/yed/pkg-plist
@@ -16,6 +16,7 @@ bin/yed
 %%DATADIR%%/lib/imageio-tga.jar
 %%DATADIR%%/lib/imageio-thumbsdb.jar
 %%DATADIR%%/lib/imageio-tiff.jar
+%%DATADIR%%/lib/imageio-webp.jar
 %%DATADIR%%/lib/vectorgraphics.jar
 %%DATADIR%%/license.html
 %%DATADIR%%/thirdpartylicenses.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502040747.5147lhxg018320>