Update to 4.42 See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/160218 Replace /usr/bin/perl with ${PERL} in stunnel3 Index: Makefile =================================================================== RCS file: /base/FreeBSD-CVS/ports/security/stunnel/Makefile,v retrieving revision 1.103 diff -u -p -r1.103 Makefile --- Makefile 1 Aug 2011 14:47:43 -0000 1.103 +++ Makefile 7 Sep 2011 09:57:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= stunnel -PORTVERSION= 4.41 +PORTVERSION= 4.42 CATEGORIES= security MASTER_SITES= ftp://ftp.stunnel.org/stunnel/%SUBDIR%/ \ http://mirrors.zerg.biz/stunnel/%SUBDIR%/ \ @@ -93,6 +93,7 @@ post-patch: ${REINPLACE_CMD} -E -e 's|\$$\(prefix\)/var/run/stunnel/stunnel.pid|$$(localstatedir)/stunnel.pid|' \ ${WRKSRC}/src/Makefile.in @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e 's,@(ACLOCAL|AUTO(MAKE|CONF|HEADER))@,/usr/bin/true,' + @${REINPLACE_CMD} 's|#!/usr/bin/perl|#!${PERL}|' ${WRKSRC}/src/stunnel3.in .ifdef(NOPORTDOCS) @${REINPLACE_CMD} -E -e 's/ install-docDATA/ /; s/^(SUBDIRS.+)doc/\1/' \ ${WRKSRC}/Makefile.in Index: distinfo =================================================================== RCS file: /base/FreeBSD-CVS/ports/security/stunnel/distinfo,v retrieving revision 1.58 diff -u -p -r1.58 distinfo --- distinfo 1 Aug 2011 14:47:43 -0000 1.58 +++ distinfo 3 Sep 2011 17:09:55 -0000 @@ -1,2 +1,2 @@ -SHA256 (stunnel-4.41.tar.gz) = 08e0e7df42bfb8b8551eb6c4b5b50eae6051aaf75077101d729e67c7a3a00c72 -SIZE (stunnel-4.41.tar.gz) = 557467 +SHA256 (stunnel-4.42.tar.gz) = d33c407bfc4f58070e818081bd082c38f91cab7691ccbb794da63143c535de3b +SIZE (stunnel-4.42.tar.gz) = 558391