Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Apr 2017 09:28:14 +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: r437713 - in head/databases: . xapian-core12
Message-ID:  <201704040928.v349SEAv087893@repo.freebsd.org>

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



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