svn commit: r357906 - head/french/eficas
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jun 15 17:22:20 UTC 2014
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 at 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 \
More information about the svn-ports-all
mailing list