Date: Thu, 24 May 2012 20:57:17 +0400 (MSK) From: "Alexey V. Degtyarev" <alexey@renatasystems.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168312: mail/sieve-connect - update to 0.83 Message-ID: <201205241657.q4OGvHQ2048279@home.renatasystems.org> Resent-Message-ID: <201205241720.q4OHK3tf083202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168312 >Category: ports >Synopsis: mail/sieve-connect - update to 0.83 >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: Thu May 24 17:20:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexey V. 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 will update mail/sieve-connect to latest available release. Changelog: * support for TLSv1.1 and v1.2, (requires OpenSSL 1.0.1+) * If /etc/ssl/certs does not exist, try to find a certs dir by asking OpenSSL. Full Changelog here: http://people.spodhuis.org/phil.pennock/software/sieve-connect.ChangeLog.txt Plus, minor Makefile code fixes to make portlint happy. >How-To-Repeat: >Fix: --- sieve-connect-0.83.patch begins here --- diff -Nru sieve-connect.orig/Makefile sieve-connect/Makefile --- sieve-connect.orig/Makefile 2011-06-26 12:12:57.000000000 +0400 +++ sieve-connect/Makefile 2012-05-24 15:55:02.000000000 +0400 @@ -6,7 +6,7 @@ # PORTNAME= sieve-connect -PORTVERSION= 0.81 +PORTVERSION= 0.83 CATEGORIES= mail MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -14,6 +14,11 @@ MAINTAINER= alexey@renatasystems.org COMMENT= Command-line client for the MANAGESIEVE protocol +LICENSE= unknown +LICENSE_NAME= Public Domain +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ @@ -21,11 +26,6 @@ p5-ReadLine-Gnu>=0:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey -LICENSE= unknown -LICENSE_NAME= Public Domain -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_FILE= ${WRKSRC}/LICENSE - USE_BZIP2= yes USE_PERL5= yes PLIST_FILES= bin/${PORTNAME} diff -Nru sieve-connect.orig/distinfo sieve-connect/distinfo --- sieve-connect.orig/distinfo 2011-06-26 12:12:57.000000000 +0400 +++ sieve-connect/distinfo 2012-05-24 15:33:16.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.81.tar.bz2) = 3f8d4b15966554e2a6d635447dc826fffd4a12503bfa46f8e47fcd03e366d831 -SIZE (sieve-connect-0.81.tar.bz2) = 30750 +SHA256 (sieve-connect-0.83.tar.bz2) = 5efcff922b053d1c845cdef0b3cb1b4551400117d2d581c0622b764be6b56827 +SIZE (sieve-connect-0.83.tar.bz2) = 31181 --- sieve-connect-0.83.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?201205241657.q4OGvHQ2048279>