svn commit: r395420 - branches/2015Q3/net/yate

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 27 12:56:48 UTC 2015


Author: amdmi3
Date: Thu Aug 27 12:56:47 2015
New Revision: 395420
URL: https://svnweb.freebsd.org/changeset/ports/395420

Log:
  MFH: r395419
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam shebang fix blanket

Modified:
  branches/2015Q3/net/yate/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/net/yate/Makefile
==============================================================================
--- branches/2015Q3/net/yate/Makefile	Thu Aug 27 12:49:22 2015	(r395419)
+++ branches/2015Q3/net/yate/Makefile	Thu Aug 27 12:56:47 2015	(r395420)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yate
 DISTVERSION=	5.4.0p1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	http://yate.null.ro/tarballs/yate5/
 DISTNAME=	${PORTNAME}-5.4.0-1
@@ -20,7 +20,13 @@ LIB_DEPENDS=	libasound.so:${PORTSDIR}/au
 ONLY_FOR_ARCHS=	i386 amd64 sparc64 armv6
 
 USE_AUTOTOOLS=	autoconf
-USES=		bison gmake
+USES=		bison gmake shebangfix
+SHEBANG_FILES=	share/scripts/banbrutes.php \
+		share/scripts/leavemail.php \
+		share/scripts/queue_in.php \
+		share/scripts/queue_out.php \
+		share/scripts/route.php \
+		share/scripts/voicemail.php
 USE_LDCONFIG=	yes
 WANT_GNOME=	yes
 


More information about the svn-ports-branches mailing list