Hi! Here is an update to sieve-connect. The development transitioned to github. Patch is not needed anymore, upstream fixed SSL CA detection.
I've tested this on an amd64. Index: Makefile =================================================================== RCS file: /cvs/ports/mail/sieve-connect/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 16 Apr 2013 10:22:11 -0000 1.6 +++ Makefile 14 Dec 2013 14:08:49 -0000 @@ -2,14 +2,16 @@ COMMENT = perl sieveshell-compatible ManageSieve client -DISTNAME = sieve-connect-0.85 +V = 0.87 +PROJECT = sieve-connect +DISTNAME = ${PROJECT}-${V} CATEGORIES = mail PKG_ARCH = * MAINTAINER = LEVAI Daniel <l...@ecentrum.hu> -HOMEPAGE = http://people.spodhuis.org/phil.pennock/software/ -MASTER_SITES = ${HOMEPAGE} +HOMEPAGE = http://github.com/philpennock/${PROJECT} +MASTER_SITES = http://github.com/philpennock/${PROJECT}/releases/download/v${V}/${PROJECT}-${V}.tar.bz2?dummy=/ EXTRACT_SUFX = .tar.bz2 Index: distinfo =================================================================== RCS file: /cvs/ports/mail/sieve-connect/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo 16 Apr 2013 10:22:11 -0000 1.5 +++ distinfo 14 Dec 2013 14:08:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.85.tar.bz2) = TU4+7IgatF9SsiddrekEeNemtHlCaV77KSJ9FTiknn8= -SIZE (sieve-connect-0.85.tar.bz2) = 34323 +SHA256 (sieve-connect-0.87.tar.bz2) = 496AqzSZTeAnf8e/U7fAjoLbGh8nYt2sQxHYGRzqbEk= +SIZE (sieve-connect-0.87.tar.bz2) = 40023 Index: patches/patch-sieve-connect_pl =================================================================== RCS file: patches/patch-sieve-connect_pl diff -N patches/patch-sieve-connect_pl --- patches/patch-sieve-connect_pl 16 Apr 2013 10:22:11 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-sieve-connect_pl,v 1.2 2013/04/16 10:22:11 sthen Exp $ ---- sieve-connect.pl.orig Tue Apr 16 10:07:35 2013 -+++ sieve-connect.pl Tue Apr 16 10:07:38 2013 -@@ -47,7 +47,7 @@ my %ssl_options = ( - SSL_version => 'SSLv23:!SSLv2:!SSLv3', - SSL_cipher_list => 'ALL:!aNULL:!NULL:!LOW:!EXP:!ADH:@STRENGTH', - SSL_verify_mode => 0x03, -- SSL_ca_path => '/etc/ssl/certs', -+ SSL_ca_file => '/etc/ssl/cert.pem', - ); - # These defaults can be overriden on the cmdline: - my ($forbid_clearauth, $forbid_clearchan) = (0, 0); -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F