diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index e4b11e3ea4de..8ee68b63f471 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -1,68 +1,70 @@ PORTNAME= yed -DISTVERSION= 3.24 +DISTVERSION= 3.25 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${DISTVERSION} 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 NO_ARCH= yes NO_BUILD= yes SUB_FILES= ${PORTNAME} SUB_LIST= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} DOWNLOAD_URL?= http://www.yworks.com/downloads\#yEd .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) IGNORE= you must manually obtain ${DISTNAME}${EXTRACT_SUFX} from\ '${DOWNLOAD_URL}', place it in ${DISTDIR} and then run make again .endif do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/license.html ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/thirdpartylicenses.html ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/lib . for lib in common-image.jar \ common-io.jar \ common-lang.jar \ imageio-bmp.jar \ imageio-core.jar \ imageio-hdr.jar \ imageio-icns.jar \ imageio-iff.jar \ imageio-jpeg.jar \ imageio-metadata.jar \ imageio-pcx.jar \ imageio-pict.jar \ imageio-psd.jar \ imageio-sgi.jar \ imageio-tga.jar \ imageio-thumbsdb.jar \ imageio-tiff.jar \ + imageio-webp.jar \ vectorgraphics.jar ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${STAGEDIR}${DATADIR}/lib . endfor .include 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 @@ -1,22 +1,23 @@ bin/yed %%DATADIR%%/lib/common-image.jar %%DATADIR%%/lib/common-io.jar %%DATADIR%%/lib/common-lang.jar %%DATADIR%%/lib/imageio-bmp.jar %%DATADIR%%/lib/imageio-core.jar %%DATADIR%%/lib/imageio-hdr.jar %%DATADIR%%/lib/imageio-icns.jar %%DATADIR%%/lib/imageio-iff.jar %%DATADIR%%/lib/imageio-jpeg.jar %%DATADIR%%/lib/imageio-metadata.jar %%DATADIR%%/lib/imageio-pcx.jar %%DATADIR%%/lib/imageio-pict.jar %%DATADIR%%/lib/imageio-psd.jar %%DATADIR%%/lib/imageio-sgi.jar %%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 %%DATADIR%%/yed.jar