Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2020 18:57:32 +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: r527022 - head/www/xapian-omega
Message-ID:  <202002241857.01OIvWLX017644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 24 18:57:32 2020
New Revision: 527022
URL: https://svnweb.freebsd.org/changeset/ports/527022

Log:
  Update to 1.4.15
  
  Changes:	https://trac.xapian.org/wiki/ReleaseOverview

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

Modified: head/www/xapian-omega/Makefile
==============================================================================
--- head/www/xapian-omega/Makefile	Mon Feb 24 18:57:27 2020	(r527021)
+++ head/www/xapian-omega/Makefile	Mon Feb 24 18:57:32 2020	(r527022)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-omega
-PORTVERSION=	1.4.14
+PORTVERSION=	1.4.15
 CATEGORIES=	www
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -27,7 +27,8 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lang libtool localbase perl5 shebangfix tar:xz
 
-CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR}
+CONFIGURE_ARGS=	--datarootdir=${DATADIR} --docdir=${DOCSDIR} \
+		ac_cv_func_snprintf=snprintf
 CONFIGURE_ENV=	PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
 		XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
 GNU_CONFIGURE=	yes

Modified: head/www/xapian-omega/distinfo
==============================================================================
--- head/www/xapian-omega/distinfo	Mon Feb 24 18:57:27 2020	(r527021)
+++ head/www/xapian-omega/distinfo	Mon Feb 24 18:57:32 2020	(r527022)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575793829
-SHA256 (xapian-omega-1.4.14.tar.xz) = 8b2b16cd52409c35507d1103cbdf10d9eabd0b5df64d9f34f0c9065a5d0286c3
-SIZE (xapian-omega-1.4.14.tar.xz) = 540532
+TIMESTAMP = 1582561412
+SHA256 (xapian-omega-1.4.15.tar.xz) = c3112b920809a42a3b63ccaa17425b9a2f55f9a06a5091c402455fcf347fc3d2
+SIZE (xapian-omega-1.4.15.tar.xz) = 545916

Modified: head/www/xapian-omega/pkg-plist
==============================================================================
--- head/www/xapian-omega/pkg-plist	Mon Feb 24 18:57:27 2020	(r527021)
+++ head/www/xapian-omega/pkg-plist	Mon Feb 24 18:57:32 2020	(r527022)
@@ -15,6 +15,7 @@ man/man1/scriptindex.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/cgiparams.html
 %%PORTDOCS%%%%DOCSDIR%%/encodings.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/newformat.html
 %%PORTDOCS%%%%DOCSDIR%%/omegascript.html
 %%PORTDOCS%%%%DOCSDIR%%/overview.html
 %%PORTDOCS%%%%DOCSDIR%%/quickstart.html



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