diff options
author | vg <vg@FreeBSD.org> | 2015-08-31 16:04:39 +0800 |
---|---|---|
committer | vg <vg@FreeBSD.org> | 2015-08-31 16:04:39 +0800 |
commit | 2805ea1319707f7560df7efba064946c00fcb6f8 (patch) | |
tree | 4c5eaf810b9ba80c7194c5916e332291244a501d /graphics | |
parent | d7a48bd51d0d9fc4c06b70e9436e2909f011305e (diff) | |
download | freebsd-ports-gnome-2805ea1319707f7560df7efba064946c00fcb6f8.tar.gz freebsd-ports-gnome-2805ea1319707f7560df7efba064946c00fcb6f8.tar.zst freebsd-ports-gnome-2805ea1319707f7560df7efba064946c00fcb6f8.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)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/yed/Makefile | 2 | ||||
-rw-r--r-- | graphics/yed/distinfo | 4 | ||||
-rw-r--r-- | graphics/yed/files/yed.in | 3 |
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 |