From owner-svn-ports-all@freebsd.org Sat Jun 27 12:37:18 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8033D98D99E; Sat, 27 Jun 2015 12:37:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 718671D10; Sat, 27 Jun 2015 12:37:18 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5RCbItu036942; Sat, 27 Jun 2015 12:37:18 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5RCbIgJ036941; Sat, 27 Jun 2015 12:37:18 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201506271237.t5RCbIgJ036941@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 27 Jun 2015 12:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390697 - head/deskutils/pinot 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.20 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: Sat, 27 Jun 2015 12:37:18 -0000 Author: bapt Date: Sat Jun 27 12:37:17 2015 New Revision: 390697 URL: https://svnweb.freebsd.org/changeset/ports/390697 Log: Do not escape libxml++ it is not needed as it is not used in regular expression anymore Modified: head/deskutils/pinot/Makefile Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Sat Jun 27 12:28:02 2015 (r390696) +++ head/deskutils/pinot/Makefile Sat Jun 27 12:37:17 2015 (r390697) @@ -20,7 +20,7 @@ LIB_DEPENDS= libxapian.so:${PORTSDIR}/da libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ libexttextcat-2.0.so:${PORTSDIR}/textproc/libexttextcat \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ - libxml\+\+-2.6.so:${PORTSDIR}/textproc/libxml++26 \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libexif.so:${PORTSDIR}/graphics/libexif \