aboutsummaryrefslogtreecommitdiff
path: root/graphics/yed
diff options
context:
space:
mode:
authorVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-31 08:04:39 +0000
committerVeniamin Gvozdikov <vg@FreeBSD.org>2015-08-31 08:04:39 +0000
commitfb1cf52f25d0806c69317edb1113c626ca00e0da (patch)
tree4c5eaf810b9ba80c7194c5916e332291244a501d /graphics/yed
parent2a7878fb4af760f8b59697a51fe7b162d8c1d3ea (diff)
downloadports-fb1cf52f25d0806c69317edb1113c626ca00e0da.tar.gz
ports-fb1cf52f25d0806c69317edb1113c626ca00e0da.zip
- Update to 3.14.3
- Improve start script by activating font antialiasing PR: ports/202558 Submitted by: jesco.freund@my-universe.com Approved by: Eugene Mychlo <myc@barev.net> (maintainer)
Notes
Notes: svn path=/head/; revision=395653
Diffstat (limited to 'graphics/yed')
-rw-r--r--graphics/yed/Makefile2
-rw-r--r--graphics/yed/distinfo4
-rw-r--r--graphics/yed/files/yed.in3
3 files changed, 4 insertions, 5 deletions
diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile
index d9fed32bdf01..449d7ea481c6 100644
--- a/graphics/yed/Makefile
+++ b/graphics/yed/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= yed
-PORTVERSION= 3.14.2
+PORTVERSION= 3.14.3
CATEGORIES= graphics java
MASTER_SITES= #
DISTNAME= yEd-${PORTVERSION}
diff --git a/graphics/yed/distinfo b/graphics/yed/distinfo
index f15704567edd..4a8030ee1721 100644
--- a/graphics/yed/distinfo
+++ b/graphics/yed/distinfo
@@ -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
diff --git a/graphics/yed/files/yed.in b/graphics/yed/files/yed.in
index 8ce0afa03406..afb5d071639f 100644
--- a/graphics/yed/files/yed.in
+++ b/graphics/yed/files/yed.in
@@ -1,3 +1,2 @@
#!/bin/sh
-
-exec java -jar %%DATADIR%%/yed.jar
+exec java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar