Bug 180930

Summary: [maintainer-update] mail/sieve-connect: update to 0.86
Product: Ports & Packages Reporter: Alexey Degtyarev <alexey>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sieve-connect-0.86.diff none

Description Alexey Degtyarev 2013-07-29 18:30:00 UTC
	
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
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-07-29 23:10:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-30 00:13:08 UTC
Author: wg
Date: Mon Jul 29 23:12:53 2013
New Revision: 323933
URL: http://svnweb.freebsd.org/changeset/ports/323933

Log:
  mail/sieve-connect: update to 0.86
  
  - Update to 0.86
  
  Changes:
  http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt
  
  PR:		ports/180930
  Submitted by:	Alexey Degtyarev <alexey renatasystems.org> (maintainer)

Modified:
  head/mail/sieve-connect/Makefile
  head/mail/sieve-connect/distinfo

Modified: head/mail/sieve-connect/Makefile
==============================================================================
--- head/mail/sieve-connect/Makefile	Mon Jul 29 22:37:26 2013	(r323932)
+++ head/mail/sieve-connect/Makefile	Mon Jul 29 23:12:53 2013	(r323933)
@@ -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/
@@ -32,7 +32,7 @@ MAN1=		sieve-connect.1
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-PORTDOCS=	ChangeLog README TODO
+PORTDOCS=	ChangeLog README.md TODO
 .endif
 
 do-install:
@@ -40,10 +40,8 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/sieve-connect.1 \
 		${MANPREFIX}/man/man1/sieve-connect.1
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-.for _doc in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${_doc} ${DOCSDIR}/${_doc}
-.endfor
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>

Modified: head/mail/sieve-connect/distinfo
==============================================================================
--- head/mail/sieve-connect/distinfo	Mon Jul 29 22:37:26 2013	(r323932)
+++ head/mail/sieve-connect/distinfo	Mon Jul 29 23:12:53 2013	(r323933)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-07-30 12:28:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!