From 751b41dafeebc053115ea65f18c9ab0a009b0237 Mon Sep 17 00:00:00 2001 From: makc Date: Sun, 3 Feb 2013 20:10:37 +0000 Subject: 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 --- math/kig/Makefile | 8 ++++---- math/kig/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/kig') 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 # $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 -.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 -- cgit