From owner-svn-ports-all@FreeBSD.ORG Wed Sep 3 16:51:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CF68215; Wed, 3 Sep 2014 16:51:57 +0000 (UTC) Received: from svn.freebsd.org (svn.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 58B0D150A; Wed, 3 Sep 2014 16:51:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s83GpvEF033821; Wed, 3 Sep 2014 16:51:57 GMT (envelope-from vg@FreeBSD.org) Received: (from vg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s83GpuRI033818; Wed, 3 Sep 2014 16:51:56 GMT (envelope-from vg@FreeBSD.org) Message-Id: <201409031651.s83GpuRI033818@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vg set sender to vg@FreeBSD.org using -f From: Veniamin Gvozdikov Date: Wed, 3 Sep 2014 16:51:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367218 - head/graphics/yed 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.18-1 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: Wed, 03 Sep 2014 16:51:57 -0000 Author: vg Date: Wed Sep 3 16:51:56 2014 New Revision: 367218 URL: http://svnweb.freebsd.org/changeset/ports/367218 QAT: https://qat.redports.org/buildarchive/r367218/ Log: - Update to 3.13 PR: ports/192855 Submitted by: Oleg Ginzburg Approved by: Eugene Mychlo (maintainer) Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo head/graphics/yed/pkg-plist Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Wed Sep 3 16:29:13 2014 (r367217) +++ head/graphics/yed/Makefile Wed Sep 3 16:51:56 2014 (r367218) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.12.2 +PORTVERSION= 3.13 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} @@ -18,10 +18,10 @@ LICENSE_PERMS= no-dist-mirror no-dist-se USES= zip USE_JAVA= yes -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ NO_BUILD= yes RESTRICTED= Downloading requires acceptance of license agreement -DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" false +DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -40,7 +40,23 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/license.html ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${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 Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Wed Sep 3 16:29:13 2014 (r367217) +++ head/graphics/yed/distinfo Wed Sep 3 16:51:56 2014 (r367218) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.12.2.zip) = ed5207469027e320286ab6cbc705bfe19617864db058150930184af0c617e6fd -SIZE (yEd-3.12.2.zip) = 26811045 +SHA256 (yEd-3.13.zip) = 5e169e4a0eca5a3d23a171ac935cda17913299538a14005ff289cc30b0d1b8b4 +SIZE (yEd-3.13.zip) = 27745044 Modified: head/graphics/yed/pkg-plist ============================================================================== --- head/graphics/yed/pkg-plist Wed Sep 3 16:29:13 2014 (r367217) +++ head/graphics/yed/pkg-plist Wed Sep 3 16:51:56 2014 (r367218) @@ -1,5 +1,19 @@ bin/yed +%%DATADIR%%/lib/common-image.jar +%%DATADIR%%/lib/common-io.jar +%%DATADIR%%/lib/common-lang.jar +%%DATADIR%%/lib/imageio-core.jar +%%DATADIR%%/lib/imageio-icns.jar +%%DATADIR%%/lib/imageio-ico.jar +%%DATADIR%%/lib/imageio-iff.jar +%%DATADIR%%/lib/imageio-jpeg.jar +%%DATADIR%%/lib/imageio-metadata.jar +%%DATADIR%%/lib/imageio-pict.jar +%%DATADIR%%/lib/imageio-psd.jar +%%DATADIR%%/lib/imageio-thumbsdb.jar +%%DATADIR%%/lib/imageio-tiff.jar +%%DATADIR%%/lib/vectorgraphics.jar +@dirrm %%DATADIR%%/lib %%DATADIR%%/license.html -%%DATADIR%%/vectorgraphics.jar %%DATADIR%%/yed.jar @dirrm %%DATADIR%%