From owner-svn-ports-branches@FreeBSD.ORG Tue Jun 16 00:58:19 2015 Return-Path: Delivered-To: svn-ports-branches@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FD7E349; Tue, 16 Jun 2015 00:58:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF649FC; Tue, 16 Jun 2015 00:58:19 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5G0wJoA093788; Tue, 16 Jun 2015 00:58:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5G0wJZ8093787; Tue, 16 Jun 2015 00:58:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506160058.t5G0wJZ8093787@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r389797 - branches/2015Q2/net/p5-IO-Socket-Multicast X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2015 00:58:19 -0000 Author: amdmi3 Date: Tue Jun 16 00:58:18 2015 New Revision: 389797 URL: https://svnweb.freebsd.org/changeset/ports/389797 Log: MFH: r387862 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) Modified: branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile ============================================================================== --- branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Tue Jun 16 00:57:22 2015 (r389796) +++ branches/2015Q2/net/p5-IO-Socket-Multicast/Makefile Tue Jun 16 00:58:18 2015 (r389797) @@ -3,7 +3,7 @@ PORTNAME= IO-Socket-Multicast PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,12 @@ COMMENT= Perl module to send and receive RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/client.pl examples/server.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -.include - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}