Update to Dovecot Pigeonhole 0.3.1 to use with the Dovecot update.
From Brad.
This commit is contained in:
parent
cd063454d7
commit
784d374e27
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2012/04/10 22:39:40 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2012/06/08 22:05:03 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Sieve mail filtering for Dovecot
|
||||
|
||||
V_SIEVE= 0.2.6
|
||||
V_DOVECOT= 2.0
|
||||
V_DOVECOT_FULL= 2.0.20
|
||||
REVISION= 1
|
||||
V_SIEVE= 0.3.1
|
||||
V_DOVECOT= 2.1
|
||||
V_DOVECOT_FULL= 2.1.7
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
|
||||
EPOCH= 0
|
||||
@ -15,7 +14,7 @@ CATEGORIES= mail
|
||||
PKGNAME= dovecot-pigeonhole-${V_SIEVE}
|
||||
MASTER_SITES= http://www.rename-it.nl/dovecot/${V_DOVECOT}/
|
||||
|
||||
SHARED_LIBS= dovecot-sieve 0.1
|
||||
SHARED_LIBS= dovecot-sieve 1.0
|
||||
|
||||
HOMEPAGE= http://pigeonhole.dovecot.org/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = viqsxEeybhTrkDJBFq9wqg==
|
||||
RMD160 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = HuNarJE2W+WF8ZvyGjsSwsgd4Mg=
|
||||
SHA1 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = EIv+/mUD3PkQyXIHU40Q9UHQSpk=
|
||||
SHA256 (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = SYKeSu12OEi2Oyv54ojUvJQCDJJM4GIbyFDgpL9IIas=
|
||||
SIZE (dovecot-2.0-pigeonhole-0.2.6.tar.gz) = 1234253
|
||||
MD5 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = uDT8SLlKeReLcHNSvRbIgQ==
|
||||
RMD160 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 9rPCXtzSDAQjELTFRTPtElHv6z8=
|
||||
SHA1 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = qdiVxk5PbRiPmK7+fL2DATxL1co=
|
||||
SHA256 (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 6V2Gxc2RLJp+GAQU/9Xu5S4bXcir7z1XYrlQ0d6Gtcc=
|
||||
SIZE (dovecot-2.1-pigeonhole-0.3.1.tar.gz) = 1084148
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-doc_example-config_conf_d_90-sieve_conf,v 1.2 2012/02/17 22:10:57 sthen Exp $
|
||||
--- doc/example-config/conf.d/90-sieve.conf.orig Sat Jan 7 10:21:02 2012
|
||||
+++ doc/example-config/conf.d/90-sieve.conf Thu Feb 16 20:13:06 2012
|
||||
$OpenBSD: patch-doc_example-config_conf_d_90-sieve_conf,v 1.3 2012/06/08 22:05:03 sthen Exp $
|
||||
--- doc/example-config/conf.d/90-sieve.conf.orig Sat Jan 7 09:58:07 2012
|
||||
+++ doc/example-config/conf.d/90-sieve.conf Sun May 13 00:51:44 2012
|
||||
@@ -16,7 +16,7 @@ plugin {
|
||||
# command line tool.
|
||||
# --> See sieve_before fore executing scripts before the user's personal
|
||||
# script.
|
||||
- #sieve_global_path = /var/lib/dovecot/sieve/default.sieve
|
||||
+ #sieve_global_path = /var/dovecot/sieve/default.sieve
|
||||
- #sieve_default = /var/lib/dovecot/sieve/default.sieve
|
||||
+ #sieve_default = /var/dovecot/sieve/default.sieve
|
||||
|
||||
# Directory for :personal include scripts for the include extension. This
|
||||
# is also where the ManageSieve service stores the user's scripts.
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_managesieve-login_Makefile_in,v 1.2 2011/09/17 08:26:29 sthen Exp $
|
||||
--- src/managesieve-login/Makefile.in.orig Tue Sep 13 21:26:19 2011
|
||||
+++ src/managesieve-login/Makefile.in Fri Sep 16 20:21:37 2011
|
||||
@@ -258,7 +258,7 @@ libmanagesieve_login_settings_la_CFLAGS = \
|
||||
$OpenBSD: patch-src_managesieve-login_Makefile_in,v 1.3 2012/06/08 22:05:03 sthen Exp $
|
||||
--- src/managesieve-login/Makefile.in.orig Fri May 25 17:32:08 2012
|
||||
+++ src/managesieve-login/Makefile.in Fri Jun 1 16:43:42 2012
|
||||
@@ -284,7 +284,7 @@ libmanagesieve_login_settings_la_CFLAGS = \
|
||||
libs = \
|
||||
$(top_builddir)/src/lib-managesieve/libmanagesieve.a
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/06/10 13:48:52 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/06/08 22:05:03 sthen Exp $
|
||||
@conflict dovecot-sieve-<=0.1.18p0v0
|
||||
@pkgpath mail/dovecot,-sieve
|
||||
@pkgpath mail/dovecot,-sieve,bdb
|
||||
@ -8,9 +8,11 @@
|
||||
@pkgpath mail/dovecot,-sieve,sqlite
|
||||
@pkgpath mail/dovecot,-sieve,ldap,mysql,postgresql,sqlite,bdb
|
||||
@bin bin/sieve-dump
|
||||
@bin bin/sieve-filter
|
||||
@bin bin/sieve-test
|
||||
@bin bin/sievec
|
||||
include/dovecot/sieve/
|
||||
include/dovecot/sieve/edit-mail.h
|
||||
include/dovecot/sieve/pigeonhole-config.h
|
||||
include/dovecot/sieve/rfc2822.h
|
||||
include/dovecot/sieve/sieve-actions.h
|
||||
@ -47,6 +49,7 @@ include/dovecot/sieve/sieve-plugins.h
|
||||
include/dovecot/sieve/sieve-result.h
|
||||
include/dovecot/sieve/sieve-runtime-trace.h
|
||||
include/dovecot/sieve/sieve-runtime.h
|
||||
include/dovecot/sieve/sieve-script-file.h
|
||||
include/dovecot/sieve/sieve-script-private.h
|
||||
include/dovecot/sieve/sieve-script.h
|
||||
include/dovecot/sieve/sieve-settings.h
|
||||
@ -63,6 +66,7 @@ lib/dovecot/settings/libmanagesieve_settings.so
|
||||
@bin libexec/dovecot/managesieve
|
||||
@bin libexec/dovecot/managesieve-login
|
||||
@man man/man1/sieve-dump.1
|
||||
@man man/man1/sieve-filter.1
|
||||
@man man/man1/sieve-test.1
|
||||
@man man/man1/sievec.1
|
||||
@man man/man1/sieved.1
|
||||
@ -74,5 +78,4 @@ share/doc/dovecot/example-config/conf.d/20-managesieve.conf
|
||||
share/doc/dovecot/example-config/conf.d/90-sieve.conf
|
||||
@sample ${SYSCONFDIR}/dovecot/conf.d/90-sieve.conf
|
||||
share/doc/dovecot/sieve/
|
||||
share/doc/dovecot/sieve/spamtest-virustest.txt
|
||||
share/doc/dovecot/sieve/vacation.txt
|
||||
share/doc/dovecot/sieve/script-location-dict.txt
|
||||
|
Loading…
Reference in New Issue
Block a user