From owner-svn-ports-all@FreeBSD.ORG Thu Jul 19 17:24:59 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 1DBC01065672; Thu, 19 Jul 2012 17:24:59 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 08A1D8FC0A; Thu, 19 Jul 2012 17:24:59 +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 q6JHOwh2002420; Thu, 19 Jul 2012 17:24:58 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6JHOw2B002417; Thu, 19 Jul 2012 17:24:58 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201207191724.q6JHOw2B002417@svn.freebsd.org> From: Thierry Thomas Date: Thu, 19 Jul 2012 17:24:58 +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: r301162 - in head/deskutils/pinot: . files 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: Thu, 19 Jul 2012 17:24:59 -0000 Author: thierry Date: Thu Jul 19 17:24:58 2012 New Revision: 301162 URL: http://svn.freebsd.org/changeset/ports/301162 Log: Chase libexttextcat renaming. Reported by: beat and erwin pointyhat to: bapt Added: head/deskutils/pinot/files/patch-configure (contents, props changed) Modified: head/deskutils/pinot/Makefile (contents, props changed) Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Thu Jul 19 17:24:52 2012 (r301161) +++ head/deskutils/pinot/Makefile Thu Jul 19 17:24:58 2012 (r301162) @@ -7,7 +7,7 @@ PORTNAME= pinot PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -21,7 +21,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ - exttextcat.0:${PORTSDIR}/textproc/libexttextcat \ + exttextcat-1.0:${PORTSDIR}/textproc/libexttextcat \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ Added: head/deskutils/pinot/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/pinot/files/patch-configure Thu Jul 19 17:24:58 2012 (r301162) @@ -0,0 +1,11 @@ +--- configure.orig 2012-06-10 15:26:06.000000000 +0200 ++++ configure 2012-07-19 18:59:05.000000000 +0200 +@@ -18840,7 +18840,7 @@ + HAVE_TEXTCAT_CAT_FALSE= + fi + +- TEXTCAT_LIBS="-lexttextcat" ++ TEXTCAT_LIBS="-lexttextcat-1.0" + fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable the libarchive filter" >&5