summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvg <vg@FreeBSD.org>2015-08-31 08:04:39 +0000
committervg <vg@FreeBSD.org>2015-08-31 08:04:39 +0000
commit2805ea1319707f7560df7efba064946c00fcb6f8 (patch)
tree4c5eaf810b9ba80c7194c5916e332291244a501d
parentd7a48bd51d0d9fc4c06b70e9436e2909f011305e (diff)
downloadFreeBSD-ports-2805ea1319707f7560df7efba064946c00fcb6f8.zip
FreeBSD-ports-2805ea1319707f7560df7efba064946c00fcb6f8.tar.gz
- 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)
-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 d9fed32..449d7ea 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 f157045..4a8030e 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 8ce0afa0..afb5d07 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
OpenPOWER on IntegriCloud