svn commit: r322573 - head/devel/py-qt4-designerplugin
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jul 9 20:57:12 UTC 2013
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+ at 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
- at exec mkdir -p %D/%%QT_PLUGINDIR_REL%%/designer/python
- at dirrmtry %%QT_PLUGINDIR_REL%%/designer/python
- at dirrmtry %%QT_PLUGINDIR_REL%%/designer
More information about the svn-ports-head
mailing list