Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 01:13:39 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345685 - head/graphics/yed
Message-ID:  <201402230113.s1N1DdME048244@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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%%



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