Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 21:11:23 +0000 (UTC)
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558778 - head/mail/dovecot-fts-xapian
Message-ID:  <202012202111.0BKLBNlv038695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: otis
Date: Sun Dec 20 21:11:23 2020
New Revision: 558778
URL: https://svnweb.freebsd.org/changeset/ports/558778

Log:
  mail/dovecot-fts-xapian: Update to 1.4.4
  
  Reviewed by:	osa (mentor)
  Approved by:	osa (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25927

Modified:
  head/mail/dovecot-fts-xapian/Makefile
  head/mail/dovecot-fts-xapian/distinfo

Modified: head/mail/dovecot-fts-xapian/Makefile
==============================================================================
--- head/mail/dovecot-fts-xapian/Makefile	Sun Dec 20 21:07:31 2020	(r558777)
+++ head/mail/dovecot-fts-xapian/Makefile	Sun Dec 20 21:11:23 2020	(r558778)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fts-xapian
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	mail
 PKGNAMEPREFIX=	dovecot-
 
@@ -11,16 +11,15 @@ COMMENT=	Dovecot FTS plugin based on Xapian
 LICENSE=	LGPL21
 
 BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
-LIB_DEPENDS=	libxapian.so:databases/xapian-core \
-		libicuuc.so:devel/icu
+LIB_DEPENDS=	libicuuc.so:devel/icu \
+		libxapian.so:databases/xapian-core
 RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot
 
 USES=		autoreconf compiler:c++11-lang libtool pkgconfig
 
-USE_LDCONFIG=	yes
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	grosjo
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 

Modified: head/mail/dovecot-fts-xapian/distinfo
==============================================================================
--- head/mail/dovecot-fts-xapian/distinfo	Sun Dec 20 21:07:31 2020	(r558777)
+++ head/mail/dovecot-fts-xapian/distinfo	Sun Dec 20 21:11:23 2020	(r558778)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604831317
-SHA256 (grosjo-fts-xapian-1.4.3_GH0.tar.gz) = 5d7dcc73c2b5a22864e4a86450cd430d65a5141f9129415ea2630369d1c7a953
-SIZE (grosjo-fts-xapian-1.4.3_GH0.tar.gz) = 28615
+TIMESTAMP = 1608459454
+SHA256 (grosjo-fts-xapian-1.4.4_GH0.tar.gz) = a1515360123e6d8497bb502f4044c52c77d428626aea2d42e20b8b48e212f9a0
+SIZE (grosjo-fts-xapian-1.4.4_GH0.tar.gz) = 28615



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