Date: Tue, 9 Jul 2013 20:57:12 +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: r322573 - head/devel/py-qt4-designerplugin Message-ID: <201307092057.r69KvCQH037967@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Jul 9 20:57:12 2013 New Revision: 322573 URL: http://svnweb.freebsd.org/changeset/ports/322573 Log: plist adjustments. o libpythonplugin.so does not exist anymore, it has been renamed to libpyqt4.so. o Remove the creation of the empty python/ subdir in the designer directory. This was artificially created because that's one of the directories the PyQt designer plugin looks for Python plugins, but was causing plist problems due to the @exec+@dirrmtry combination. Instead of trying to fix that, I believe it makes more sense to just get rid of this part since this is just one of the directories automatically searched and no port actually installs anything there. Modified: head/devel/py-qt4-designerplugin/Makefile head/devel/py-qt4-designerplugin/pkg-plist Modified: head/devel/py-qt4-designerplugin/Makefile ============================================================================== --- head/devel/py-qt4-designerplugin/Makefile Tue Jul 9 20:52:07 2013 (r322572) +++ head/devel/py-qt4-designerplugin/Makefile Tue Jul 9 20:57:12 2013 (r322573) @@ -3,6 +3,7 @@ PORTNAME= designerplugin PORTVERSION= ${PYQT4_VERSION} +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITES_PYQT4} Modified: head/devel/py-qt4-designerplugin/pkg-plist ============================================================================== --- head/devel/py-qt4-designerplugin/pkg-plist Tue Jul 9 20:52:07 2013 (r322572) +++ head/devel/py-qt4-designerplugin/pkg-plist Tue Jul 9 20:57:12 2013 (r322573) @@ -1,5 +1 @@ %%QT_PLUGINDIR_REL%%/designer/libpyqt4.so -%%QT_PLUGINDIR_REL%%/designer/libpythonplugin.so -@exec mkdir -p %D/%%QT_PLUGINDIR_REL%%/designer/python -@dirrmtry %%QT_PLUGINDIR_REL%%/designer/python -@dirrmtry %%QT_PLUGINDIR_REL%%/designer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307092057.r69KvCQH037967>