Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 17:43: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: r358983 - head/databases/xapian-core
Message-ID:  <201406231743.s5NHhfjK056954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Jun 23 17:43:41 2014
New Revision: 358983
URL: http://svnweb.freebsd.org/changeset/ports/358983
QAT: https://qat.redports.org/buildarchive/r358983/

Log:
  - Update to 1.2.18
  - Use USES=libtool
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.18

Modified:
  head/databases/xapian-core/Makefile
  head/databases/xapian-core/distinfo
  head/databases/xapian-core/pkg-plist

Modified: head/databases/xapian-core/Makefile
==============================================================================
--- head/databases/xapian-core/Makefile	Mon Jun 23 17:42:33 2014	(r358982)
+++ head/databases/xapian-core/Makefile	Mon Jun 23 17:43:41 2014	(r358983)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-core
-PORTVERSION=	1.2.17
+PORTVERSION=	1.2.18
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -21,7 +21,7 @@ PORTSCOUT=	limitw:1,even
 GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_LDCONFIG=	yes
-USES=		tar:xz
+USES=		libtool tar:xz
 
 PORTDOCS=	*
 

Modified: head/databases/xapian-core/distinfo
==============================================================================
--- head/databases/xapian-core/distinfo	Mon Jun 23 17:42:33 2014	(r358982)
+++ head/databases/xapian-core/distinfo	Mon Jun 23 17:43:41 2014	(r358983)
@@ -1,2 +1,2 @@
-SHA256 (xapian-core-1.2.17.tar.xz) = e79d45b0f30e62cfe51294a731291b903d9b33fc82ac2b26ab710866002cc6de
-SIZE (xapian-core-1.2.17.tar.xz) = 3165256
+SHA256 (xapian-core-1.2.18.tar.xz) = 762c62d905608b8e411511f43ede84c52c49a94822d32d86c7b975fefb30209a
+SIZE (xapian-core-1.2.18.tar.xz) = 3173496

Modified: head/databases/xapian-core/pkg-plist
==============================================================================
--- head/databases/xapian-core/pkg-plist	Mon Jun 23 17:42:33 2014	(r358982)
+++ head/databases/xapian-core/pkg-plist	Mon Jun 23 17:43:41 2014	(r358983)
@@ -43,9 +43,9 @@ include/xapian/weight.h
 lib/cmake/xapian/xapian-config-version.cmake
 lib/cmake/xapian/xapian-config.cmake
 lib/libxapian.a
-lib/libxapian.la
 lib/libxapian.so
-lib/libxapian.so.28
+lib/libxapian.so.22
+lib/libxapian.so.22.6.5
 man/man1/xapian-check.1.gz
 man/man1/xapian-chert-update.1.gz
 man/man1/xapian-compact.1.gz



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