From owner-svn-ports-all@FreeBSD.ORG Thu Jan 30 23:05:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6740A96; Thu, 30 Jan 2014 23:05:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 394EC1FB0; Thu, 30 Jan 2014 23:05:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0UN5pAx081185; Thu, 30 Jan 2014 23:05:51 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0UN5ooX081183; Thu, 30 Jan 2014 23:05:50 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201401302305.s0UN5ooX081183@svn.freebsd.org> From: Matthew Seaman Date: Thu, 30 Jan 2014 23:05:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341897 - 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.17 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: Thu, 30 Jan 2014 23:05:51 -0000 Author: matthew Date: Thu Jan 30 23:05:50 2014 New Revision: 341897 URL: http://svnweb.freebsd.org/changeset/ports/341897 QAT: https://qat.redports.org/buildarchive/r341897/ Log: Update to 3.6 * Stagify * Add LICENSE * Use shebangfix * Drop the optional RUN_DEPENDS on p5-IO-Socket-INET6 as the currently available p5-IO-Socket-SSL-1.962 in ports is new enough to obsolete that requirement. PR: ports/186210 Submitted by: fw@moov.de (maintainer) Modified: head/mail/smtp-cli/Makefile head/mail/smtp-cli/distinfo Modified: head/mail/smtp-cli/Makefile ============================================================================== --- head/mail/smtp-cli/Makefile Thu Jan 30 22:43:17 2014 (r341896) +++ head/mail/smtp-cli/Makefile Thu Jan 30 23:05:50 2014 (r341897) @@ -1,7 +1,7 @@ # $FreeBSD$ 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,10 @@ EXTRACT_SUFX= -${PORTVERSION} MAINTAINER= fw@moov.de COMMENT= Powerful SMTP command line client +LICENSE= GPLv3 + +USES= shebangfix + 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 \ @@ -21,23 +25,13 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} PLIST_FILES= bin/smtp-cli - -NO_STAGE= yes -.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 +SHEBANG_FILES= smtp-cli do-extract: @${MKDIR} ${WRKSRC}/ @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${DISTNAME} -post-patch: - @${REINPLACE_CMD} -e '1 s|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/${DISTNAME} - do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/mail/smtp-cli/distinfo ============================================================================== --- head/mail/smtp-cli/distinfo Thu Jan 30 22:43:17 2014 (r341896) +++ head/mail/smtp-cli/distinfo Thu Jan 30 23:05:50 2014 (r341897) @@ -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