From owner-svn-ports-head@freebsd.org Sun Jan 17 13:11:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1B0AA6A557; Sun, 17 Jan 2016 13:11:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D9CC10EC; Sun, 17 Jan 2016 13:11:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0HDBkWB002542; Sun, 17 Jan 2016 13:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0HDBjkn002537; Sun, 17 Jan 2016 13:11:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201601171311.u0HDBjkn002537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 17 Jan 2016 13:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406359 - in head/databases/xapian-core: . files 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.20 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: Sun, 17 Jan 2016 13:11:47 -0000 Author: sunpoet Date: Sun Jan 17 13:11:45 2016 New Revision: 406359 URL: https://svnweb.freebsd.org/changeset/ports/406359 Log: - Update to 1.2.22 - Add LICENSE_FILE Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.22 Sponsored by: PortsCamp Taiwan Modified: head/databases/xapian-core/Makefile head/databases/xapian-core/distinfo head/databases/xapian-core/files/patch-Makefile.in head/databases/xapian-core/files/patch-clang head/databases/xapian-core/pkg-plist Modified: head/databases/xapian-core/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Sun Jan 17 13:11:40 2016 (r406358) +++ head/databases/xapian-core/Makefile Sun Jan 17 13:11:45 2016 (r406359) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.21 +PORTVERSION= 1.2.22 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point Modified: head/databases/xapian-core/distinfo ============================================================================== --- head/databases/xapian-core/distinfo Sun Jan 17 13:11:40 2016 (r406358) +++ head/databases/xapian-core/distinfo Sun Jan 17 13:11:45 2016 (r406359) @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.21.tar.xz) = 63f48758fbd13fa8456dd4cf9bf3ec35a096e4290f14a51ac7df23f78c162d3f -SIZE (xapian-core-1.2.21.tar.xz) = 3202560 +SHA256 (xapian-core-1.2.22.tar.xz) = 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f +SIZE (xapian-core-1.2.22.tar.xz) = 3204096 Modified: head/databases/xapian-core/files/patch-Makefile.in ============================================================================== --- head/databases/xapian-core/files/patch-Makefile.in Sun Jan 17 13:11:40 2016 (r406358) +++ head/databases/xapian-core/files/patch-Makefile.in Sun Jan 17 13:11:45 2016 (r406359) @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2011-08-10 14:54:57.000000000 +0800 -+++ Makefile.in 2011-09-13 09:01:08.592572769 +0800 +--- Makefile.in.orig 2011-08-10 06:54:57 UTC ++++ Makefile.in @@ -47,7 +47,8 @@ @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \ @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \ Modified: head/databases/xapian-core/files/patch-clang ============================================================================== --- head/databases/xapian-core/files/patch-clang Sun Jan 17 13:11:40 2016 (r406358) +++ head/databases/xapian-core/files/patch-clang Sun Jan 17 13:11:45 2016 (r406359) @@ -1,5 +1,5 @@ ---- common/safeuuid.h.orig 2013-12-04 08:13:34.000000000 +0800 -+++ common/safeuuid.h 2013-12-06 00:04:28.067689030 +0800 +--- common/safeuuid.h.orig 2013-12-04 00:13:34 UTC ++++ common/safeuuid.h @@ -55,6 +55,7 @@ // UUID API on FreeBSD, NetBSD and AIX. Modified: head/databases/xapian-core/pkg-plist ============================================================================== --- head/databases/xapian-core/pkg-plist Sun Jan 17 13:11:40 2016 (r406358) +++ head/databases/xapian-core/pkg-plist Sun Jan 17 13:11:45 2016 (r406359) @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.so lib/libxapian.so.22 -lib/libxapian.so.22.6.8 +lib/libxapian.so.22.7.0 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-chert-update.1.gz