Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2012 04:47:09 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307879 - head/graphics/yed
Message-ID:  <201211280447.qAS4l9qS038926@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Nov 28 04:47:09 2012
New Revision: 307879
URL: http://svnweb.freebsd.org/changeset/ports/307879

Log:
  - Update to 3.10
  - Trim header
  
  PR:		ports/173836
  Submitted by:	Eugene Mychlo <myc@barev.net> (maintainer)
  Feature safe:	yes

Modified:
  head/graphics/yed/Makefile
  head/graphics/yed/distinfo
  head/graphics/yed/pkg-plist

Modified: head/graphics/yed/Makefile
==============================================================================
--- head/graphics/yed/Makefile	Wed Nov 28 03:35:05 2012	(r307878)
+++ head/graphics/yed/Makefile	Wed Nov 28 04:47:09 2012	(r307879)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:    yed
-# Date created:                         15 Jan 2010
-# Whom:                                 Eugene Mychlo <myc@barev.net>
-#
+# Created by: Eugene Mychlo <myc@barev.net>
 # $FreeBSD$
-#
 
 PORTNAME=	yed
-PORTVERSION=	3.9.2
+PORTVERSION=	3.10
 CATEGORIES=	graphics java
 MASTER_SITES=	#
 DISTNAME=	yEd-${PORTVERSION}
@@ -43,6 +39,7 @@ IGNORE=	you must manually obtain ${DISTN
 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
 

Modified: head/graphics/yed/distinfo
==============================================================================
--- head/graphics/yed/distinfo	Wed Nov 28 03:35:05 2012	(r307878)
+++ head/graphics/yed/distinfo	Wed Nov 28 04:47:09 2012	(r307879)
@@ -1,2 +1,2 @@
-SHA256 (yEd-3.9.2.zip) = 057e8a023b577d60ad8faa09c05eb8577477ca5468c27a374dfdfc86d39bfdfb
-SIZE (yEd-3.9.2.zip) = 24557329
+SHA256 (yEd-3.10.zip) = b88b1bf775475f66eb1c4eb11ca438d9c7391c1476c414f7da932497ab0c8dd5
+SIZE (yEd-3.10.zip) = 24797942

Modified: head/graphics/yed/pkg-plist
==============================================================================
--- head/graphics/yed/pkg-plist	Wed Nov 28 03:35:05 2012	(r307878)
+++ head/graphics/yed/pkg-plist	Wed Nov 28 04:47:09 2012	(r307879)
@@ -1,4 +1,5 @@
 %%DATADIR%%/yed.jar
+%%DATADIR%%/vectorgraphics.jar
 %%DATADIR%%/license.html
 bin/yed
 @dirrm %%DATADIR%%



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