diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-02-21 04:37:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-02-21 04:37:09 +0800 |
commit | b2b5bbeaf372c6cd0789d78e87ae1fe4b9a22e44 (patch) | |
tree | c15dc6d22600310eaf9d4a00af3261beed239c7a /www | |
parent | f406963f673561baf44aac0d2a81670f40ed3917 (diff) | |
download | freebsd-ports-gnome-b2b5bbeaf372c6cd0789d78e87ae1fe4b9a22e44.tar.gz freebsd-ports-gnome-b2b5bbeaf372c6cd0789d78e87ae1fe4b9a22e44.tar.zst freebsd-ports-gnome-b2b5bbeaf372c6cd0789d78e87ae1fe4b9a22e44.zip |
- Update to 1.2.13
- Cleanup Makefile header
- Reformat pkg-descr
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
Diffstat (limited to 'www')
-rw-r--r-- | www/xapian-omega/Makefile | 8 | ||||
-rw-r--r-- | www/xapian-omega/distinfo | 4 | ||||
-rw-r--r-- | www/xapian-omega/pkg-descr | 7 |
3 files changed, 7 insertions, 12 deletions
diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index da3ed6937fe9..dc2179f22e8b 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: xapian-omega -# Date created: 05 Jul 2008 -# Whom: Henrik Brix Andersen <brix@FreeBSD.org> -# +# Created by: Henrik Brix Andersen <brix@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xapian-omega -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.13 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ diff --git a/www/xapian-omega/distinfo b/www/xapian-omega/distinfo index 717b03b2b539..f386e0515000 100644 --- a/www/xapian-omega/distinfo +++ b/www/xapian-omega/distinfo @@ -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 diff --git a/www/xapian-omega/pkg-descr b/www/xapian-omega/pkg-descr index 026058267bb5..f5d46016b84d 100644 --- a/www/xapian-omega/pkg-descr +++ b/www/xapian-omega/pkg-descr @@ -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/ |