From owner-svn-ports-head@FreeBSD.ORG Fri Feb 1 16:58:36 2013 Return-Path: Delivered-To: svn-ports-head@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 F37019BC; Fri, 1 Feb 2013 16:58:35 +0000 (UTC) (envelope-from bapt@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 E60F21C8; Fri, 1 Feb 2013 16:58:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11GwZdd089329; Fri, 1 Feb 2013 16:58:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11GwZvv089328; Fri, 1 Feb 2013 16:58:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201302011658.r11GwZvv089328@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 1 Feb 2013 16:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311389 - head/x11/kde4-workspace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 16:58:36 -0000 Author: bapt Date: Fri Feb 1 16:58:35 2013 New Revision: 311389 URL: http://svnweb.freebsd.org/changeset/ports/311389 Log: Chase boost bump Reported by: cperciva Modified: head/x11/kde4-workspace/Makefile Modified: head/x11/kde4-workspace/Makefile ============================================================================== --- head/x11/kde4-workspace/Makefile Fri Feb 1 16:24:41 2013 (r311388) +++ head/x11/kde4-workspace/Makefile Fri Feb 1 16:58:35 2013 (r311389) @@ -1,13 +1,9 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: kdebase-workspace -# Date created: 22 Januar 2008 -# Whom: kde@FreeBSD.org -# +# Created by: kde@FreeBSD.org # $FreeBSD$ -# PORTNAME= kde-workspace PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE_kde} \ ${MASTER_SITE_LOCAL} \ @@ -28,7 +24,7 @@ LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/ hal.1:${PORTSDIR}/sysutils/hal \ qalculate.5:${PORTSDIR}/math/libqalculate \ prison.0:${PORTSDIR}/graphics/prison \ - boost_thread.4:${PORTSDIR}/devel/boost-libs \ + boost_thread:${PORTSDIR}/devel/boost-libs \ dbusmenu-qt.2:${PORTSDIR}/devel/libdbusmenu-qt \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \