Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 18:04:00 +0100 (CET)
From:      Frank Wall <fw@moov.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        fw@moov.de
Subject:   ports/186210: [MAINTAINER-UPDATE][PATCH] mail/smtp-cli: update to 3.6
Message-ID:  <20140120170400.356F475951@krusty.moov.de>
Resent-Message-ID: <201401282240.s0SMe0Ra027105@freefall.freebsd.org>

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

>Number:         186210
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE][PATCH] mail/smtp-cli: update to 3.6
>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:   Tue Jan 28 22:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Frank Wall
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD XXX 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC
>Description:
- Update to 3.6

ChangeLog:
- Improved compatibility with perl < 5.10 and perl >= 5.18
- Added support for more chars in user-part of email address.
- Improved compliance with SMTP RFC 5321
- New parameter --text-encoding
- support both File::Type and File::LibMagic

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- smtp-cli-3.6.patch begins here ---
diff -ruN /home/fw/freebsd/ports/mail/smtp-cli/Makefile ./Makefile
--- /freebsd/ports/mail/smtp-cli/Makefile	2013-09-20 21:59:12.000000000 +0200
+++ ./Makefile	2014-01-20 18:00:59.000000000 +0100
@@ -1,7 +1,7 @@
 # $FreeBSD: mail/smtp-cli/Makefile 327742 2013-09-20 19:59:12Z bapt $
 
 PORTNAME=	smtp
-PORTVERSION=	3.3
+PORTVERSION=	3.6
 CATEGORIES=	mail perl5
 MASTER_SITES=	http://www.logix.cz/michal/devel/smtp-cli/
 PKGNAMESUFFIX=	-cli
@@ -11,6 +11,8 @@
 MAINTAINER=	fw@moov.de
 COMMENT=	Powerful SMTP command line client
 
+LICENSE=	GPLv3
+
 RUN_DEPENDS=	p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \
 		p5-File-LibMagic>0:${PORTSDIR}/devel/p5-File-LibMagic \
 		p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
diff -ruN /home/fw/freebsd/ports/mail/smtp-cli/distinfo ./distinfo
--- /freebsd/ports/mail/smtp-cli/distinfo	2012-10-26 06:35:20.000000000 +0200
+++ ./distinfo	2014-01-20 17:57:51.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (smtp-cli-3.3) = 4e56e61ef6dca6524fc1018e674823fcac447784f235500219bbedcc4bbff043
-SIZE (smtp-cli-3.3) = 31673
+SHA256 (smtp-cli-3.6) = 39b902bcb98d0b3d58be04656f6eecbf8bf090d8de7cc4a7bc30dcae71dd0417
+SIZE (smtp-cli-3.6) = 33152
--- smtp-cli-3.6.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?20140120170400.356F475951>