From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 04:52:45 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA2FA140; Tue, 3 Feb 2015 04:52:45 +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 D6381D6F; Tue, 3 Feb 2015 04:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t134qjDE010742; Tue, 3 Feb 2015 04:52:45 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t134qjvt010741; Tue, 3 Feb 2015 04:52:45 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201502030452.t134qjvt010741@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Tue, 3 Feb 2015 04:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378341 - head/sysutils/xen-tools 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-1 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, 03 Feb 2015 04:52:46 -0000 Author: dinoex Date: Tue Feb 3 04:52:44 2015 New Revision: 378341 URL: https://svnweb.freebsd.org/changeset/ports/378341 QAT: https://qat.redports.org/buildarchive/r378341/ Log: - fix typo in path Modified: head/sysutils/xen-tools/Makefile Modified: head/sysutils/xen-tools/Makefile ============================================================================== --- head/sysutils/xen-tools/Makefile Tue Feb 3 04:36:57 2015 (r378340) +++ head/sysutils/xen-tools/Makefile Tue Feb 3 04:52:44 2015 (r378341) @@ -15,7 +15,7 @@ DISTFILES= xen-${PORTVERSION}.tar.gz BUILD_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/libglib-2.0.so:${PORTSDIR}/devel/glib20 \ - ${LOCALBASE}/lib/ibyajl.so:${PORTSDIR}/devel/yajl + ${LOCALBASE}/lib/libyajl.so:${PORTSDIR}/devel/yajl USES= gmake python:configure perl5 gettext-runtime:build gettext-tools:build pkgconfig USE_PERL5= build