Index: head/graphics/yed/Makefile =================================================================== --- head/graphics/yed/Makefile (revision 395652) +++ head/graphics/yed/Makefile (revision 395653) @@ -1,62 +1,62 @@ # Created by: Eugene Mychlo # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.14.2 +PORTVERSION= 3.14.3 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} MAINTAINER= myc@barev.net COMMENT= Editor for graphs and diagrams LICENSE= YED_1_1 LICENSE_NAME= yEd Software License Agreement (Version 1.1) LICENSE_TEXT= Description of the license can be obtained from the following URL: \ http://www.yworks.com/products/yed/license.html LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-accept USES= zip USE_JAVA= yes JAVA_VERSION= 1.7+ NO_BUILD= yes RESTRICTED= Downloading requires acceptance of license agreement DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} SUB_FILES= ${PORTNAME} DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX} .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}/${PORTNAME}.jar ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/lib . for lib in common-image.jar \ common-io.jar \ common-lang.jar \ imageio-core.jar \ imageio-icns.jar \ imageio-ico.jar \ imageio-iff.jar \ imageio-jpeg.jar \ imageio-metadata.jar \ imageio-pict.jar \ imageio-psd.jar \ imageio-thumbsdb.jar \ imageio-tiff.jar \ vectorgraphics.jar ${INSTALL_DATA} ${WRKSRC}/lib/${lib} ${STAGEDIR}${DATADIR}/lib . endfor .include Index: head/graphics/yed/distinfo =================================================================== --- head/graphics/yed/distinfo (revision 395652) +++ head/graphics/yed/distinfo (revision 395653) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.14.2.zip) = d08e43a17dd078fda66419715fc45d7fe62fd361bf14a705b1b1037c2eb34ec4 -SIZE (yEd-3.14.2.zip) = 28690181 +SHA256 (yEd-3.14.3.zip) = 94d15b5f66d1ebc39fe44f1e05d02fa2ed40995fbb7658cc7c5aa0bfecfcea75 +SIZE (yEd-3.14.3.zip) = 29474323 Index: head/graphics/yed/files/yed.in =================================================================== --- head/graphics/yed/files/yed.in (revision 395652) +++ head/graphics/yed/files/yed.in (revision 395653) @@ -1,3 +1,2 @@ #!/bin/sh - -exec java -jar %%DATADIR%%/yed.jar +exec java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar