From owner-svn-ports-head@FreeBSD.ORG Wed Nov 28 04:47:10 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 358AF92; Wed, 28 Nov 2012 04:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 174358FC12; Wed, 28 Nov 2012 04:47:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS4l9eO038929; Wed, 28 Nov 2012 04:47:09 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS4l9qS038926; Wed, 28 Nov 2012 04:47:09 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280447.qAS4l9qS038926@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 04:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307879 - 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.14 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: Wed, 28 Nov 2012 04:47:10 -0000 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 (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 -# +# Created by: Eugene Mychlo # $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%%