Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 15:38:47 +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: r412237 - head/databases/xapian-bindings
Message-ID:  <201603311538.u2VFcl2A038834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 31 15:38:47 2016
New Revision: 412237
URL: https://svnweb.freebsd.org/changeset/ports/412237

Log:
  - Update to 1.2.23
  - Update LIB_DEPENDS: remove PORTSDIR
  
  Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.23

Modified:
  head/databases/xapian-bindings/Makefile
  head/databases/xapian-bindings/distinfo

Modified: head/databases/xapian-bindings/Makefile
==============================================================================
--- head/databases/xapian-bindings/Makefile	Thu Mar 31 15:38:43 2016	(r412236)
+++ head/databases/xapian-bindings/Makefile	Thu Mar 31 15:38:47 2016	(r412237)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-bindings
-PORTVERSION=	1.2.22
+PORTVERSION=	1.2.23
 CATEGORIES=	databases
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -13,7 +13,7 @@ COMMENT=	Bindings allowing Xapian to be 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libxapian.so:${PORTSDIR}/databases/xapian-core
+LIB_DEPENDS=	libxapian.so:databases/xapian-core
 
 OPTIONS_DEFINE=	DOCS LUA PHP PYTHON RUBY
 OPTIONS_DEFAULT=PHP PYTHON RUBY

Modified: head/databases/xapian-bindings/distinfo
==============================================================================
--- head/databases/xapian-bindings/distinfo	Thu Mar 31 15:38:43 2016	(r412236)
+++ head/databases/xapian-bindings/distinfo	Thu Mar 31 15:38:47 2016	(r412237)
@@ -1,2 +1,2 @@
-SHA256 (xapian-bindings-1.2.22.tar.xz) = b15ca7984980a1d2aedd3378648ef5f3889cb39a047bac1522a8e5d04f0a8557
-SIZE (xapian-bindings-1.2.22.tar.xz) = 844040
+SHA256 (xapian-bindings-1.2.23.tar.xz) = 19b4b56c74863c51733d8c2567272ef7f004b898cf44016711ae25bc524b2215
+SIZE (xapian-bindings-1.2.23.tar.xz) = 885888



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