Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2016 15:38:56 +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: r412239 - head/www/xapian-omega
Message-ID:  <201603311538.u2VFcuwv039065@repo.freebsd.org>

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

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

Modified:
  head/www/xapian-omega/Makefile
  head/www/xapian-omega/distinfo

Modified: head/www/xapian-omega/Makefile
==============================================================================
--- head/www/xapian-omega/Makefile	Thu Mar 31 15:38:52 2016	(r412238)
+++ head/www/xapian-omega/Makefile	Thu Mar 31 15:38:56 2016	(r412239)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-omega
-PORTVERSION=	1.2.22
+PORTVERSION=	1.2.23
 CATEGORIES=	www
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -13,8 +13,8 @@ COMMENT=	CGI search application built on
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre \
-		libxapian.so:${PORTSDIR}/databases/xapian-core
+LIB_DEPENDS=	libpcre.so:devel/pcre \
+		libxapian.so:databases/xapian-core
 
 OPTIONS_DEFINE=	DOCS EXAMPLES ICONV
 OPTIONS_DEFAULT=ICONV

Modified: head/www/xapian-omega/distinfo
==============================================================================
--- head/www/xapian-omega/distinfo	Thu Mar 31 15:38:52 2016	(r412238)
+++ head/www/xapian-omega/distinfo	Thu Mar 31 15:38:56 2016	(r412239)
@@ -1,2 +1,2 @@
-SHA256 (xapian-omega-1.2.22.tar.xz) = a7d4b00f6830d003490c0f727fc03584e703cd6e96738e03930f135cd966381b
-SIZE (xapian-omega-1.2.22.tar.xz) = 437556
+SHA256 (xapian-omega-1.2.23.tar.xz) = 55c790204fc0b1ddbd4bdae73aa55eed40671475e13252a71a53a01f80d172ef
+SIZE (xapian-omega-1.2.23.tar.xz) = 437912



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