git: 6381db24fab1 - 2021Q3 - mail/dovecot-fts-xapian: Update to 1.4.11
Juraj Lutter
otis at FreeBSD.org
Mon Jul 5 09:52:02 UTC 2021
The branch 2021Q3 has been updated by otis:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6381db24fab1f5f926085ffb079648666d58c761
commit 6381db24fab1f5f926085ffb079648666d58c761
Author: Juraj Lutter <otis at FreeBSD.org>
AuthorDate: 2021-07-05 09:49:14 +0000
Commit: Juraj Lutter <otis at FreeBSD.org>
CommitDate: 2021-07-05 09:51:34 +0000
mail/dovecot-fts-xapian: Update to 1.4.11
And while here, also switch to versioned download independent
of Github's archive rolling.
(cherry picked from commit dfc7b7d13651b5b4369aeb70c57991eddc3c21c1)
---
mail/dovecot-fts-xapian/Makefile | 10 +++++-----
mail/dovecot-fts-xapian/distinfo | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile
index bc30e0de3913..97a5a82d4889 100644
--- a/mail/dovecot-fts-xapian/Makefile
+++ b/mail/dovecot-fts-xapian/Makefile
@@ -1,7 +1,9 @@
PORTNAME= fts-xapian
-DISTVERSION= 1.4.10
+DISTVERSION= 1.4.11
CATEGORIES= mail
+MASTER_SITES= https://github.com/grosjo/fts-xapian/releases/download/${DISTVERSION}/
PKGNAMEPREFIX= dovecot-
+DISTNAME= ${PKGNAME}
MAINTAINER= otis at FreeBSD.org
COMMENT= Dovecot FTS plugin based on Xapian
@@ -15,12 +17,10 @@ RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot
USES= autoreconf compiler:c++11-lang libtool pkgconfig
-USE_GITHUB= yes
-GH_ACCOUNT= grosjo
-USE_LDCONFIG= yes
-
GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
PLIST_FILES= lib/dovecot/lib21_fts_xapian_plugin.a \
lib/dovecot/lib21_fts_xapian_plugin.so
diff --git a/mail/dovecot-fts-xapian/distinfo b/mail/dovecot-fts-xapian/distinfo
index ee311af99b94..5be853709d44 100644
--- a/mail/dovecot-fts-xapian/distinfo
+++ b/mail/dovecot-fts-xapian/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625002292
-SHA256 (grosjo-fts-xapian-1.4.10_GH0.tar.gz) = d016bf9ebba0f48ac238aee8a12d50627f5d0778d74101fbdbde682099dc9c98
-SIZE (grosjo-fts-xapian-1.4.10_GH0.tar.gz) = 1258473
+TIMESTAMP = 1625477620
+SHA256 (dovecot-fts-xapian-1.4.11.tar.gz) = 2348cae2b08f0357f982ef71abd35f7818e09ce9a3c70e7a9a853e0d739ec348
+SIZE (dovecot-fts-xapian-1.4.11.tar.gz) = 1766750
More information about the dev-commits-ports-all
mailing list