From owner-svn-ports-head@freebsd.org Tue Apr 4 09:32:43 2017 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 4E530D2BBBF; Tue, 4 Apr 2017 09:32:43 +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 05508FCC; Tue, 4 Apr 2017 09:32:42 +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 v349Wght092445; Tue, 4 Apr 2017 09:32:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v349WfVk092441; Tue, 4 Apr 2017 09:32:41 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201704040932.v349WfVk092441@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:32:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437718 - in head/databases: . xapian-bindings12 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.23 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: Tue, 04 Apr 2017 09:32:43 -0000 Author: sunpoet Date: Tue Apr 4 09:32:41 2017 New Revision: 437718 URL: https://svnweb.freebsd.org/changeset/ports/437718 Log: Add xapian-bindings12 1.2.24 (copied from xapian-bindings) - Update LIB_DEPENDS - Add CONFLICTS_INSTALL - Update WWW Added: head/databases/xapian-bindings12/ - copied from r437680, head/databases/xapian-bindings/ Modified: head/databases/Makefile head/databases/xapian-bindings12/Makefile head/databases/xapian-bindings12/pkg-descr Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Tue Apr 4 09:30:22 2017 (r437717) +++ head/databases/Makefile Tue Apr 4 09:32:41 2017 (r437718) @@ -986,6 +986,7 @@ SUBDIR += wfb2sql SUBDIR += wmjsql SUBDIR += xapian-bindings + SUBDIR += xapian-bindings12 SUBDIR += xapian-core SUBDIR += xapian-core10 SUBDIR += xapian-core12 Modified: head/databases/xapian-bindings12/Makefile ============================================================================== --- head/databases/xapian-bindings/Makefile Tue Apr 4 05:19:52 2017 (r437680) +++ head/databases/xapian-bindings12/Makefile Tue Apr 4 09:32:41 2017 (r437718) @@ -6,6 +6,7 @@ PORTVERSION= 1.2.24 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet +PKGNAMESUFFIX= 12 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bindings allowing Xapian to be used from various programming languages @@ -13,7 +14,9 @@ COMMENT= Bindings allowing Xapian to be LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libxapian.so:databases/xapian-core +LIB_DEPENDS= libxapian.so:databases/xapian-core12 + +CONFLICTS_INSTALL= xapian-bindings- OPTIONS_DEFINE= DOCS LUA PHP PYTHON RUBY OPTIONS_DEFAULT=PHP PYTHON RUBY Modified: head/databases/xapian-bindings12/pkg-descr ============================================================================== --- head/databases/xapian-bindings/pkg-descr Tue Apr 4 05:19:52 2017 (r437680) +++ head/databases/xapian-bindings12/pkg-descr Tue Apr 4 09:32:41 2017 (r437718) @@ -1,4 +1,4 @@ SWIG and JNI bindings allowing Xapian to be used from various other programming languages. -WWW: http://www.xapian.org/ +WWW: https://xapian.org/