svn commit: r395419 - head/net/yate

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 27 12:49:23 UTC 2015


Author: amdmi3
Date: Thu Aug 27 12:49:22 2015
New Revision: 395419
URL: https://svnweb.freebsd.org/changeset/ports/395419

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/net/yate/Makefile

Modified: head/net/yate/Makefile
==============================================================================
--- head/net/yate/Makefile	Thu Aug 27 12:49:20 2015	(r395418)
+++ head/net/yate/Makefile	Thu Aug 27 12:49:22 2015	(r395419)
@@ -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-all mailing list