Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2012 17:24:58 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301162 - in head/deskutils/pinot: . files
Message-ID:  <201207191724.q6JHOw2B002417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207191724.q6JHOw2B002417>