Date: Mon, 29 Jul 2013 20:59:40 +0400 (MSK) From: Alexey Degtyarev <alexey@renatasystems.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180930: [maintainer-update] mail/sieve-connect: update to 0.86 Message-ID: <201307291659.r6TGxerA053712@home.renatasystems.org> Resent-Message-ID: <201307291730.r6THU51U039696@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180930 >Category: ports >Synopsis: [maintainer-update] mail/sieve-connect: update to 0.86 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Degtyarev >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD home.renatasystems.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Mon Jan 30 09:54:00 UTC 2012 root@amd64-builder.renatasystems.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This is update of mail/sieve-connect to 0.86 version. Changelog: * Added "edit" support, to invoke a text-editor directly upon a script that is on the sieve-server, providing a fetch/edit/check/push workflow, based on a patch from Ian Campbell. * Fixed the search for X.509 SSL/TLS certificates, so that just because openssl(1) reports OPENSSLDIR, that doesn't mean we believe that certs/ inside that directory must exist and be usable. Instead, we check; if that fails, we try the existing list of file locations, and if that still fails, we try a list of directory locations instead. This follows a bug report from LEVAI Daniel. Full changelog at: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt >How-To-Repeat: >Fix: --- sieve-connect-0.86.diff begins here --- Index: sieve-connect/distinfo =================================================================== --- sieve-connect/distinfo (revision 323526) +++ sieve-connect/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.85.tar.bz2) = 4d4e3eec881ab45f52b2275dade90478d7a6b47942695efb29227d1538a49e7f -SIZE (sieve-connect-0.85.tar.bz2) = 34323 +SHA256 (sieve-connect-0.86.tar.bz2) = e5c06573d97c90baf90b119fba9779463a10596b2b8fb67ecf43e597d878498c +SIZE (sieve-connect-0.86.tar.bz2) = 36292 Index: sieve-connect/Makefile =================================================================== --- sieve-connect/Makefile (revision 323526) +++ sieve-connect/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sieve-connect -PORTVERSION= 0.85 +PORTVERSION= 0.86 CATEGORIES= mail MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -41,9 +41,9 @@ ${MANPREFIX}/man/man1/sieve-connect.1 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -.for _doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${_doc} ${DOCSDIR}/${_doc} -.endfor + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/ChangeLog + ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR}/TODO .endif .include <bsd.port.mk> --- sieve-connect-0.86.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307291659.r6TGxerA053712>