Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 18:48:39 GMT
From:      Oleg Ginzburg <olevole@olevole.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/186876: graphics/yed update to 3.12
Message-ID:  <201402181848.s1IImdtU053184@cgiserv.freebsd.org>
Resent-Message-ID: <201402181850.s1IIo0MW053648@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186876
>Category:       ports
>Synopsis:       graphics/yed update to 3.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Ginzburg
>Release:        
>Organization:
>Environment:
>Description:
- update to latest release: http://www.yworks.com/en/products_yed_download.html#ReleaseNotes

- STAGEDIR support 


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN yed.bak/Makefile yed/Makefile
--- yed.bak/Makefile	2014-02-02 02:10:28.000000000 +0400
+++ yed/Makefile	2014-02-18 22:40:52.000000000 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: head/graphics/yed/Makefile 332398 2013-11-01 18:33:59Z wg $
 
 PORTNAME=	yed
-PORTVERSION=	3.11.1
+PORTVERSION=	3.12
 CATEGORIES=	graphics java
 MASTER_SITES=	#
 DISTNAME=	yEd-${PORTVERSION}
@@ -29,7 +29,6 @@
 
 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 @@
 .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_DATA} ${WRKSRC}/${PORTNAME}.jar ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/license.html ${STAGEDIR}${DATADIR}
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.post.mk>
diff -ruN yed.bak/distinfo yed/distinfo
--- yed.bak/distinfo	2014-02-02 02:10:28.000000000 +0400
+++ yed/distinfo	2014-02-18 22:34:02.000000000 +0400
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181848.s1IImdtU053184>