View | Details | Raw Unified | Return to bug 251374
Collapse All | Expand All

(-)b/mail/dovecot-fts-xapian/Makefile (-1 / +1 lines)
Lines 1-33 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fts-xapian
3
PORTNAME=	fts-xapian
4
PORTVERSION=	1.4.3
4
PORTVERSION=	1.4.4
5
CATEGORIES=	mail
5
CATEGORIES=	mail
6
PKGNAMEPREFIX=	dovecot-
6
PKGNAMEPREFIX=	dovecot-
7
7
8
MAINTAINER=	juraj@lutter.sk
8
MAINTAINER=	juraj@lutter.sk
9
COMMENT=	Dovecot FTS plugin based on Xapian
9
COMMENT=	Dovecot FTS plugin based on Xapian
10
10
11
LICENSE=	LGPL21
11
LICENSE=	LGPL21
12
12
13
BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
13
BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
14
LIB_DEPENDS=	libxapian.so:databases/xapian-core \
14
LIB_DEPENDS=	libxapian.so:databases/xapian-core \
15
		libicuuc.so:devel/icu
15
		libicuuc.so:devel/icu
16
RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot
16
RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot
17
17
18
USES=		autoreconf compiler:c++11-lang libtool pkgconfig
18
USES=		autoreconf compiler:c++11-lang libtool pkgconfig
19
19
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
USE_GITHUB=	yes
22
USE_GITHUB=	yes
23
GH_ACCOUNT=	grosjo
23
GH_ACCOUNT=	grosjo
24
24
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
26
27
PLIST_FILES=	lib/dovecot/lib21_fts_xapian_plugin.a \
27
PLIST_FILES=	lib/dovecot/lib21_fts_xapian_plugin.a \
28
		lib/dovecot/lib21_fts_xapian_plugin.so
28
		lib/dovecot/lib21_fts_xapian_plugin.so
29
29
30
post-install:
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_xapian_plugin.so
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_xapian_plugin.so
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)b/mail/dovecot-fts-xapian/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604831317
1
TIMESTAMP = 1606304858
2
SHA256 (grosjo-fts-xapian-1.4.3_GH0.tar.gz) = 5d7dcc73c2b5a22864e4a86450cd430d65a5141f9129415ea2630369d1c7a953
2
SHA256 (grosjo-fts-xapian-1.4.4_GH0.tar.gz) = a1515360123e6d8497bb502f4044c52c77d428626aea2d42e20b8b48e212f9a0
3
SIZE (grosjo-fts-xapian-1.4.3_GH0.tar.gz) = 28615
3
SIZE (grosjo-fts-xapian-1.4.4_GH0.tar.gz) = 28615

Return to bug 251374