Update to dovecot-pigeonhole 0.5.3 for Dovecot 2.3.3, from Renaud Allard / Brad
This commit is contained in:
parent
84cfcf5eba
commit
4ee3eece43
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.59 2018/05/29 14:25:29 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.60 2018/10/24 19:43:22 sthen Exp $
|
||||
|
||||
COMMENT= Sieve mail filtering for Dovecot
|
||||
|
||||
V_SIEVE= 0.4.24
|
||||
V_DOVECOT= 2.2
|
||||
V_SIEVE= 0.5.3
|
||||
V_DOVECOT= 2.3
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
|
||||
PKGNAME= dovecot-pigeonhole-${V_SIEVE}
|
||||
@ -11,7 +11,7 @@ EPOCH= 0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${HOMEPAGE}releases/${V_DOVECOT}/
|
||||
|
||||
SHARED_LIBS= dovecot-sieve 2.0
|
||||
SHARED_LIBS= dovecot-sieve 3.0
|
||||
|
||||
HOMEPAGE= https://pigeonhole.dovecot.org/
|
||||
|
||||
@ -25,7 +25,7 @@ WANTLIB= lib/dovecot/dovecot lib/dovecot/dovecot-lda \
|
||||
c crypto iconv ssl
|
||||
|
||||
LIB_DEPENDS= converters/libiconv \
|
||||
mail/dovecot>=2.2.26
|
||||
mail/dovecot>=2.3.3
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dovecot-2.2-pigeonhole-0.4.24.tar.gz) = g2JTq5vp4N1Qn0u5GRwpezWWQWVjoT3Fy4XzMxIGAPY=
|
||||
SIZE (dovecot-2.2-pigeonhole-0.4.24.tar.gz) = 1808131
|
||||
SHA256 (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 4C8nQcBfnirxxfRto177dJl/nUuUG6aJNiBtMQ3fJiI=
|
||||
SIZE (dovecot-2.3-pigeonhole-0.5.3.tar.gz) = 1827329
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-src_managesieve-login_Makefile_in,v 1.12 2017/10/13 10:09:01 sthen Exp $
|
||||
$OpenBSD: patch-src_managesieve-login_Makefile_in,v 1.13 2018/10/24 19:43:23 sthen Exp $
|
||||
--- src/managesieve-login/Makefile.in.orig Thu Oct 12 16:05:54 2017
|
||||
+++ src/managesieve-login/Makefile.in Thu Oct 12 19:43:21 2017
|
||||
@@ -419,7 +419,7 @@ libmanagesieve_login_settings_la_CFLAGS = \
|
||||
libs = \
|
||||
$(top_builddir)/src/lib-managesieve/libmanagesieve.a
|
||||
@@ -427,7 +427,7 @@
|
||||
|
||||
managesieve_login_CPPFLAGS = $(AM_CPPFLAGS) $(BINARY_CFLAGS)
|
||||
managesieve_login_LDFLAGS = $(BINARY_LDFLAGS)
|
||||
-managesieve_login_LDADD = $(libs) $(LIBDOVECOT_LOGIN) $(LIBDOVECOT)
|
||||
+managesieve_login_LDADD = $(libs) $(LIBDOVECOT_LOGIN) $(LIBDOVECOT) -Wl,-rpath,$(dovecot_pkglibdir)
|
||||
managesieve_login_DEPENDENCIES = $(libs) $(LIBDOVECOT_LOGIN_DEPS) $(LIBDOVECOT_DEPS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2018/05/29 14:25:29 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2018/10/24 19:43:23 sthen Exp $
|
||||
@conflict dovecot-sieve-<=0.1.18p0v0
|
||||
@pkgpath mail/dovecot,-sieve
|
||||
@pkgpath mail/dovecot,-sieve,bdb
|
||||
@ -16,7 +16,6 @@ include/dovecot/sieve/edit-mail.h
|
||||
include/dovecot/sieve/mail-raw.h
|
||||
include/dovecot/sieve/pigeonhole-config.h
|
||||
include/dovecot/sieve/pigeonhole-version.h
|
||||
include/dovecot/sieve/realpath.h
|
||||
include/dovecot/sieve/rfc2822.h
|
||||
include/dovecot/sieve/sieve-actions.h
|
||||
include/dovecot/sieve/sieve-address-parts.h
|
||||
@ -65,7 +64,6 @@ include/dovecot/sieve/sieve-stringlist.h
|
||||
include/dovecot/sieve/sieve-types.h
|
||||
include/dovecot/sieve/sieve-validator.h
|
||||
include/dovecot/sieve/sieve.h
|
||||
include/dovecot/sieve/strtrim.h
|
||||
lib/dovecot/doveadm/lib10_doveadm_sieve_plugin.so
|
||||
lib/dovecot/lib90_sieve_plugin.so
|
||||
lib/dovecot/lib95_imap_filter_sieve_plugin.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user