Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 15:37:35 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329055 - in head: accessibility/orca graphics/orca
Message-ID:  <201310021537.r92FbZfV029955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  2 15:37:35 2013
New Revision: 329055
URL: http://svnweb.freebsd.org/changeset/ports/329055

Log:
  Rename orca to orca-plot to avoid name collision with accessibility/orca
  Remove LATEST_LINK on accessibility/orca as it is now useless

Modified:
  head/accessibility/orca/Makefile
  head/graphics/orca/Makefile

Modified: head/accessibility/orca/Makefile
==============================================================================
--- head/accessibility/orca/Makefile	Wed Oct  2 15:24:31 2013	(r329054)
+++ head/accessibility/orca/Makefile	Wed Oct  2 15:37:35 2013	(r329055)
@@ -20,8 +20,6 @@ RUN_DEPENDS=	${PYTHON_SITELIBDIR}/_dbus_
 		${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
 		${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
 
-LATEST_LINK=	gnome-orca
-
 NO_STAGE=	yes
 USE_BZIP2=	yes
 USES=		gmake gettext pkgconfig

Modified: head/graphics/orca/Makefile
==============================================================================
--- head/graphics/orca/Makefile	Wed Oct  2 15:24:31 2013	(r329054)
+++ head/graphics/orca/Makefile	Wed Oct  2 15:37:35 2013	(r329055)
@@ -7,6 +7,7 @@ PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.orcaware.com/orca/pub/
+PKGNAMESUFFIX=	-plot
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Tool for plotting arbitrary data from text files onto a Web server



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