From owner-svn-ports-all@FreeBSD.ORG Sun Jul 20 08:05:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 592B78C2; Sun, 20 Jul 2014 08:05:25 +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 465D32D24; Sun, 20 Jul 2014 08:05:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6K85PZ0097630; Sun, 20 Jul 2014 08:05:25 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6K85P6N097629; Sun, 20 Jul 2014 08:05:25 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201407200805.s6K85P6N097629@svn.freebsd.org> From: John Marino Date: Sun, 20 Jul 2014 08:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362300 - head/net/sobby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sun, 20 Jul 2014 08:05:25 -0000 Author: marino Date: Sun Jul 20 08:05:24 2014 New Revision: 362300 URL: http://svnweb.freebsd.org/changeset/ports/362300 QAT: https://qat.redports.org/buildarchive/r362300/ Log: net/sobby: Unbreak by fixing net6 library dependency Modified: head/net/sobby/Makefile Modified: head/net/sobby/Makefile ============================================================================== --- head/net/sobby/Makefile Sun Jul 20 08:02:11 2014 (r362299) +++ head/net/sobby/Makefile Sun Jul 20 08:05:24 2014 (r362300) @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ libobby.so:${PORTSDIR}/devel/obby \ - libnet6-1.3.so:${PORTSDIR}/net/net6 \ + libnet6.so:${PORTSDIR}/net/net6 \ libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 USES= pkgconfig