Date: Sun, 17 Jan 2016 13:11:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201601171311.u0HDBjkn002537@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601171311.u0HDBjkn002537>