From owner-svn-ports-all@FreeBSD.ORG Tue Sep 18 21:32:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA9091065680; Tue, 18 Sep 2012 21:32:15 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6CC18FC0C; Tue, 18 Sep 2012 21:32:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ILWFbZ066411; Tue, 18 Sep 2012 21:32:15 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ILWFVB066409; Tue, 18 Sep 2012 21:32:15 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209182132.q8ILWFVB066409@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 18 Sep 2012 21:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304469 - head/net/kdenetwork4 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 21:32:15 -0000 Author: makc Date: Tue Sep 18 21:32:15 2012 New Revision: 304469 URL: http://svn.freebsd.org/changeset/ports/304469 Log: Chase libktorrent update Modified: head/net/kdenetwork4/Makefile Modified: head/net/kdenetwork4/Makefile ============================================================================== --- head/net/kdenetwork4/Makefile Tue Sep 18 21:31:20 2012 (r304468) +++ head/net/kdenetwork4/Makefile Tue Sep 18 21:32:15 2012 (r304469) @@ -6,7 +6,7 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -28,7 +28,7 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/opens expat.6:${PORTSDIR}/textproc/expat2 \ meanwhile.1:${PORTSDIR}/net-im/meanwhile \ v4l2.0:${PORTSDIR}/multimedia/libv4l \ - ktorrent.4:${PORTSDIR}/net-p2p/libktorrent \ + ktorrent:${PORTSDIR}/net-p2p/libktorrent \ jasper.4:${PORTSDIR}/graphics/jasper \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ gif.5:${PORTSDIR}/graphics/giflib \