Date: Mon, 31 Oct 2011 10:22:10 +0100 (CET) From: Martin Matuska <mm@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: ume@FreeBSD.org Subject: ports/162185: [PATCH] mail/cyrus-imapd: re-enable autosieve option Message-ID: <201110310922.p9V9MALN084106@box.vx.sk> Resent-Message-ID: <201110310930.p9V9UAEY061762@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 162185 >Category: ports >Synopsis: [PATCH] mail/cyrus-imapd: re-enable autosieve option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 31 09:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 9.0-RC1 amd64 >Organization: >Environment: System: FreeBSD box.vx.sk 9.0-RC1 FreeBSD 9.0-RC1 #0: Fri Oct 21 09:24:45 CEST 2011 >Description: - Use updated autosieve patch and unbreak for WITH_AUTOSIEVE Port maintainer (ume@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- cyrus-imapd-2.4.12_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/cyrus-imapd24/Makefile,v retrieving revision 1.213 diff -u -r1.213 Makefile --- Makefile 5 Oct 2011 16:12:37 -0000 1.213 +++ Makefile 31 Oct 2011 09:21:03 -0000 @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.4.12 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-imapd/ #MASTER_SITES= http://www.cyrusimap.org/releases/snapshots/ @@ -76,9 +76,8 @@ .endif .if defined(WITH_AUTOSIEVE) -BROKEN= No patch for AUTOSIEVE is available. AUTOSIEVE_VERSION= 0.6.0 -PATCHFILES+= ${PORTNAME}-2.4.4-autosieve-${AUTOSIEVE_VERSION}.patch +PATCHFILES+= ${PORTNAME}-2.4.12-autosieve-${AUTOSIEVE_VERSION}.patch .endif .if defined(WITHOUT_BDB) Index: distinfo =================================================================== RCS file: /home/pcvs/ports/mail/cyrus-imapd24/distinfo,v retrieving revision 1.69 diff -u -r1.69 distinfo --- distinfo 5 Oct 2011 16:12:37 -0000 1.69 +++ distinfo 31 Oct 2011 09:21:03 -0000 @@ -2,5 +2,5 @@ SIZE (cyrus-imapd-2.4.12.tar.gz) = 2450099 SHA256 (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 1130e80b6604901ba8cf887c792fa8e4ef181b4cfc212720bcfc984163fe8a13 SIZE (cyrus-imapd-2.4.4-autocreate-0.10-0.patch) = 74039 -SHA256 (cyrus-imapd-2.4.4-autosieve-0.6.0.patch) = 4d09a328dac698ea09b9c7d0df577a4e8386c9a867fdc71180a43db2b39cbff6 -SIZE (cyrus-imapd-2.4.4-autosieve-0.6.0.patch) = 7870 +SHA256 (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = daafab6c1a824d1d16745ea25a0bb6e404655ef690961e1dc236805e5c923135 +SIZE (cyrus-imapd-2.4.12-autosieve-0.6.0.patch) = 7626 --- cyrus-imapd-2.4.12_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110310922.p9V9MALN084106>