pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dovecot2-fts-xapian: update to 1.6.5.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Mon Feb 19 16:19:33 2024 -0500
Changeset:	ade60495023a32942e63e11f125498044943347c

Modified Files:
	dovecot2-fts-xapian/Makefile
	dovecot2-fts-xapian/distinfo

Log Message:
dovecot2-fts-xapian: update to 1.6.5.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ade60495023a32942e63e11f125498044943347c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dovecot2-fts-xapian/Makefile | 37 +++++++++++++++++--------------------
 dovecot2-fts-xapian/distinfo |  6 +++---
 2 files changed, 20 insertions(+), 23 deletions(-)

diffs:
diff --git a/dovecot2-fts-xapian/Makefile b/dovecot2-fts-xapian/Makefile
index 9e1b718984..f216f363d7 100644
--- a/dovecot2-fts-xapian/Makefile
+++ b/dovecot2-fts-xapian/Makefile
@@ -1,33 +1,30 @@
 # $NetBSD$
 
-DISTNAME=	${GITHUB_PROJECT}-1.5.7
-PKGNAME=	dovecot2-${DISTNAME}
-CATEGORIES=	mail
-MASTER_SITES=	${MASTER_SITE_GITHUB:=grosjo/}
-GITHUB_PROJECT=	fts-xapian
-GITHUB_TAG=	${PKGVERSION_NOREV}
+DISTNAME=		fts-xapian-1.6.5
+PKGNAME=		dovecot2-${DISTNAME}
+CATEGORIES=		mail
+MASTER_SITES=		${MASTER_SITE_GITHUB:=grosjo/}
+GITHUB_TAG=		${PKGVERSION_NOREV}
 
-MAINTAINER=	otis%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/grosjo/fts-xapian
-COMMENT=	FTS plugin for Dovecot
-LICENSE=	gnu-lgpl-v2.1
+MAINTAINER=		otis%NetBSD.org@localhost
+HOMEPAGE=		https://github.com/grosjo/fts-xapian
+COMMENT=		FTS plugin for Dovecot
+LICENSE=		gnu-lgpl-v2.1
 
-DEPENDS+=	dovecot>=2.3.7:../../mail/dovecot2 \
-		icu>=60.0:../../textproc/icu \
-		xapian>=1.4.17:../../textproc/xapian
+GNU_CONFIGURE=		yes
+USE_LANGUAGES=		c c++
+USE_CXX_FEATURES=	c++11
+USE_LIBTOOL=		yes
+USE_TOOLS+=		aclocal autoconf autoheader automake pkg-config
 
-GNU_CONFIGURE=	yes
-USE_LANGUAGES=	c c++11
-USE_LIBTOOL=	yes
-USE_TOOLS+=	aclocal autoconf autoheader automake pkg-config
-
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+WRKSRC=			${WRKDIR}/${DISTNAME}
 
 pre-configure:
 	set -e; cd ${WRKSRC}; \
         autoreconf -i
 
-.include "../../textproc/xapian/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/xapian/buildlink3.mk"
 .include "../../mail/dovecot2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/dovecot2-fts-xapian/distinfo b/dovecot2-fts-xapian/distinfo
index 8938521b59..123b004bca 100644
--- a/dovecot2-fts-xapian/distinfo
+++ b/dovecot2-fts-xapian/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (fts-xapian-1.5.7.tar.gz) = becd235d66e624bb4ba01874edfff941128273ef343b15d242bac4be8be5cc18
-SHA512 (fts-xapian-1.5.7.tar.gz) = eb3b7e19ba522dd9e9c2952c3022b15249889c814e8a90b50836526ab5000b26e0e835b71d3a4439f03d5399277b70a3ffeb366ca42061b647ab8ce251268c3b
-Size (fts-xapian-1.5.7.tar.gz) = 33594 bytes
+BLAKE2s (fts-xapian-1.6.5.tar.gz) = 79667877649b5b76930e8237243502f536184774d25cb28a9d759cf2c5597427
+SHA512 (fts-xapian-1.6.5.tar.gz) = 4f176648d2007470689c27d75f3b2fcfad8bba61eeeb520a89390b04359a000bf250f9379fc9281abf88506a367e1b2a5c4717b3abcd163d8ac3bdf8df584968
+Size (fts-xapian-1.6.5.tar.gz) = 33996 bytes


Home | Main Index | Thread Index | Old Index