Summary: | graphics/yed update to 3.12 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Oleg Ginzburg <olevole> | ||||
Component: | Individual Port(s) | Assignee: | Jason E. Hale <jhale> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Oleg Ginzburg
2014-02-18 18:50:00 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of graphics/yed, Please note that PR ports/186876 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186876 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org Hello, The patch is ok. I approve it. Responsible Changed From-To: freebsd-ports-bugs->jhale I'll take it. 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 <olevole@olevole.ru> Approved by: Eugene Mychlo <myc@barev.net> (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 <bsd.port.pre.mk> .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 <bsd.port.post.mk> 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%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: feedback->closed Committed. Thanks! |