Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2012 18:42:13 GMT
From:      "Mikhail T." <m.tsatsenko@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166796: [maintainer] [patch] mail/imaputils: update to 1.0.1
Message-ID:  <201204091842.q39IgD06074682@red.freebsd.org>
Resent-Message-ID: <201204091850.q39IoClq070698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166796
>Category:       ports
>Synopsis:       [maintainer] [patch] mail/imaputils: update to 1.0.1
>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 Apr 09 18:50:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        
>Organization:
>Environment:
>Description:
- Update port to 1.0.1 (which is actually the last free release of imaptools)
- OPTIONSIFY ssl and unicode support
>How-To-Repeat:

>Fix:
Index: imaputils/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/imaputils/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- imaputils/Makefile	9 Apr 2012 08:57:11 -0000	1.2
+++ imaputils/Makefile	9 Apr 2012 18:40:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	imaputils
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -20,7 +20,19 @@
 
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
-NO_WRKSUBDIR=	yes
+
+OPTIONS=	SSL	"Enable SSL support" off \
+		UNICODE	"Adds unicode support" off
+
+.include <bsd.port.options.mk>
+
+.if defined(WITH_SSL)
+RUN_DEPENDS+=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
+.endif
+
+.if defined(WITH_UNICODE)
+RUN_DEPENDS+=	p5-Unicode-IMAPUtf7>=0:${PORTSDIR}/converters/p5-Unicode-IMAPUtf7
+.endif
 
 post-patch:
 	${REINPLACE_CMD} \
Index: imaputils/distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/imaputils/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- imaputils/distinfo	9 Apr 2012 08:13:35 -0000	1.1
+++ imaputils/distinfo	9 Apr 2012 18:40:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (imaputils-1.0.0.tar.gz) = 5ac3b6d30ecb501c3c8d5def83fa52409a13214c4d6c7eea176b4d31eda4270e
-SIZE (imaputils-1.0.0.tar.gz) = 106020
+SHA256 (imaputils-1.0.1.tar.gz) = 8756a64fe64bd2413986c33365eb3b742091e0bc907c11011c2f520625217ad1
+SIZE (imaputils-1.0.1.tar.gz) = 112030


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204091842.q39IgD06074682>