From owner-svn-ports-head@FreeBSD.ORG Wed Feb 20 20:37:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4D8C18D0; Wed, 20 Feb 2013 20:37:10 +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 25CD130B; Wed, 20 Feb 2013 20:37:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1KKbAGi020270; Wed, 20 Feb 2013 20:37:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1KKb9tr020267; Wed, 20 Feb 2013 20:37:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201302202037.r1KKb9tr020267@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 20 Feb 2013 20:37:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312672 - head/www/xapian-omega X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 20:37:10 -0000 Author: sunpoet Date: Wed Feb 20 20:37:09 2013 New Revision: 312672 URL: http://svnweb.freebsd.org/changeset/ports/312672 Log: - Update to 1.2.13 - Cleanup Makefile header - Reformat pkg-descr Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13 Modified: head/www/xapian-omega/Makefile (contents, props changed) head/www/xapian-omega/distinfo (contents, props changed) head/www/xapian-omega/pkg-descr (contents, props changed) Modified: head/www/xapian-omega/Makefile ============================================================================== --- head/www/xapian-omega/Makefile Wed Feb 20 20:36:44 2013 (r312671) +++ head/www/xapian-omega/Makefile Wed Feb 20 20:37:09 2013 (r312672) @@ -1,12 +1,8 @@ -# New ports collection makefile for: xapian-omega -# Date created: 05 Jul 2008 -# Whom: Henrik Brix Andersen -# +# Created by: Henrik Brix Andersen # $FreeBSD$ -# PORTNAME= xapian-omega -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ Modified: head/www/xapian-omega/distinfo ============================================================================== --- head/www/xapian-omega/distinfo Wed Feb 20 20:36:44 2013 (r312671) +++ head/www/xapian-omega/distinfo Wed Feb 20 20:37:09 2013 (r312672) @@ -1,2 +1,2 @@ -SHA256 (xapian-omega-1.2.12.tar.gz) = c235a27c94b754432a264f11d6d8e912ca71ed20a0192bf5331ef610fac32142 -SIZE (xapian-omega-1.2.12.tar.gz) = 624039 +SHA256 (xapian-omega-1.2.13.tar.gz) = ae35e37f3fddf1330004f41531b9c8be447c95f9bb8b2f135541a78c2c816d34 +SIZE (xapian-omega-1.2.13.tar.gz) = 627177 Modified: head/www/xapian-omega/pkg-descr ============================================================================== --- head/www/xapian-omega/pkg-descr Wed Feb 20 20:36:44 2013 (r312671) +++ head/www/xapian-omega/pkg-descr Wed Feb 20 20:37:09 2013 (r312672) @@ -1,6 +1,5 @@ -This package contains two index building utilities (omindex and -scriptindex) and a CGI search application (omega). These use the -Xapian search library to provide a search over a collection of -documents. +This package contains two index building utilities (omindex and scriptindex) and +a CGI search application (omega). These use the Xapian search library to +provide a search over a collection of documents. WWW: http://xapian.org/