svn commit: r527015 - head/databases/xapian-core

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 24 18:56:57 UTC 2020


Author: sunpoet
Date: Mon Feb 24 18:56:56 2020
New Revision: 527015
URL: https://svnweb.freebsd.org/changeset/ports/527015

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

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 Feb 24 18:56:50 2020	(r527014)
+++ head/databases/xapian-core/Makefile	Mon Feb 24 18:56:56 2020	(r527015)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xapian-core
-PORTVERSION=	1.4.14
+PORTVERSION=	1.4.15
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -23,6 +23,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lang libtool pathfix tar:xz
 
+CONFIGURE_ARGS=	ac_cv_func_snprintf=snprintf
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++11

Modified: head/databases/xapian-core/distinfo
==============================================================================
--- head/databases/xapian-core/distinfo	Mon Feb 24 18:56:50 2020	(r527014)
+++ head/databases/xapian-core/distinfo	Mon Feb 24 18:56:56 2020	(r527015)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575793817
-SHA256 (xapian-core-1.4.14.tar.xz) = 975a7ac018c9d34a15cc94a3ecc883204403469f748907e5c4c64d0aec2e4949
-SIZE (xapian-core-1.4.14.tar.xz) = 2970624
+TIMESTAMP = 1582561400
+SHA256 (xapian-core-1.4.15.tar.xz) = b168e95918a01e014fb6a6cbce26e535f80da4d4791bfa5a0e0051fcb6f950ea
+SIZE (xapian-core-1.4.15.tar.xz) = 2988752

Modified: head/databases/xapian-core/pkg-plist
==============================================================================
--- head/databases/xapian-core/pkg-plist	Mon Feb 24 18:56:50 2020	(r527014)
+++ head/databases/xapian-core/pkg-plist	Mon Feb 24 18:56:56 2020	(r527015)
@@ -55,7 +55,7 @@ lib/cmake/xapian/xapian-config-version.cmake
 lib/cmake/xapian/xapian-config.cmake
 lib/libxapian.so
 lib/libxapian.so.30
-lib/libxapian.so.30.10.0
+lib/libxapian.so.30.10.1
 libdata/pkgconfig/xapian-core.pc
 man/man1/copydatabase.1.gz
 man/man1/quest.1.gz
@@ -361,7 +361,6 @@ share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/folderclosed.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/folderopen.png
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_b.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_c.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_d.html
@@ -370,7 +369,6 @@ share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_f.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html
-%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_b.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_c.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_d.html
@@ -392,6 +390,7 @@ share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_u.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_v.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_w.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_~.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_g.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_i.html
@@ -410,6 +409,7 @@ share/aclocal/xapian.m4
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_v.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_w.html
+%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_~.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/geospatial_8h.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html
 %%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_defs.html


More information about the svn-ports-head mailing list