Hello,

Diff below updates dovecot-fts-xapian from 1.3.3 to 1.4.8. Upstream has 
fixed several searching bugs (emails were missed from search), and 
dropped the sqlite expunge database, so some deps are no longer 
required.

---

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/dovecot-fts-xapian/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    11 Jan 2021 22:17:55 -0000      1.8
+++ Makefile    25 Mar 2021 22:24:20 -0000
@@ -4,8 +4,7 @@ COMMENT=                full text search plugin for Do
 
 GH_ACCOUNT=            grosjo
 GH_PROJECT=            fts-xapian
-GH_TAGNAME=            1.3.3
-REVISION=              2
+GH_TAGNAME=            1.4.8
 PKGNAME=               dovecot-${DISTNAME}
 
 CATEGORIES=            mail
@@ -15,16 +14,14 @@ MAINTAINER=         Tom Wong-Cornall <tom@wongc
 # LGPLv2.1
 PERMIT_PACKAGE=                Yes
 
-WANTLIB += ${COMPILER_LIBCXX} icudata icui18n icuio icuuc m sqlite3
-WANTLIB += xapian z
+WANTLIB += ${COMPILER_LIBCXX} icudata icui18n icuio icuuc m xapian z
 
 COMPILER=              base-clang ports-gcc
 
 BUILD_DEPENDS=         mail/dovecot
 RUN_DEPENDS=           mail/dovecot
 
-LIB_DEPENDS=           databases/sqlite3 \
-                       databases/xapian-core>=1.4.0 \
+LIB_DEPENDS=           databases/xapian-core>=1.4.0 \
                        textproc/icu4c>=63.0
 
 SEPARATE_BUILD=                Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/dovecot-fts-xapian/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    19 Oct 2020 15:23:30 -0000      1.5
+++ distinfo    25 Mar 2021 22:24:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (fts-xapian-1.3.3.tar.gz) = 3xGYEAaewOOPQDnX67kLIbJVj0Ia19tdS0wHg6kieYA=
-SIZE (fts-xapian-1.3.3.tar.gz) = 28237
+SHA256 (fts-xapian-1.4.8.tar.gz) = VHzIdCXFnV+7O3+BEg8L0B3Wx4rSNNPXUMAvQhgE43Q=
+SIZE (fts-xapian-1.4.8.tar.gz) = 29381

Reply via email to