svn commit: r387862 - head/net/p5-IO-Socket-Multicast

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 29 14:30:01 UTC 2015


Author: amdmi3
Date: Fri May 29 14:30:01 2015
New Revision: 387862
URL: https://svnweb.freebsd.org/changeset/ports/387862

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/net/p5-IO-Socket-Multicast/Makefile

Modified: head/net/p5-IO-Socket-Multicast/Makefile
==============================================================================
--- head/net/p5-IO-Socket-Multicast/Makefile	Fri May 29 14:30:00 2015	(r387861)
+++ head/net/p5-IO-Socket-Multicast/Makefile	Fri May 29 14:30:01 2015	(r387862)
@@ -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 <bsd.port.options.mk>
-
 post-install:
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-all mailing list