From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 17:22:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CDCEC9E; Sun, 15 Jun 2014 17:22:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A0C02CBC; Sun, 15 Jun 2014 17:22:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FHMK5N053940; Sun, 15 Jun 2014 17:22:20 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FHMKw8053939; Sun, 15 Jun 2014 17:22:20 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406151722.s5FHMKw8053939@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 15 Jun 2014 17:22:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357906 - head/french/eficas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 17:22:20 -0000 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 \