Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jun 2013 15:45:26 +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: r319678 - in head/deskutils/pinot: . files
Message-ID:  <201306021545.r52FjQIt031400@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Jun  2 15:45:25 2013
New Revision: 319678
URL: http://svnweb.freebsd.org/changeset/ports/319678

Log:
  Upgrade to 1.06.
  
  Changelog at <http://pinotdev.blogspot.sg/2013/05/pinot-v106.html>.

Deleted:
  head/deskutils/pinot/files/patch-IndexSearch_PluginWebEngine.cpp
  head/deskutils/pinot/files/patch-IndexSearch_SherlockParser.cpp
Modified:
  head/deskutils/pinot/Makefile
  head/deskutils/pinot/distinfo
  head/deskutils/pinot/files/patch-configure
  head/deskutils/pinot/pkg-plist

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Sun Jun  2 15:40:29 2013	(r319677)
+++ head/deskutils/pinot/Makefile	Sun Jun  2 15:45:25 2013	(r319678)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pinot
-PORTVERSION=	1.05
-PORTREVISION=	1
+PORTVERSION=	1.06
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 #MASTER_SITES=	http://colinf.chez.com/pinot/

Modified: head/deskutils/pinot/distinfo
==============================================================================
--- head/deskutils/pinot/distinfo	Sun Jun  2 15:40:29 2013	(r319677)
+++ head/deskutils/pinot/distinfo	Sun Jun  2 15:45:25 2013	(r319678)
@@ -1,2 +1,2 @@
-SHA256 (pinot-1.05.tar.gz) = edcd9c3b5697735872c9e4f86d1103c8ed58f558b03a6d1df25722b674148fd9
-SIZE (pinot-1.05.tar.gz) = 1064984
+SHA256 (pinot-1.06.tar.gz) = bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d
+SIZE (pinot-1.06.tar.gz) = 1066326

Modified: head/deskutils/pinot/files/patch-configure
==============================================================================
--- head/deskutils/pinot/files/patch-configure	Sun Jun  2 15:40:29 2013	(r319677)
+++ head/deskutils/pinot/files/patch-configure	Sun Jun  2 15:45:25 2013	(r319678)
@@ -1,33 +1,6 @@
---- configure.orig	2013-03-03 03:25:56.000000000 +0100
-+++ configure	2013-03-10 16:52:56.000000000 +0100
-@@ -18010,6 +18010,26 @@
-   HAVE_BOOST_SPIRIT_FALSE=
- fi
- 
-+else
-+  for ac_header in boost/spirit.hpp
-+do :
-+  ac_fn_cxx_check_header_mongrel "$LINENO" "boost/spirit.hpp" "ac_cv_header_boost_spirit_hpp" "$ac_includes_default"
-+if test "x$ac_cv_header_boost_spirit_hpp" = xyes; then :
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_BOOST_SPIRIT_HPP 1
-+_ACEOF
-+  if true; then
-+  HAVE_BOOST_SPIRIT_TRUE=
-+  HAVE_BOOST_SPIRIT_FALSE='#'
-+else
-+  HAVE_BOOST_SPIRIT_TRUE='#'
-+  HAVE_BOOST_SPIRIT_FALSE=
-+fi
-+
-+fi
-+
-+done
-+
- 
- fi
- 
-@@ -18169,7 +18189,7 @@
+--- configure.orig	2013-05-11 12:27:42.000000000 +0200
++++ configure	2013-06-02 16:00:47.000000000 +0200
+@@ -18189,7 +18189,7 @@
    HAVE_TEXTCAT_CAT_FALSE=
  fi
  

Modified: head/deskutils/pinot/pkg-plist
==============================================================================
--- head/deskutils/pinot/pkg-plist	Sun Jun  2 15:40:29 2013	(r319677)
+++ head/deskutils/pinot/pkg-plist	Sun Jun  2 15:45:25 2013	(r319678)
@@ -63,6 +63,7 @@ include/pinot/ViewHistory.h
 include/pinot/Visibility.h
 include/pinot/WebEngine.h
 include/pinot/WorkerThreads.h
+include/pinot/cjkv/CJKVTokenizer.h
 include/pinot/filters/Filter.h
 include/pinot/filters/FilterFactory.h
 include/pinot/filters/HtmlFilter.h
@@ -164,5 +165,6 @@ share/locale/zh_TW/LC_MESSAGES/pinot.mo
 @dirrm lib/pinot
 @dirrm include/pinot/xdgmime
 @dirrm include/pinot/filters
+@dirrm include/pinot/cjkv
 @dirrm include/pinot
 @dirrm etc/pinot



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