diff options
author | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-04 04:10:37 +0800 |
commit | 751b41dafeebc053115ea65f18c9ab0a009b0237 (patch) | |
tree | 0a68a09c88303888985b47f7045bed36788aefc2 /math/kig | |
parent | 021b3043f8ab11aaff1bb422f34a0dd5dd655cd0 (diff) | |
download | freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.gz freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.tar.zst freebsd-ports-gnome-751b41dafeebc053115ea65f18c9ab0a009b0237.zip |
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 'math/kig')
-rw-r--r-- | math/kig/Makefile | 8 | ||||
-rw-r--r-- | math/kig/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile index 963795b37fe8..96ee3ca37511 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -1,9 +1,7 @@ -# Created by: Alberto Villa <avilla@FreeBSD.org> # $FreeBSD$ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -22,11 +20,13 @@ MAKE_JOBS_SAFE= yes MAN1= kig.1 -OPTIONS= PYTHON "Support for Python scripting (requires Boost)" on +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON +PYTHON_DESC= Support for Python scripting (requires Boost) .include <bsd.port.options.mk> -.ifndef(WITHOUT_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs .endif diff --git a/math/kig/distinfo b/math/kig/distinfo index 08a0baea857d..1f463a35fc44 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,2 +1,2 @@ -SHA256 (KDE/kig-4.8.4.tar.xz) = 3bfae143adb3252a0b7280f072701fb85b649ba22e659032c10d1d194e9d7431 -SIZE (KDE/kig-4.8.4.tar.xz) = 1529956 +SHA256 (KDE/kig-4.9.5.tar.xz) = 3e24164cbb75f1fd06434a6a9baa97f49f13b844567a2cf0b3b824185fc66209 +SIZE (KDE/kig-4.9.5.tar.xz) = 1524348 |