svn commit: r329055 - in head: accessibility/orca graphics/orca

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 15:37:36 UTC 2013


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 at FreeBSD.org
 COMMENT=	Tool for plotting arbitrary data from text files onto a Web server


More information about the svn-ports-all mailing list