Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 09:32:41 +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: r437718 - in head/databases: . xapian-bindings12
Message-ID:  <201704040932.v349WfVk092441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704040932.v349WfVk092441>