From owner-svn-ports-all@freebsd.org Mon Aug 31 08:04:41 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F5D19C6931; Mon, 31 Aug 2015 08:04:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 503711B7B; Mon, 31 Aug 2015 08:04:41 +0000 (UTC) (envelope-from vg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7V84f4X027458; Mon, 31 Aug 2015 08:04:41 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7V84eHV027452; Mon, 31 Aug 2015 08:04:40 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201508310804.t7V84eHV027452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Mon, 31 Aug 2015 08:04:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395653 - in head/graphics/yed: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2015 08:04:41 -0000 Author: vg Date: Mon Aug 31 08:04:39 2015 New Revision: 395653 URL: https://svnweb.freebsd.org/changeset/ports/395653 Log: - 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 (maintainer) Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo head/graphics/yed/files/yed.in Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/Makefile Mon Aug 31 08:04:39 2015 (r395653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.14.2 +PORTVERSION= 3.14.3 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/distinfo Mon Aug 31 08:04:39 2015 (r395653) @@ -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 Modified: head/graphics/yed/files/yed.in ============================================================================== --- head/graphics/yed/files/yed.in Mon Aug 31 07:54:42 2015 (r395652) +++ head/graphics/yed/files/yed.in Mon Aug 31 08:04:39 2015 (r395653) @@ -1,3 +1,2 @@ #!/bin/sh - -exec java -jar %%DATADIR%%/yed.jar +exec java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar