Date: Sun, 15 Jun 2014 17:22:20 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357906 - head/french/eficas Message-ID: <201406151722.s5FHMKw8053939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jun 15 17:22:19 2014 New Revision: 357906 URL: http://svnweb.freebsd.org/changeset/ports/357906 QAT: https://qat.redports.org/buildarchive/r357906/ Log: Depend on devel/xdg-utils instead of devel/py-qt4-assistant. This version of Eficas has dropped the dependency on py-qt4-assistant, which has been deprecated in PyQt4 since 2010, and replaced it with a call to xdg-open. Follow suit and replace the runtime dependencies, paving the way for us to get rid of py-qt4-assistant ourselves. CR D226 Approved by: thierry (maintainer) Modified: head/french/eficas/Makefile Modified: head/french/eficas/Makefile ============================================================================== --- head/french/eficas/Makefile Sun Jun 15 17:21:30 2014 (r357905) +++ head/french/eficas/Makefile Sun Jun 15 17:22:19 2014 (r357906) @@ -3,6 +3,7 @@ PORTNAME= eficas DISTVERSION= 7.3.0-1 +PORTREVISION= 1 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org @@ -36,7 +37,7 @@ EF_LANG= ang .endif RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PYTHON_SITELIBDIR}/PyQt4/QtAssistant.so:${PORTSDIR}/devel/py-qt4-assistant + xdg-open:${PORTSDIR}/devel/xdg-utils FIXUBIN= Openturns_Study/prefs_OPENTURNS_STUDY.py \ Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151722.s5FHMKw8053939>