From owner-svn-ports-all@FreeBSD.ORG Tue Jul 9 20:57:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D239D18B; Tue, 9 Jul 2013 20:57:12 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C3EBD1C0C; Tue, 9 Jul 2013 20:57:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r69KvC8h037973; Tue, 9 Jul 2013 20:57:12 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r69KvCQH037967; Tue, 9 Jul 2013 20:57:12 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201307092057.r69KvCQH037967@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 9 Jul 2013 20:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322573 - head/devel/py-qt4-designerplugin 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.14 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: Tue, 09 Jul 2013 20:57:12 -0000 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