diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-02-03 20:10:37 +0000 |
commit | cb8b1428c6bb9ed135f61a9cecbe8397defbf329 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /x11/plasma-scriptengine-python | |
parent | Update to 1.0.7 (diff) |
KDE/FreeBSD team presents KDE SC 4.9.5 ports!
- kdebindings ports have been renamed to match upstream.
- kdemultimedia and kdenetwork have been split.
- New port games/pairs added.
- Trim Makefile header
- Convert to new option framework
- New USE_KDE4 components: libkcddb, libkcompactdisc
- Update:
databases/akonadi to 1.9.0
devel/grantlee to 0.3.0
textproc/rasqal to 0.9.30
textproc/redland-bindings to 1.0.16.1
textproc/soprano to 2.9.0
x11-toolkits/attica to 0.4.1
The area51 repository features commits by Schaich Alonso, avilla, dbn,
jhale, makc and rakuco.
Contributors:
- Oleg Sidorkin
- Tobias Berner
- Kurt Jaeger
Diffstat (limited to 'x11/plasma-scriptengine-python')
-rw-r--r-- | x11/plasma-scriptengine-python/Makefile | 5 | ||||
-rw-r--r-- | x11/plasma-scriptengine-python/pkg-plist | 24 |
2 files changed, 12 insertions, 17 deletions
diff --git a/x11/plasma-scriptengine-python/Makefile b/x11/plasma-scriptengine-python/Makefile index 2e50d672f2ea..8b65f019c6eb 100644 --- a/x11/plasma-scriptengine-python/Makefile +++ b/x11/plasma-scriptengine-python/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: plasma-scriptengine-python -# Date created: 2010-03-14 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= plasma-scriptengine-python PORTVERSION= ${KDE4_VERSION} diff --git a/x11/plasma-scriptengine-python/pkg-plist b/x11/plasma-scriptengine-python/pkg-plist index 5e184c288507..e3dc6fb49349 100644 --- a/x11/plasma-scriptengine-python/pkg-plist +++ b/x11/plasma-scriptengine-python/pkg-plist @@ -1,21 +1,21 @@ %%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.py -%%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.pyc -%%PYTHON_SITELIBDIR%%/PyKDE4/plasmascript.pyo +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%plasmascript.%%PYC_SUFFIX%% +%%PYTHON_SITELIBDIR%%/PyKDE4/%%PYCACHE%%plasmascript.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/plasma_importer.py -share/apps/plasma_scriptengine_python/plasma_importer.pyc -share/apps/plasma_scriptengine_python/plasma_importer.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%plasma_importer.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%plasma_importer.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pyappletscript.py -share/apps/plasma_scriptengine_python/pyappletscript.pyc -share/apps/plasma_scriptengine_python/pyappletscript.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyappletscript.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyappletscript.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pydataengine.py -share/apps/plasma_scriptengine_python/pydataengine.pyc -share/apps/plasma_scriptengine_python/pydataengine.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pydataengine.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pydataengine.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pyrunner.py -share/apps/plasma_scriptengine_python/pyrunner.pyc -share/apps/plasma_scriptengine_python/pyrunner.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyrunner.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pyrunner.%%PYO_SUFFIX%% share/apps/plasma_scriptengine_python/pywallpaper.py -share/apps/plasma_scriptengine_python/pywallpaper.pyc -share/apps/plasma_scriptengine_python/pywallpaper.pyo +share/apps/plasma_scriptengine_python/%%PYCACHE%%pywallpaper.%%PYC_SUFFIX%% +share/apps/plasma_scriptengine_python/%%PYCACHE%%pywallpaper.%%PYO_SUFFIX%% share/kde4/services/plasma-scriptengine-applet-python.desktop share/kde4/services/plasma-scriptengine-dataengine-python.desktop share/kde4/services/plasma-scriptengine-runner-python.desktop |