Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 23:05:50 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341897 - head/mail/smtp-cli
Message-ID:  <201401302305.s0UN5ooX081183@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>

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



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