From owner-svn-ports-all@FreeBSD.ORG Fri Oct 26 04:35:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C598DD8C; Fri, 26 Oct 2012 04:35:20 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AD9708FC08; Fri, 26 Oct 2012 04:35:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9Q4ZKx2020921; Fri, 26 Oct 2012 04:35:20 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9Q4ZKEX020917; Fri, 26 Oct 2012 04:35:20 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210260435.q9Q4ZKEX020917@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 26 Oct 2012 04:35:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306414 - head/mail/smtp-cli X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2012 04:35:20 -0000 Author: jhale Date: Fri Oct 26 04:35:20 2012 New Revision: 306414 URL: http://svn.freebsd.org/changeset/ports/306414 Log: - Update to 3.3 - Trim Makefile header While here: - Remove indefinite article from COMMENT - Convert to new options framework - Tab -> space in pkg-descr WWW line PR: ports/173054 Submitted by: Frank Wall (maintainer) Approved by: makc, avilla (mentors, implicit) Feature safe: yes Modified: head/mail/smtp-cli/Makefile (contents, props changed) head/mail/smtp-cli/distinfo (contents, props changed) head/mail/smtp-cli/pkg-descr (contents, props changed) Modified: head/mail/smtp-cli/Makefile ============================================================================== --- head/mail/smtp-cli/Makefile Fri Oct 26 04:18:09 2012 (r306413) +++ head/mail/smtp-cli/Makefile Fri Oct 26 04:35:20 2012 (r306414) @@ -1,13 +1,7 @@ -# New ports collection makefile for: smtp-cli -# Date created: Thu Apr 22 10:03:56 CEST 2010 -# Whom: Frank Wall -# # $FreeBSD$ -# PORTNAME= smtp -PORTVERSION= 3.0 -PORTREVISION= 1 +PORTVERSION= 3.3 CATEGORIES= mail perl5 MASTER_SITES= http://www.logix.cz/michal/devel/smtp-cli/ PKGNAMESUFFIX= -cli @@ -15,32 +9,32 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX} EXTRACT_SUFX= -${PORTVERSION} MAINTAINER= fw@moov.de -COMMENT= A powerful SMTP command line client +COMMENT= Powerful SMTP command line client RUN_DEPENDS= p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type \ + p5-File-LibMagic>0:${PORTSDIR}/devel/p5-File-LibMagic \ p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey -.if !defined(WITHOUT_IPV6) -RUN_DEPENDS+= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 -# won't be needed if p5-IO-Socket-SSL > 1.74_1 -.endif - NO_BUILD= yes WRKSRC= ${WRKDIR} PLIST_FILES= bin/smtp-cli +.include + +.if ${PORT_OPTIONS:MIPV6} +RUN_DEPENDS+= p5-IO-Socket-INET6>0:${PORTSDIR}/net/p5-IO-Socket-INET6 +# won't be needed if p5-IO-Socket-SSL > 1.74_1 +.endif + do-extract: @${MKDIR} ${WRKSRC}/ @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${DISTNAME} post-patch: @${REINPLACE_CMD} -e '1 s|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/${DISTNAME} -# pr ports/168381, io-socket-ssl > 1.70 rejects 'SSLv3 TLSv1' param. - @${REINPLACE_CMD} -e '/SSL_version/s|SSLv3 TLSv1|SSLv23:!SSLv2|' ${WRKSRC}/${DISTNAME} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/ Modified: head/mail/smtp-cli/distinfo ============================================================================== --- head/mail/smtp-cli/distinfo Fri Oct 26 04:18:09 2012 (r306413) +++ head/mail/smtp-cli/distinfo Fri Oct 26 04:35:20 2012 (r306414) @@ -1,2 +1,2 @@ -SHA256 (smtp-cli-3.0) = 97a470801bc660ba348863b9e36a4e3d94d09fc37422c75a91c56d288dd6578e -SIZE (smtp-cli-3.0) = 30002 +SHA256 (smtp-cli-3.3) = 4e56e61ef6dca6524fc1018e674823fcac447784f235500219bbedcc4bbff043 +SIZE (smtp-cli-3.3) = 31673 Modified: head/mail/smtp-cli/pkg-descr ============================================================================== --- head/mail/smtp-cli/pkg-descr Fri Oct 26 04:18:09 2012 (r306413) +++ head/mail/smtp-cli/pkg-descr Fri Oct 26 04:35:20 2012 (r306414) @@ -7,4 +7,4 @@ images. The MIME-Type of the attachments automatically or alternatively set on the command line, separately for each attachment if required. -WWW: http://www.logix.cz/michal/devel/smtp-cli/ +WWW: http://www.logix.cz/michal/devel/smtp-cli/