From owner-svn-ports-all@FreeBSD.ORG Wed Feb 20 20:34:57 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 818105E6; Wed, 20 Feb 2013 20:34:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 594DE2E6; Wed, 20 Feb 2013 20:34:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1KKYuE5019717; Wed, 20 Feb 2013 20:34:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1KKYti6019709; Wed, 20 Feb 2013 20:34:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302202034.r1KKYti6019709@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Feb 2013 20:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312669 - in head: databases/xapian-core deskutils/pinot deskutils/recoll mail/mu mail/notmuch 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.14 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: Wed, 20 Feb 2013 20:34:57 -0000 Author: sunpoet Date: Wed Feb 20 20:34:54 2013 New Revision: 312669 URL: http://svnweb.freebsd.org/changeset/ports/312669 Log: - Update to 1.2.13 - Cleanup Makefile header - Reformat pkg-descr - Bump PORTREVISION for databases/xapian-core shlib change Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13 Modified: head/databases/xapian-core/Makefile (contents, props changed) head/databases/xapian-core/distinfo (contents, props changed) head/databases/xapian-core/pkg-descr (contents, props changed) head/databases/xapian-core/pkg-plist (contents, props changed) head/deskutils/pinot/Makefile head/deskutils/recoll/Makefile head/mail/mu/Makefile (contents, props changed) head/mail/notmuch/Makefile (contents, props changed) Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Wed Feb 20 20:27:32 2013 (r312668) +++ head/databases/xapian-core/Makefile Wed Feb 20 20:34:54 2013 (r312669) @@ -1,12 +1,8 @@ -# New ports collection makefile for: xapian-core -# Date created: 5 November 2005 -# Whom: J.F. Dockes -# +# Created by: J.F. Dockes # $FreeBSD$ -# PORTNAME= xapian-core -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Wed Feb 20 20:27:32 2013 (r312668) +++ head/databases/xapian-core/distinfo Wed Feb 20 20:34:54 2013 (r312669) @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.12.tar.gz) = d5d34dd11df4cc44380e68b3737d1413fb4706115c4bdd63ef5e30afbc1c86df -SIZE (xapian-core-1.2.12.tar.gz) = 4138429 +SHA256 (xapian-core-1.2.13.tar.gz) = 8829ca8ebb4ab97129b8a237541f6aa62a3f4dc1fcd503bf0e6e9c1cb905fccc +SIZE (xapian-core-1.2.13.tar.gz) = 4152442 Modified: head/databases/xapian-core/pkg-descr ============================================================================== --- head/databases/xapian-core/pkg-descr Wed Feb 20 20:27:32 2013 (r312668) +++ head/databases/xapian-core/pkg-descr Wed Feb 20 20:34:54 2013 (r312669) @@ -1,10 +1,9 @@ -Xapian is an Open Source Probabilistic Information Retrieval library, -released under the GPL. It's written in C++, with bindings to allow use -from other languages. +Xapian is an Open Source Probabilistic Information Retrieval library, released +under the GPL. It's written in C++, with bindings to allow use from other +languages. Xapian is designed to be a highly adaptable toolkit to allow developers to -easily add advanced indexing and search facilities to their own -applications. +easily add advanced indexing and search facilities to their own applications. Xapian features include: - Ranked probabilistic search - word importance weighting Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Wed Feb 20 20:27:32 2013 (r312668) +++ head/databases/xapian-core/pkg-plist Wed Feb 20 20:34:54 2013 (r312669) @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.la lib/libxapian.so -lib/libxapian.so.27 +lib/libxapian.so.28 share/aclocal/xapian.m4 %%PORTDOCS%%%%DOCSDIR%%/admin_notes.html %%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Wed Feb 20 20:27:32 2013 (r312668) +++ head/deskutils/pinot/Makefile Wed Feb 20 20:34:54 2013 (r312669) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Wed Feb 20 20:27:32 2013 (r312668) +++ head/deskutils/recoll/Makefile Wed Feb 20 20:34:54 2013 (r312669) @@ -7,6 +7,7 @@ PORTNAME= recoll PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ Modified: head/mail/mu/Makefile ============================================================================== --- head/mail/mu/Makefile Wed Feb 20 20:27:32 2013 (r312668) +++ head/mail/mu/Makefile Wed Feb 20 20:34:54 2013 (r312669) @@ -7,6 +7,7 @@ PORTNAME= mu PORTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://mu0.googlecode.com/files/ Modified: head/mail/notmuch/Makefile ============================================================================== --- head/mail/notmuch/Makefile Wed Feb 20 20:27:32 2013 (r312668) +++ head/mail/notmuch/Makefile Wed Feb 20 20:34:54 2013 (r312669) @@ -3,6 +3,7 @@ PORTNAME= notmuch PORTVERSION= 0.15.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://notmuchmail.org/releases/