From owner-svn-ports-head@FreeBSD.ORG Sat Mar 28 15:58:39 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2708CE62; Sat, 28 Mar 2015 15:58:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 121B82F3; Sat, 28 Mar 2015 15:58:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2SFwchA010620; Sat, 28 Mar 2015 15:58:38 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2SFwcPk010619; Sat, 28 Mar 2015 15:58:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201503281558.t2SFwcPk010619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 28 Mar 2015 15:58:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382516 - head/net-im/tkabbur 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.18-1 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: Sat, 28 Mar 2015 15:58:39 -0000 Author: antoine Date: Sat Mar 28 15:58:38 2015 New Revision: 382516 URL: https://svnweb.freebsd.org/changeset/ports/382516 QAT: https://qat.redports.org/buildarchive/r382516/ Log: Fix RUN_DEPENDS Modified: head/net-im/tkabbur/Makefile Modified: head/net-im/tkabbur/Makefile ============================================================================== --- head/net-im/tkabbur/Makefile Sat Mar 28 15:54:47 2015 (r382515) +++ head/net-im/tkabbur/Makefile Sat Mar 28 15:58:38 2015 (r382516) @@ -11,7 +11,7 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Is a modification of XMPP/Jabber client Tkabber RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \ - ${LOCALBASE}/lib/tls1.6/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \ + tcltls>0:${PORTSDIR}/devel/tcltls \ ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget WRKSRC= ${WRKDIR}/${DISTNAME}