From owner-svn-ports-all@freebsd.org Tue Apr 4 09:28:16 2017 Return-Path: Delivered-To: svn-ports-all@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 50D97D2B732; Tue, 4 Apr 2017 09:28:16 +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 0A3983FF; Tue, 4 Apr 2017 09:28:15 +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 v349SFoS087896; Tue, 4 Apr 2017 09:28:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v349SEAv087893; Tue, 4 Apr 2017 09:28:14 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704040928.v349SEAv087893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 4 Apr 2017 09:28:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437713 - in head/databases: . xapian-core12 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.23 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: Tue, 04 Apr 2017 09:28:16 -0000 Author: sunpoet Date: Tue Apr 4 09:28:14 2017 New Revision: 437713 URL: https://svnweb.freebsd.org/changeset/ports/437713 Log: Add xapian-core12 1.2.24 (copied from xapian-core) - Add CONFLICTS_INSTALL - Update WWW Added: head/databases/xapian-core12/ - copied from r437680, head/databases/xapian-core/ Modified: head/databases/Makefile head/databases/xapian-core12/Makefile head/databases/xapian-core12/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Apr 4 09:23:23 2017 (r437712) +++ head/databases/Makefile Tue Apr 4 09:28:14 2017 (r437713) @@ -987,6 +987,7 @@ SUBDIR += xapian-bindings SUBDIR += xapian-core SUBDIR += xapian-core10 + SUBDIR += xapian-core12 SUBDIR += xtrabackup SUBDIR += zodb3 Modified: head/databases/xapian-core12/Makefile ============================================================================== --- head/databases/xapian-core/Makefile Tue Apr 4 05:19:52 2017 (r437680) +++ head/databases/xapian-core12/Makefile Tue Apr 4 09:28:14 2017 (r437713) @@ -7,6 +7,7 @@ PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet +PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine @@ -14,6 +15,8 @@ COMMENT= Probabilistic text search datab LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +CONFLICTS_INSTALL= xapian-core- xapian-core10- + OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point Modified: head/databases/xapian-core12/pkg-descr ============================================================================== --- head/databases/xapian-core/pkg-descr Tue Apr 4 05:19:52 2017 (r437680) +++ head/databases/xapian-core12/pkg-descr Tue Apr 4 09:28:14 2017 (r437713) @@ -15,4 +15,4 @@ Xapian features include: - Platform independent data formats - Allows simultaneous update and searching. -WWW: http://www.xapian.org/ +WWW: https://xapian.org/