Revision: 118314 https://trac.macports.org/changeset/118314 Author: ryandesign@macports.org Date: 2014-03-29 23:51:19 -0700 (Sat, 29 Mar 2014) Log Message: ----------- cyrus-imapd: update to 2.3.18; update homepage; update master_sites; use perl5.12, since using perl5.16 fails (#43112) Modified Paths: -------------- trunk/dports/mail/cyrus-imapd/Portfile Added Paths: ----------- trunk/dports/mail/cyrus-imapd/files/patch-lib-charset.c.diff Modified: trunk/dports/mail/cyrus-imapd/Portfile =================================================================== --- trunk/dports/mail/cyrus-imapd/Portfile 2014-03-29 23:11:26 UTC (rev 118313) +++ trunk/dports/mail/cyrus-imapd/Portfile 2014-03-30 06:51:19 UTC (rev 118314) @@ -3,8 +3,7 @@ PortSystem 1.0 name cyrus-imapd -version 2.3.8 -revision 2 +version 2.3.18 categories mail platforms darwin license BSD-old @@ -14,18 +13,20 @@ long_description Popular, scalable, open standars based IMAP & POP3 mail server \ developed by The Carnegie Mellon University. -homepage http://asg.web.cmu.edu/cyrus/ -master_sites http://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ - ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ -checksums md5 ac03b02c1ae08d52f807b58c488b204f +homepage http://cyrusimap.org/ +master_sites ftp://ftp.cyrusimap.org/cyrus-imapd/ +checksums rmd160 b9d351b5c73c4e87019fb8aa0efd0a8a29ac6a40 \ + sha256 7724959d49191b993ef387c31a0ea7d30f1df7d255e73dff0b7887eff679ce5a + depends_build port:makedepend -depends_lib path:bin/perl:perl5 \ +depends_lib port:perl5.12 \ port:cyrus-sasl2 \ port:db44 \ port:openssl -patchfiles patch-depot-Makefile.in.diff +patchfiles patch-depot-Makefile.in.diff \ + patch-lib-charset.c.diff # wrong number of arguments at (eval 1) line 41, <DATA> line 256. configure.ccache no @@ -36,7 +37,7 @@ --with-pidfile=${prefix}/var/run/cyrus-master.pid \ --with-bdb-incdir=${prefix}/include/db44 \ --with-bdb-libdir=${prefix}/lib/db44 \ - --with-perl=${prefix}/bin/perl \ + --with-perl=${prefix}/bin/perl5.12 \ --with-sasl=${prefix} \ --with-openssl=${prefix} \ --with-cyrus-user=cyrus \ Added: trunk/dports/mail/cyrus-imapd/files/patch-lib-charset.c.diff =================================================================== --- trunk/dports/mail/cyrus-imapd/files/patch-lib-charset.c.diff (rev 0) +++ trunk/dports/mail/cyrus-imapd/files/patch-lib-charset.c.diff 2014-03-30 06:51:19 UTC (rev 118314) @@ -0,0 +1,12 @@ +charset.c:864:13: error: void function 'mimeheader_cat' should not return a value [-Wreturn-type] +--- lib/charset.c.orig 2011-10-04 14:59:14.000000000 -0500 ++++ lib/charset.c 2014-03-30 01:45:25.000000000 -0500 +@@ -861,7 +861,7 @@ + int len; + char *res; + +- if (!s) return 0; ++ if (!s) return; + + /* set up the conversion path */ + input = table_init(0, target);
participants (1)
-
ryandesign@macports.org