mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/yed: Update to 3.25
This commit is contained in:
parent
6e9b4199c9
commit
a192eb6d1b
3 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= yed
|
PORTNAME= yed
|
||||||
DISTVERSION= 3.24
|
DISTVERSION= 3.25
|
||||||
CATEGORIES= graphics java
|
CATEGORIES= graphics java
|
||||||
MASTER_SITES= #
|
MASTER_SITES= #
|
||||||
DISTNAME= yEd-${DISTVERSION}
|
DISTNAME= yEd-${DISTVERSION}
|
||||||
|
@ -8,14 +8,15 @@ MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Editor for graphs and diagrams
|
COMMENT= Editor for graphs and diagrams
|
||||||
WWW= https://www.yworks.com/products/yed
|
WWW= https://www.yworks.com/products/yed
|
||||||
|
|
||||||
LICENSE= YED_1_1
|
LICENSE= YED_1_2
|
||||||
LICENSE_NAME= yEd Software License Agreement (Version 1.1)
|
LICENSE_NAME= yEd Software License Agreement (Version 1.2)
|
||||||
LICENSE_TEXT= Description of the license can be obtained from the following URL: \
|
LICENSE_TEXT= Description of the license can be obtained from the following URL: \
|
||||||
http://www.yworks.com/products/yed/license.html
|
http://www.yworks.com/products/yed/license.html
|
||||||
# Downloading requires acceptance of license agreement
|
# Downloading requires acceptance of license agreement
|
||||||
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
|
LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept
|
||||||
|
|
||||||
USES= cpe java zip
|
USES= cpe java zip
|
||||||
|
JAVA_VERSION= 17+
|
||||||
CPE_VENDOR= yworks
|
CPE_VENDOR= yworks
|
||||||
|
|
||||||
DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false
|
DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false
|
||||||
|
@ -61,6 +62,7 @@ do-install:
|
||||||
imageio-tga.jar \
|
imageio-tga.jar \
|
||||||
imageio-thumbsdb.jar \
|
imageio-thumbsdb.jar \
|
||||||
imageio-tiff.jar \
|
imageio-tiff.jar \
|
||||||
|
imageio-webp.jar \
|
||||||
vectorgraphics.jar
|
vectorgraphics.jar
|
||||||
${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${STAGEDIR}${DATADIR}/lib
|
${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${STAGEDIR}${DATADIR}/lib
|
||||||
. endfor
|
. endfor
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1735108106
|
TIMESTAMP = 1738631209
|
||||||
SHA256 (yEd-3.24.zip) = 842909f6e4c15399b660f316056499e63e931f95ade43d850045d852d3128947
|
SHA256 (yEd-3.25.zip) = 859961b310e7a5194a0c814fdbbc91d45afd8ebcb7828e37d7f6821725019534
|
||||||
SIZE (yEd-3.24.zip) = 36560208
|
SIZE (yEd-3.25.zip) = 36604018
|
||||||
|
|
|
@ -16,6 +16,7 @@ bin/yed
|
||||||
%%DATADIR%%/lib/imageio-tga.jar
|
%%DATADIR%%/lib/imageio-tga.jar
|
||||||
%%DATADIR%%/lib/imageio-thumbsdb.jar
|
%%DATADIR%%/lib/imageio-thumbsdb.jar
|
||||||
%%DATADIR%%/lib/imageio-tiff.jar
|
%%DATADIR%%/lib/imageio-tiff.jar
|
||||||
|
%%DATADIR%%/lib/imageio-webp.jar
|
||||||
%%DATADIR%%/lib/vectorgraphics.jar
|
%%DATADIR%%/lib/vectorgraphics.jar
|
||||||
%%DATADIR%%/license.html
|
%%DATADIR%%/license.html
|
||||||
%%DATADIR%%/thirdpartylicenses.html
|
%%DATADIR%%/thirdpartylicenses.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue