From owner-svn-ports-head@FreeBSD.ORG Sun Feb 23 01:13:40 2014 Return-Path: Delivered-To: svn-ports-head@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 84D0EFF7; Sun, 23 Feb 2014 01:13:40 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 622C51120; Sun, 23 Feb 2014 01:13:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1N1DeBH048248; Sun, 23 Feb 2014 01:13:40 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1N1DdME048244; Sun, 23 Feb 2014 01:13:39 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201402230113.s1N1DdME048244@svn.freebsd.org> From: "Jason E. Hale" Date: Sun, 23 Feb 2014 01:13:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345685 - 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-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 01:13:40 -0000 Author: jhale Date: Sun Feb 23 01:13:39 2014 New Revision: 345685 URL: http://svnweb.freebsd.org/changeset/ports/345685 QAT: https://qat.redports.org/buildarchive/r345685/ Log: - Update to 3.12 - Support staging While here: - Unquote "false" in DESKTOP_ENTRIES - Sort pkg-plist PR: ports/186876 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 Sun Feb 23 01:06:16 2014 (r345684) +++ head/graphics/yed/Makefile Sun Feb 23 01:13:39 2014 (r345685) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yed -PORTVERSION= 3.11.1 +PORTVERSION= 3.12 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} @@ -21,7 +21,7 @@ USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes RESTRICTED= Downloading requires acceptance of license agreement -DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" "false" +DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "" false WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -29,7 +29,6 @@ SUB_FILES= ${PORTNAME} DOWNLOAD_URL?= http://www.yworks.com/en/products_download.php?file=${DISTNAME}${EXTRACT_SUFX} -NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @@ -38,10 +37,10 @@ IGNORE= you must manually obtain ${DISTN .endif do-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + @${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} .include Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Sun Feb 23 01:06:16 2014 (r345684) +++ head/graphics/yed/distinfo Sun Feb 23 01:13:39 2014 (r345685) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.11.1.zip) = 68609a5b7d7fc0763e6425582cc7ce5d069272ddfae379e81135067081a3dbee -SIZE (yEd-3.11.1.zip) = 26672014 +SHA256 (yEd-3.12.zip) = a463daa3934b9496da7beafd71ccef8dea6afbf50d17e8894c4f73e50fb87499 +SIZE (yEd-3.12.zip) = 26788275 Modified: head/graphics/yed/pkg-plist ============================================================================== --- head/graphics/yed/pkg-plist Sun Feb 23 01:06:16 2014 (r345684) +++ head/graphics/yed/pkg-plist Sun Feb 23 01:13:39 2014 (r345685) @@ -1,5 +1,5 @@ -%%DATADIR%%/yed.jar -%%DATADIR%%/vectorgraphics.jar -%%DATADIR%%/license.html bin/yed +%%DATADIR%%/license.html +%%DATADIR%%/vectorgraphics.jar +%%DATADIR%%/yed.jar @dirrm %%DATADIR%%